OpenAI

OpenAI: GPT-6 Astra

Chat
openai/gpt-6-astra

GPT-6 Astra is OpenAI's flagship model for demanding end-to-end work. It is suited for advanced analysis, software engineering, deep research, scientific work, and document creation, with particular strengths in long-horizon tasks.

上下文視窗
1M
最大輸出 Token
128K
發布日期
2026-09-04
能力
視覺函式呼叫推理提示快取網路搜尋
可用供應商
OpenAIOpenAIAzureAzure
支援的協定
OpenAIopenaiAnthropicanthropic

供应商

AzureAzure
輸入 Token
$10/M
輸出 Token
$50/M
快取讀取
$1/M
快取寫入
$12.5/M
網路搜尋
$0.01/R
接入协议
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic
OpenAIOpenAI
輸入 Token
$10/M
輸出 Token
$50/M
快取讀取
$1/M
快取寫入
$12.5/M
網路搜尋
$0.01/R
接入协议
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

程式碼範例

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.ai/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="openai/gpt-6-astra",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

運行狀態

常見問題

OpenAI: GPT-6 Astra 在 Ofox.ai 上的價格為輸入 $10/M/百萬 Token,輸出 $50/M/百萬 Token。按量計費,無月費。