GPT All-Model API - Responses Quickstart
- Call GPT series text models using the OpenAI Responses format (select the specific model via the
modelparameter) - Reasoning + tool-calling models, supporting mixed text and image input
- This API supports server-side tools: web search, code execution, and file search
- Multi-turn conversations can be chained with
previous_response_id, with no need to re-upload the history - 💡 Need tools and the full parameter set? See the full parameter reference
https://direct.evolink.ai, which has better support for text models and long-lived connections. https://api.evolink.ai is the primary endpoint for multimodal services and serves as a fallback address for text models.Authorizations
##All APIs require Bearer Token authentication##
Get API Key:
Visit API Key Management Page to get your API Key
Add to request header:
Body
Model to call:
gpt-5.6-sol, gpt-5.6-terra, gpt-5.6-luna, gpt-5.5, gpt-5.4, gpt-5.2, gpt-5.1 "gpt-5.6-sol"
Model input: a plain string, or an array of input items.
For the full multimodal and tool-result syntax, see the full parameter reference.
"Explain quantum entanglement in one sentence."
Response
Response generated successfully
Unique ID of this response, which can be used as previous_response_id for the next turn
"resp_0f5c2b2c20c39e8a006a7ef545443081979e478b10927984b5"
Response type
response "response"
Response status
completed, incomplete, failed "completed"
Actual model name used
"gpt-5.6-sol"
Creation timestamp
1786705221
Output items in generation order: the reasoning item (reasoning summary), tool call items, and finally the message item containing output_text content.
Token usage statistics. Prompt caching applies automatically, and cached input tokens are billed at the lower cached rate.