DeepSeek总崩溃?UCloud国际站DeepSeek API,注册即享50万Tokens
UCloud-Global.com是UCloud国际站站点,目前上线了DeepSeek R1&V3 API页面,此功能依托于UCloud UModelVerse 模型市场产品,其支持在线使用 DeepSeek R1 和 V3 模型,并且允许通过 API 调用。仅需 5 分钟即可获取 DeepSeek R1 和 V3 的 API,限时免费开放,当前注册即享50万免费Tokens。
API优势介绍
完善的API接口: UModelVerse提供671B全参数的DeepSeek-R1和DeepSeek-V3模型API,支持灵活调用。
一键接入: DeepSeek支持快速部署,几分钟内即可上线,轻松搭建企业级知识库。
低延迟体验: 低延迟网络确保流畅使用,满足全球范围内的应用需求。
DeepSeek前台体验
邮箱或谷歌账户注册并登录后,可在页面内体验3次对话,满3次后前往控制台继续体验或对接API
前台界面
DeepSeek总崩溃?试试UCloud国际站DeepSeek R1V3 API,注册即享50万免费Tokens转存失败,建议直接上传图片文件控制台界面及体验
DeepSeek总崩溃?试试UCloud国际站DeepSeek R1V3 API,注册即享50万免费Tokens转存失败,建议直接上传图片文件
DeepSeek总崩溃?试试UCloud国际站DeepSeek R1V3 API,注册即享50万免费Tokens转存失败,建议直接上传图片文件API接入步骤
第一步:获取API Key
打开【API列表】页面,无需填写参数,点击“发送请求”即可。
DeepSeek总崩溃?试试UCloud国际站DeepSeek R1V3 API,注册即享50万免费Tokens转存失败,建议直接上传图片文件在弹出的窗口中点击“确认发送请求”。
DeepSeek总崩溃?试试UCloud国际站DeepSeek R1V3 API,注册即享50万免费Tokens转存失败,建议直接上传图片文件从返回的列表中,根据模型名称选择所需的Key。
DeepSeek总崩溃?试试UCloud国际站DeepSeek R1V3 API,注册即享50万免费Tokens转存失败,建议直接上传图片文件第二步:聊天API调用
请求
请求头字段

请求参数

请求示例
curl --location 'https://deepseek.modelverse.cn/v1/chat/completions'
--header 'Authorization: Bearer '
--header 'Content-Type: application/json'
--data '{
"reasoning_effort": "low",
"stream": true,
"model": "deepseek-ai/DeepSeek-R1",
"messages": [
{
"role": "user",
"content": "say hello to ucloud"
}
]
}'
响应
响应参数

响应示例
{
"id": " ",
"object": "chat.completion",
"created": ,
"model": "models/DeepSeek-R1",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "nnHello, UCloud Global! 👋 If there's anything specific you'd like to know or discuss about UCloud Global's services (like cloud computing, storage, AI solutions, etc.), feel free to ask! 😊",
"reasoning_content": "nOkay, the user wants to say hello to UCloud Global. Let me start by greeting UCloud Global directly.nnHmm, should I mention what UCloud Global is? Maybe a brief intro would help, like it's a cloud service provider.nnThen, I can ask if there's anything specific the user needs help with regarding UCloud Global services.nnKeeping it friendly and open-ended makes sense for a helpful response.n"
},
"finish_reason": "stop"
],
"usage": {
"prompt_tokens": 8,
"completion_tokens": 129,
"total_tokens": 137,
"prompt_tokens_details": null,
"completion_tokens_details": null
},
"system_fingerprint": ""
}
错误代码
如果请求不正确,服务器返回的JSON文本将包含以下参数
