AMD Radeon Cloud DeepSeek V4 Flash

AMD Radeon Cloud 官方公用免费 API,支持 DeepSeek V4 Flash 100万 Token 上下文与 OpenAI/Anthropic 双协议。

更新于 2026/9/23 个代码示例

关于该模型

Why Choose DeepSeek V4 Flash?

DeepSeek V4 Flash is DeepSeek's official 284B parameter Mixture-of-Experts (MoE) coding flagship (0731 release). Engineered specifically for sub-second latency, real-time IDE code completion, and complex multi-step Autonomous Coding Agent workflows.

Key Strengths & Highlights

  • 284B MoE High-Throughput Architecture: Ultra-fast generation speeds with sub-second time-to-first-token (TTFT).
  • 1M Token Context Window: Ingest massive multi-file projects, full stack traces, and complete API specifications in a single prompt.
  • Optimized for Coding Agents: High fidelity function calling and structured JSON output for autonomous developer workflows.
  • Broad Provider Availability: Accessible via NVIDIA NIM and OpenCode Zen with generous rate-limited or pay-as-you-go free allocations.

如何免费接入 (通过 AMD Radeon Cloud)

为什么选择 AMD Radeon Cloud DeepSeek V4 Flash?

AMD 官方开发者平台在 Radeon Cloud Token Factory 中直接开放了 DeepSeek V4 Flash 的公用免充值端点。依托 AMD GPU 算力集群,不仅免绑卡免费用,更罕见地同时兼容 OpenAI 与 Anthropic 双协议,可无缝对接各类主流 IDE 与工作流。

免费依据

官方标注为 Public Free Model APIs,调用产生的使用量仅体现为相对点数,当前完全免费,不产生任何真实扣费。

在浏览器里试用

选个模型、粘贴你自己的免费 Key,即可运行。你的 Key 只用于调用一次该提供商,绝不存储在我们的服务器上。

选个模型、粘贴你自己的免费 Key,即可运行。你的 Key 只用于调用一次该提供商,绝不存储在我们的服务器上。

调用代码示例

curl https://developer.amd.com.cn/radeon/api/v1/chat/completions \
  -H "Authorization: Bearer $AMD_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "DeepSeek-V4-Flash",
    "messages": [{"role": "user", "content": "Hello! How can you help me today?"}]
  }'

社区反馈

评论与你的 GitHub 账号绑定,登录后即可参与讨论。