Skip to main content
GPT-6 Astra

GPT-6 Astra

OpenAI 旗艦模型,面向高要求的端到端工作。

旗艦能力105 萬上下文長上下文檔位

上下文窗口

1,050,000 tokens

輸入

$9$10.00

10% off

1M tokens

輸出

$45$50.00

10% off

1M tokens

模型代碼gpt-6-astra

試玩區

gpt-6-astra

暫無輸出

定價

方案上下文窗口最大輸出輸入輸出緩存寫入緩存讀取
gpt-6-astra
1.05M tokens-
$9$10.0010% off

1M tokens

$45$50.0010% off

1M tokens

$11.25$12.5010% off

1M tokens

$0.9$1.0010% off

1M tokens

Long Context Input · $18 · 1M tokens

Long Context Output · $67.5 · 1M tokens

Long Context Cached Input · $1.8 · 1M tokens

Long Context Cache Write · $22.5 · 1M tokens

緩存讀取或緩存輸入價格適用於複用的提示詞 tokens。

README

GPT-6 Astra 是 OpenAI 的旗艦模型,面向高要求的端到端工作。它結合旗艦能力與 105 萬 tokens 上下文窗口,並按短上下文與長上下文兩檔定價。
  • GPT-6 Astra 是 OpenAI 的旗艦模型,面向高要求的端到端工作。
  • 模型提供 105 萬 tokens 上下文窗口,價格按輸入長度分為兩檔:短上下文覆蓋輸入不超過 272K tokens 的請求。
  • 輸入超過 272K tokens 時,整次請求按長上下文價格計費;緩存寫入按未緩存輸入單價的 1.25 倍計費。

API

查看 API 文檔以獲取請求格式、參數說明和集成方式。

OpenAI 旗艦模型,面向高要求的端到端工作。

模型代碼

gpt-6-astra

查看 API 文檔

API

端點

POST /v1/chat/completions

認證

Authorization: Bearer YOUR_REACH_API_KEY
Content-Type: application/json

示例

curl -X POST "https://direct.reachapi.ai/v1/chat/completions" \
  -H "Authorization: Bearer YOUR_REACH_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "YOUR_MODEL_ID",
    "messages": [
      {
        "role": "user",
        "content": "Introduce ReachAPI in one sentence."
      }
    ],
    "temperature": 0.2
  }'