AMD Radeon Cloud DeepSeek V4 Flash Vision

AMD 官方 DeepSeek V4 Flash Vision (Exp) 多模态端点,支持 100 万 Token 上下文与图文交互。

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

关于该模型

Why Choose DeepSeek V4 Flash Vision (Exp)?

DeepSeek V4 Flash Vision (Exp) is DeepSeek's experimental multimodal foundation model running on AMD Radeon Cloud GPU clusters, combining sub-second latency with 1M context and high-fidelity visual reasoning.

Key Strengths & Capabilities

  • 1M Context Window: Ingest massive multi-image documents, UI mockups, and extensive multimodal prompts without truncation.
  • High-Throughput Vision Reasoning: Accelerated by AMD Instinct/Radeon GPU architecture with dynamic sglang-router dispatching.
  • Dual Protocol Support: Seamlessly switch between standard OpenAI Chat Completions and Anthropic Messages formats.
  • Free Developer Access: Freely accessible in AMD Radeon Cloud Token Factory without requiring credit card registration.

Free Tier Basis

Offered as a Public Free Model API in AMD Token Factory. Points indicate relative usage rather than billing charges.

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

为什么选择 AMD DeepSeek V4 Flash Vision (Exp)?

结合 DeepSeek 强大的前沿多模态视觉理解能力与 AMD Radeon Cloud 算力集群,支持单次分析多张大图与长篇工程上下文,完全免费向开发者开放。

在浏览器里试用

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

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

调用代码示例

curl
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-Vision-Exp",
    "messages": [
      {
        "role": "user",
        "content": [
          {"type": "text", "text": "Describe what is in this image:"},
          {"type": "image_url", "image_url": {"url": "https://example.com/demo.png"}}
        ]
      }
    ]
  }'

社区反馈

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