Create chat completion
Endpoints
Chat Completions
OpenAI-compatible chat completion endpoint with streaming support.
POST
Create chat completion
Create chat completions with streaming, tool calls, and JSON mode using the fully OpenAI-compatible payload.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Chat completion request payload
Minimum array length:
1Required range:
0 <= x <= 2Required range:
0 <= x <= 1Required range:
-2 <= x <= 2Required range:
-2 <= x <= 2
