Models
A token, the smallest unit of text that the model recognizes, can be a word, a number, or even a punctuation mark. We will counted based on the total number of input and output tokens by the model.
Models' Details
MODEL | deepseek-chat | deepseek-reasoner |
---|---|---|
CONTEXT LENGTH | 32K | 32K |
MAX COT(Chain of Thought) TOKENS | - | 32K |
MAX OUTPUT TOKENS | 8K | 8K |
Tips
The deepseek-chat model points to
DeepSeek-V3
. Thedeepseek-reasoner
model points to DeepSeek-R1.MAX OUTPUT TOKENS: Integer between 1 and 8192. The maximum number of tokens that can be generated in the chat completion. The total length of input tokens and generated tokens is limited by the model's context length. If max_tokens is not specified, the default value 4096 is used.