You're looking at a specific version of this model. Jump to the model overview.

deepseek-ai /deepseek-math-7b-base:61f572da

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
text
string
The integral of x^2 from 0 to 2 is
Input text.
max_new_tokens
integer
100
The maximum numbers of tokens to generate, ignoring the number of tokens in the prompt.
temperature
number
1
The value used to modulate the next token probabilities.
top_k
integer
50
The number of highest probability vocabulary tokens to keep for top-k-filtering.
top_p
number
0.9
If set to float < 1, only the smallest set of most probable tokens with probabilities that add up to top_p or higher are kept for generation.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'type': 'string'},
 'title': 'Output',
 'type': 'array',
 'x-cog-array-display': 'concatenate',
 'x-cog-array-type': 'iterator'}