DeepSeek-R1-0528 在 SiliconFlow

2025年5月29日

目錄

deepseek-R1-0528 現已在 SiliconFlow 上線:

加強的吞吐量、減少幻覺、提升推理能力——專為高性能、高可靠性的生成式人工智慧任務而建。

  • 高並發支持: 每分鐘可達 30K RPM / 5M TPM

  • 更智能的輸出: 減少 50% 的幻覺,改善推理

  • 更強的生成: 創意寫作、程式碼、數學——全方位升級

  • 具有競爭力的價格: $0.58/M tokens(輸入),$2.29/M tokens(輸出)

快速開始

SiliconFlow 體驗中心 上試用 deepseek-R1-0528。

快速訪問 API

以下 Python 例子展示如何通過 SiliconFlow 的 API 端點調用 deepseek-R1-0528 模型。完整的 API 規範,請參見開發者文檔

import requests

url = "https://api.siliconflow.com/v1/chat/completions"

payload = {
    "model": "Pro/deepseek-ai/DeepSeek-R1-0528",
    "messages": [
        {
            "role": "user",
            "content": "What opportunities and challenges will the Chinese large model industry face in 2025?"
        }
    ],
    "stream": False,
    "max_tokens": 512,
    "enable_thinking": False,
    "thinking_budget": 4096,
    "min_p": 0.05,
    "stop": None,
    "temperature": 0.7,
    "top_p": 0.7,
    "top_k": 50,
    "frequency_penalty": 0.5,
    "n": 1,
    "response_format": {"type": "text"}
}

headers = {
    "Authorization": "Bearer YOUR_SILICONFLOW_API_KEY",
    "Content-Type": "application/json"
}

response = requests.post(url, json=payload, headers=headers)

print(response.text)
import requests

url = "https://api.siliconflow.com/v1/chat/completions"

payload = {
    "model": "Pro/deepseek-ai/DeepSeek-R1-0528",
    "messages": [
        {
            "role": "user",
            "content": "What opportunities and challenges will the Chinese large model industry face in 2025?"
        }
    ],
    "stream": False,
    "max_tokens": 512,
    "enable_thinking": False,
    "thinking_budget": 4096,
    "min_p": 0.05,
    "stop": None,
    "temperature": 0.7,
    "top_p": 0.7,
    "top_k": 50,
    "frequency_penalty": 0.5,
    "n": 1,
    "response_format": {"type": "text"}
}

headers = {
    "Authorization": "Bearer YOUR_SILICONFLOW_API_KEY",
    "Content-Type": "application/json"
}

response = requests.post(url, json=payload, headers=headers)

print(response.text)
import requests

url = "https://api.siliconflow.com/v1/chat/completions"

payload = {
    "model": "Pro/deepseek-ai/DeepSeek-R1-0528",
    "messages": [
        {
            "role": "user",
            "content": "What opportunities and challenges will the Chinese large model industry face in 2025?"
        }
    ],
    "stream": False,
    "max_tokens": 512,
    "enable_thinking": False,
    "thinking_budget": 4096,
    "min_p": 0.05,
    "stop": None,
    "temperature": 0.7,
    "top_p": 0.7,
    "top_k": 50,
    "frequency_penalty": 0.5,
    "n": 1,
    "response_format": {"type": "text"}
}

headers = {
    "Authorization": "Bearer YOUR_SILICONFLOW_API_KEY",
    "Content-Type": "application/json"
}

response = requests.post(url, json=payload, headers=headers)

print(response.text)

deepseek-R1-0528 提升了生成式人工智慧應用的速度、準確性和擴展性。在 SiliconFlow 上探索、比較和組合模型,以適合您的用例。

現在就在 SiliconFlow 上創造一些驚人的項目吧!

準備好 加速您的人工智能開發了嗎?

準備好 加速您的人工智能開發了嗎?

準備好 加速您的人工智能開發了嗎?

Chinese (Traditional Han, Taiwan)

© 2025 SiliconFlow

Chinese (Traditional Han, Taiwan)

© 2025 SiliconFlow

Chinese (Traditional Han, Taiwan)

© 2025 SiliconFlow