May 28th update to the original DeepSeek R1 Performance on par with OpenAI o1, but open-sourced and with fully open reasoning tokens. It's 671B parameters in size, with 37B active in an inference pass. Fully open-source model.
All providers = every upstream serving this model supports it. Some providers = depends on which upstream handles the request. Default = the value sent when you leave the parameter unset.
| Parameter | Providers | Default |
|---|---|---|
| frequency_penalty | All providers | Not sent by default |
| include_reasoning | All providers | - |
| logit_bias | Some providers | - |
| logprobs | Some providers | - |
| max_tokens | All providers | - |
| min_p | Some providers | - |
| presence_penalty | Some providers | - |
| reasoning | All providers | - |
| repetition_penalty | Some providers | - |
| response_format | All providers | - |
| seed | Some providers | - |
| stop | Some providers | - |
| structured_outputs | All providers | - |
| temperature | All providers | Not sent by default |
| tool_choice | Some providers | - |
| tools | Some providers | - |
| top_k | Some providers | - |
| top_logprobs | Some providers | - |
| top_p | All providers | Not sent by default |