mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
6.1 KiB
6.1 KiB
CreateResponsesResponseBody
Successful response
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
data |
components.StreamEvents | ✔️ | Union of all possible event types emitted during response streaming | { "response": { "created_at": 1704067200, "error": null, "id": "resp-abc123", "incomplete_details": null, "instructions": null, "max_output_tokens": null, "metadata": null, "model": "gpt-4", "object": "response", "output": [], "parallel_tool_calls": true, "status": "in_progress", "temperature": null, "tool_choice": "auto", "tools": [], "top_p": null }, "sequence_number": 0, "type": "response.created" } |