DeepSeek-R1 is an open reasoning model from DeepSeek. Excels at math, coding, and step-by-step logic. Outputs include visible chain-of-thought. WARNING: Per DeepSeek ToS, prompts may be used for model training and are processed on servers in China. Not recommended for sensitive workloads.
curl https://oneapikey.app/v1/v1/chat/completions \
-H "Authorization: Bearer $ONEAPIKEY_API_KEY" \
-H "X-APIMarket-Product: deepseek-r1" \
-H "Content-Type: application/json" \
--data '{"model":"deepseek/deepseek-r1","messages":[{"role":"user","content":"hi"}]}'