API Documentation
Reasoning
Create a chat completion
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Chat completion parameters
ID of the model to use
Available options:
deepseek-r1-70b-online
, deepseek-r1-online
, deepseek-r1-70b-fast-online
, deepseek-r1-fast-online
A list of messages comprising the conversation so far
Whether to stream back partial progress
Response
200
application/json
Successful Response
Unique identifier for the completion
Object type, always 'chat.completion'
Unix timestamp of when the completion was created
Model used for the completion
Array of completion choices