Qwen3.8 Flash
inferway/qwen3.8-flashQwen's efficiency-focused Flash model.
文本
零数据保留(ZDR)-- 你的数据,不是我们的数据
或查看快速开始经 TLS 加密,直达专属端点
路径中没有共享队列
分页 KV,永不写盘
完成即擦除,仅存元数据
按 token 计费,只按元数据计量。没有席位费,没有最低消费。
即将上线
inferway/qwen3.8-flashQwen's efficiency-focused Flash model.
inferway/minimax-h3MiniMax's general-purpose H3 generation model.
inferway/deepseek-v4-flash-0731DeepSeek's efficiency-focused V4 Flash release.
inferway/glm-5.3-flashZ.ai's Flash model for coding and agentic workloads.
吞吐与延迟正在当前硬件与模型上重新实测。测完之前这里保持空白 -- 我们只发布标注了硬件型号、并发与时间戳的实测值,否则就不发布。
curl https://api.inferway.ai/v1/chat/completions \
-H "Authorization: Bearer $INFERWAY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "inferway/qwen3.8-27b",
"stream": true,
"messages": [{"role": "user", "content": "Say hello in one short sentence."}]
}'