DeepSeek R1 is here: 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 & technical report. MIT licensed: Distill & commercialize freely!
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 | Some providers | Not sent by default |
| include_reasoning | All providers | - |
| max_completion_tokens | Some providers | - |
| max_tokens | All providers | - |
| presence_penalty | Some providers | Not sent by default |
| reasoning | All providers | - |
| repetition_penalty | Some providers | Not sent by default |
| response_format | Some providers | - |
| seed | Some providers | - |
| stop | Some providers | - |
| structured_outputs | Some providers | - |
| temperature | All providers | Not sent by default |
| tool_choice | Some providers | - |
| tools | Some providers | - |
| top_k | Some providers | Not sent by default |
| top_p | All providers | Not sent by default |