| Input length | Input / 1M | Output / 1M | Cache hit / 1M |
|---|---|---|---|
| — - 272k | $10 | $50 | $1 |
| > 272k | $20 | $75 | $2 |
GPT-6 Astra 在 NextModel 中是什麼?
台灣團隊可用的 NextModel 目錄中的 OpenAI 模型,常用於 圖像理解、multimodal chat 工作負載。當前展示價格為 Starting at $10 / 1M tokens、輸出 $50 / 1M tokens,上下文視窗為 1.1M token。
GPT‑6 Astra 是 OpenAI 于 2026 年 9 月 3 日发布的新一代旗舰大模型,代号 Astra 源自拉丁语,意为 “星辰”,官方定位为**全球最智能、对齐度最高的 AI 模型**,核心转向智能体代理,重点强化计算机自主操作能力,不再局限于单纯对话问答
適用場景
- 圖像理解
- multimodal chat
OpenAI 相容呼叫範例
curl https://api.nextmodel.app/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $NEXTMODEL_API_KEY" \
-d '{"model":"openai/gpt-6-astra","messages":[{"role":"user","content":"Reply with OK."}]}'换模型只改 model 字段。
相似替代項
GPT-4.1 多模态模型,支持最高 1M token 上下文窗口。在编码、指令遵循和长上下文理解方面大幅提升,支持文本和图像输入,适用于大规模文档处理和复杂代码任务。
GPT-4.1 轻量版,1M token 上下文窗口,在保持强大编码和推理能力的同时大幅降低成本。适合高吞吐量场景和对延迟敏感的应用。
GPT-4.1 超轻量版,1M token 上下文窗口,极低成本和延迟。支持多模态输入,适合分类、自动补全、标签提取等轻量级任务。
參考
GPT-6 Astra 相關文章
上線前如何估算 AI API 成本
Listed price only tells you the unit cost. This walkthrough turns that into a traffic estimate.
Lin Qiming
LLM Gateway: Compare Options and Alternatives
Same OpenAI-compatible base URL, with routing and billing sitting in front of the model.
Zhao Yu'an
給開發者的 OpenRouter 替代方案:當團隊還需要 AI API 成本治理時
If the buying question is cost control rather than one model, start here.
Zhao Yu'an
常見問題