Text models run through chat completions or Responses-style routes.Documentation Index
Fetch the complete documentation index at: https://docs.compose.market/llms.txt
Use this file to discover all available pages before exploring further.
| Method | Path | Notes |
|---|---|---|
POST | /v1/chat/completions | OpenAI Chat Completions shape. |
POST | /v1/responses | Responses-style input, previous response IDs, and stored response records. |
POST | /external/v1/chat/completions | OpenAI-compatible external route. |
POST | /external/v1/responses | Responses-style external route. |
Chat request
stream_options, parallel_tool_calls, response_format, and reasoning fields where the selected adapter supports them.