DeepSeek R1&V3 API
The UModelVerse Model Marketplace supports online usage of DeepSeek R1 & V3 models and also
allows API calls. Get DeepSeek R1 & V3 API in 5 Minutes, Limited-Time Free Access.
Quick trial
Playground available 3/3 times. More in the console for 500K free tokens per model.
Experience ended. For more features, please go to the Console .
- What kind of company is UCloud Global, and what are its unique advantages in the global cloud computing market?
- What are the opportunities and challenges brought by the rapid development of AI globally?
- What are some tips for using DeepSeek advanced prompts effectively?
API Usage
Only two steps to call the DeepSeek API. API Document
1Obtain API Key → 2Chat API Call
Request Example

curl --location 'https://deepseek.modelverse.cn/v1/chat/completions' \
--header 'Authorization: Bearer <Your API Key>' \
--header 'Content-Type: application/json' \
--data '{
"reasoning_effort": "low",
"stream": true,
"model": "deepseek-ai/DeepSeek-R1",
"messages": [
{
"role": "user",
"content": "say hello to ucloud"
}
]
}'
Advantages

Full-Fledged API
UModelVerse provides the 671B full-parameter DeepSeek-R1 and DeepSeek-V3 model API for calling.

One-Click Access
DeepSeek can be deployed in minutes, enabling quick setup of enterprise-level knowledge bases.

Low Latency
A low-latency network delivers a seamless experience, meeting global application demands.
API Pricing
Deepseek-ai/DeepSeek-R1
- Text Generation
- English/Chinese
- 128K context window
- Math, Code, Language reasoning
- Free for 500K Tokens
- Input: $2/M Tokens | Output: $6/M Tokens
Deepseek-ai/DeepSeek-V3
- Text Generation
- English/Chinese
- 128K context window
- Math, Code, Language reasoning
- Free for 500K Tokens
- Input: $1/M Tokens | Output: $2/M Tokens