API token from https://platform.acedata.cloud
Specifies the format of the response from the server.
application/json ID of the model to use.
deepseek-r1, deepseek-r1-0528, deepseek-v3, deepseek-v3-250324, deepseek-v3.2-exp "deepseek-v3"
A list of messages comprising the conversation so far.
1How many chat completion choices to generate for each input message.
1 <= x <= 1281
If set, partial message deltas will be sent, like in ChatGPT.
The maximum number of tokens that can be generated in the chat completion.
What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
0 <= x <= 21
An object specifying the format that the model must output. If not specified, the model will output text.
OK, the request was successful.
Represents a chat completion response returned by model, based on the provided input.
A unique identifier for the chat completion.
The model used for the chat completion.
The object type, which is always chat.completion.
chat.completion A list of chat completion choices. Can be more than one if n is greater than 1.
The Unix timestamp (in seconds) of when the chat completion was created.
This fingerprint represents the backend configuration that the model runs with.
Can be used in conjunction with the seed request parameter to understand when backend changes have been made that might impact determinism.