The Responses API Beta suporta two input methods: “simple string input” and “structured message array.”Documentation Index
Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt
Use this file to discover all available pages before exploring further.
Simple String Input
The simplest way to use the API is to directly pass in a string:Structured Message Input
For more complex conversations, você pode use the message array format:Response Format
The API will return a structured response containing the generated content:Streaming Response
Você pode enable streaming output for real-time content generation:Common Parameters
| Parameter | Type | Description |
|---|---|---|
| model | string | Required. The model to use, p. ex., gpt-5.4 |
| input | string or array | Required. Input text or message array |
| stream | boolean | Whether to enable streaming response (default false) |
| max_output_tokens | integer | Maximum number of output tokens |
| temperature | number | Sampling temperature, range 0 to 2 |
| top_p | number | Sampling parameter, range 0 to 1 |
Última atualização: 2026-06-01