gpt-5.6-terra API
OpenAI / GPT
RunAPI から GPT ファミリーの gpt-5.6-terra を利用できます。従量課金、サブスクリプション不要、失敗した生成は課金されません。
稼働中
·
text
·
商用利用対応
# Base URL
https://runapi.ai
# Endpoints
POST /v1/chat/completions
POST /v1/responses
POST /v1/messages
POST /v1beta/models/gpt-5.6-terra:generateContent
POST /v1beta/models/gpt-5.6-terra:streamGenerateContent
curl https://runapi.ai/v1/chat/completions \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.6-terra",
"messages": [
{
"role": "user",
"content": "この四半期の収益データを分析し、主要なトレンド、異常値、および3つの推奨事項を含むサマリーを作成してください。"
}
]
}'
from openai import OpenAI
client = OpenAI(
base_url="https://runapi.ai/v1",
api_key="your-runapi-key"
)
response = client.chat.completions.create(
model="gpt-5.6-terra",
messages=[{"role": "user", "content": "この四半期の収益データを分析し、主要なトレンド、異常値、および3つの推奨事項を含むサマリーを作成してください。"}]
)
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://runapi.ai/v1",
apiKey: "your-runapi-key"
});
const response = await client.chat.completions.create({
model: "gpt-5.6-terra",
messages: [{ role: "user", content: "この四半期の収益データを分析し、主要なトレンド、異常値、および3つの推奨事項を含むサマリーを作成してください。" }]
});
バリアント切替
概要
GPT gpt-5.6-terra は同じ RunAPI 認証、model skill ワークフロー、従量料金で利用できます。
- 統合 API key
- Model skill セットアップ
- モデル ID リファレンス
- 失敗した生成は課金されません
料金
料金
失敗した生成は課金されません
Chat completion
Input
$1.25-$2.50
/ 1M tokens
Output
$7.50-$11.25
/ 1M tokens
Prompt < 272K · Input
$1.25
Prompt < 272K · Cached input
$0.13
Prompt < 272K · Cache write 5m
$1.57
Prompt < 272K · Output
$7.50
Prompt >= 272K · Input
$2.50
Prompt >= 272K · Cached input
$0.25
Prompt >= 272K · Cache write 5m
$3.13
Prompt >= 272K · Output
$11.25
Responses API
Input
$1.25-$2.50
/ 1M tokens
Output
$7.50-$11.25
/ 1M tokens
Prompt < 272K · Input
$1.25
Prompt < 272K · Cached input
$0.13
Prompt < 272K · Cache write 5m
$1.57
Prompt < 272K · Output
$7.50
Prompt >= 272K · Input
$2.50
Prompt >= 272K · Cached input
$0.25
Prompt >= 272K · Cache write 5m
$3.13
Prompt >= 272K · Output
$11.25
仕様
仕様
| モデル ID | gpt-5.6-terra |
| プロバイダー | OpenAI |
| モダリティ | text |
| タスク種別 | synchronous |
| 課金 | 1K tokens |
| Endpoint | /v1/chat/completions |
| /v1/responses | |
| /v1/messages | |
| /v1beta/models/gpt-5.6-terra:generateContent | |
| /v1beta/models/gpt-5.6-terra:streamGenerateContent | |
| 商用利用 | はい |
| カタログステータス | 稼働中 |
MODELS
モデルスキル — gpt-5.6-terra
スキルを1回インストールし、構築中にこのページのバリアントIDを使用してください。
| Endpoint | Protocol |
|---|---|
| /v1/chat/completions | OpenAI compatible |
| /v1/responses | OpenAI Responses |
| /v1/messages | Anthropic compatible |
| /v1beta/models/gpt-5.6-terra:generateContent | Gemini generateContent |
| /v1beta/models/gpt-5.6-terra:streamGenerateContent | Gemini streamGenerateContent |
仕組み
gpt-5.6-terra の使い方
01
モデルを選ぶ
アプリのワークフローに合うモデルとバリアントを選びます。
02
モデル ID を渡す
リクエスト body にこのバリアント ID を指定します。
03
タスクを実行
リクエストを送信し、返された task ID を保存します。
04
出力を取得
タスク完了時にポーリングまたは callback で結果を受け取ります。
違い
gpt-5.6-terra の比較
VS CODEX-AUTO-REVIEW
大量タスク向けのバランス型主力、ほぼフラッグシップ品質でコスト効率が高い
codex-auto-review
VS GPT-5.2
大量タスク向けのバランス型主力、ほぼフラッグシップ品質でコスト効率が高い
プロフェッショナルな知識作業、深いタスクの思考モード
VS GPT-5.2-PRO
大量タスク向けのバランス型主力、ほぼフラッグシップ品質でコスト効率が高い
gpt-5.2-pro
ユースケース
このバリアントの用途
Chat
LLM をチャットや推論に利用します。
コード
実装作業の生成とレビューに使います。
自動化
モデルを backend タスクに接続します。
FAQ
gpt-5.6-terra に関するよくある質問
gpt-5.6-terra はどう選択しますか?
quickstart に表示されるモデル ID を渡してください。
料金は従量課金ですか?
はい。呼び出しまたは単位ごとの従量課金です。
その他の GPT バリアント
gpt-5.4-nano
最安
5.4-nano
$0.010 / 1K tokens
gpt-5.4-mini
5.4-mini
$0.030 / 1K tokens
gpt-5.6-luna
5.6-luna
$0.050 / 1K tokens
gpt-5.2
5.2
$0.070 / 1K tokens
gpt-5.3-codex
5.3-codex
$0.070 / 1K tokens
gpt-5.3-codex-spark
5.3-codex-spark
$0.070 / 1K tokens
gpt-5.4
5.4
$0.120 / 1K tokens
codex-auto-review
codex-auto-review
$0.150 / 1K tokens
gpt-5.5
5.5
$0.230 / 1K tokens
gpt-5.6-sol
5.6-sol
$0.230 / 1K tokens
gpt-5.2-pro
高品質
5.2-pro
$0.840 / 1K tokens
gpt-5.4-pro
高品質
5.4-pro
$1.35 / 1K tokens
gpt-5.5-pro
高品質
5.5-pro
$1.35 / 1K tokens
関連モデル
今すぐ開始