Advanced reasoning model with Chain-of-Thought. Excels at math, coding, and complex analysis.
Input
¥0.55
¥ / 百万Token
Output
¥2.19
¥ / 百万Token
价格单位:¥(人民币)
curl https://api.aigcto.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "deepseek-r1",
"messages": [{"role": "user", "content": "What is the meaning of life?"}],
"stream": true
}'Replace YOUR_API_KEY with your actual API key. Uses the standard OpenAI SDK — no custom SDK needed.