Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ See [Reasoning](/reasoning) for more on how Moondream 3 reasons.
| `messages` | array | OpenAI chat messages. `content` may be a string or an array of `text` / `image_url` parts. |
| `temperature` | number | Sampling temperature. |
| `top_p` | number | Nucleus sampling. |
| `max_tokens` | integer | Maximum completion tokens (up to 4096). |
| `max_completion_tokens` | integer | Maximum number of tokens to generate, including reasoning tokens (up to 4096). |
| `reasoning` | boolean | Enable the reasoning trace (returned on `message.reasoning`). |
| `stream` | boolean | Stream the response as SSE. |
| `stream_options.include_usage` | boolean | Emit a final usage chunk in a stream. |
Expand Down
Loading