AMD Radeon Cloud Qwen 3.8 Flash Next

AMD Radeon Cloud 官方 Qwen 3.8 Flash Next 高速推理端点,支持 256K 上下文与双协议。

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

关于该模型

Why Choose Qwen 3.8 Flash Next?

Qwen 3.8 Flash Next is Alibaba's next-generation lightweight high-speed LLM, optimized for complex reasoning, mathematics, and agentic workflows, hosted on AMD GPU Cloud.

Key Strengths & Capabilities

  • 256K Extended Context: Accommodates large source documents and multi-turn interactive conversations.
  • Enhanced Reasoning: Outstanding logic and structured tool-calling capabilities.
  • Sub-Second TTFT: Minimized time-to-first-token for conversational bots and IDE integration.

Free Tier Basis

Free public endpoint on AMD Radeon Cloud Token Factory with zero billing.

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

为什么选择 AMD Qwen 3.8 Flash Next?

通义千问最新高速推理版本,深度适配逻辑推演、数学运算与 Agent 自动化工具链,由 AMD GPU 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": "Qwen3.8-Flash-Next",
    "messages": [{"role": "user", "content": "Explain quicksort in Python"}]
  }'

社区反馈

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