Responses
Create response
Responses-shaped chat-completions compatibility adapter for compatible LLM and vision-language deployments. Does not implement full state, include, reasoning, hosted-tool, conversation-item, or background-job semantics.
post/responses
Request body
Example request
{
"model": "deepseek-v4-flash"
}Response
Response object or SSE stream if stream=true
Example response
{
"id": "resp_abc123",
"object": "response",
"usage": {
"cost": 0.00294,
"runinfra": {
"cost_microcents": 294000
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.