Free DeepSeek V4 Flash Vision (Exp) API

更新于 2026/9/2

DeepSeek V4 Flash Vision experimental multimodal model with 1M context, served by AMD GPU Cloud.

关于该模型

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.

如何调用 DeepSeek V4 Flash Vision (Exp)

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"}}
        ]
      }
    ]
  }'

提供方详情

以下平台通过免费层、试用额度或每日配额提供 DeepSeek V4 Flash Vision (Exp) 的免费访问。

供应商上下文窗口免费配额需绑卡评分操作
AMD Radeon Cloud暂无不限额度
加载评分…
Details

常见问题

社区反馈

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

知道 DeepSeek V4 Flash Vision (Exp) 的其他免费渠道?
分享您知道的免费访问方式,帮助整个社区。