Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Model ID used to generate the response
"accounts/fireworks/models/qwen3-235b-a22b"
Text or image inputs to the model, used to generate a response A text input to the model
A list of MCP tools the model may call. See our cookbooks for examples on basic MCP usage and streaming with MCP.
Maximum number of tokens that can be generated
Sampling temperature to use
0 <= x <= 2
Whether to stream back partial progress
Whether to store the response. When set to false
, the response will not be stored and will not be retrievable via the API. This is useful for ephemeral or sensitive data. See an example in our Controlling Response Storage cookbook.
Response
OK
Unique identifier for this Response
The object type, always "response"
response
The status of the response generation
completed
, failed
, in_progress
, incomplete
Unix timestamp (in seconds) of when this Response was created
Model ID used to generate the response
An array of content items generated by the model
Aggregated text output from all output items