AMD Radeon Cloud DeepSeek V4 Flash Vision
Official AMD endpoint for DeepSeek V4 Flash Vision (Exp) multimodal reasoning with 1M context.
เกี่ยวกับโมเดล
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)
Why Choose AMD DeepSeek V4 Flash Vision?
AMD GPU Cloud served multimodal vision model supporting 1M tokens context for comprehensive image, diagram, and code reasoning.
ทดลองใช้ในเบราว์เซอร์
เลือกโมเดล วางคีย์ฟรีของคุณเอง แล้วรันได้เลย คีย์ของคุณถูกส่งเพียงครั้งเดียวเพื่อเรียกผู้ให้บริการ และจะไม่ถูกเก็บไว้บนเซิร์ฟเวอร์ของเรา
เลือกโมเดล วางคีย์ฟรีของคุณเอง แล้วรันได้เลย คีย์ของคุณถูกส่งเพียงครั้งเดียวเพื่อเรียกผู้ให้บริการ และจะไม่ถูกเก็บไว้บนเซิร์ฟเวอร์ของเรา
ตัวอย่างโค้ด
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 ของคุณ — เข้าสู่ระบบเพื่อร่วมพูดคุย