DeepSeek: R1 — AI model
DeepSeek: R1 is a AI model from DeepSeek, available through Hormouz via an OpenAI-compatible API with stable access from inside Iran.
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....
Specs
| Vendor | DeepSeek |
|---|---|
| Type | text |
| Context window | 163,840 tokens |
| Pricing | $0.70/M in · $2.50/M out |
| API | chat_completions |
| Capabilities | Tools |
Code example
curl https://api.hormouz.net/v1/chat/completions \
-H "Authorization: Bearer ng-YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-r1",
"messages": [{"role": "user", "content": "Hello!"}]
}'Use via Hormouz
Connect to this model and 450+ others with one API key — stable under heavy load and optimized for Iran.
Get started