Responses
调用示例
响应示例
加群 & 客服


Authorizations
Use the API key created at https://coder.visioncoder.cn/key as the Bearer token. Anthropic clients can pass the same key via the x-api-key header.
Body
OpenAI Responses API request body (recommended for the GPT-5 series). Fields follow the official OpenAI protocol.
OpenAI GPT-5 series model ID, e.g. gpt-5.2, gpt-5.4, gpt-5.4-mini, gpt-5.5, gpt-5.3-codex. Call GET /v1/models for the live list.
"gpt-5.4"
User input. Either a string or a structured input array
"Introduce VisionCoder in one sentence"
System-level instructions, equivalent to the system message in Chat Completions
4096
0 <= x <= 2ID of the previous response, used for multi-turn conversations
Whether to store the response server-side (mutually exclusive with disable_response_storage)
Tool choice strategy
Response
A successful response.
OpenAI Responses API response body.
"resp_abc123"
"response"
1730000000
completed, in_progress, failed, cancelled "completed"
"gpt-5.4"
Structured output containing items such as reasoning / message / tool_call
Concatenated plain-text output (used by some clients)