mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
Speakeasy regeneration with latest schema changes including type renames and new server tool models.
3.3 KiB
3.3 KiB
SendChatCompletionRequestResponseBody
Successful chat completion response
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
data |
components.ChatStreamChunk | ✔️ | Streaming chat completion chunk | { "id": "chatcmpl-123", "object": "chat.completion.chunk", "created": 1677652288, "model": "openai/gpt-4", "choices": [ { "index": 0, "delta": { "role": "assistant", "content": "Hello" }, "finish_reason": null } ] } |