Unlock exclusive introductory pricing for the newly launched Gemini 3.5 Flash.
O

gpt-5.6

Input:$4/M
Output:$24/M
Cache Read:$0.4/M
Cache Write:$5/M
リリース日:Jul 20, 2026
新着
人気
商用利用

gpt-5.6のPlayground

gpt-5.6のPlaygroundを探索 — モデルをテストし、リアルタイムでクエリを実行するインタラクティブな環境。プロンプトを試し、パラメータを調整し、即座に反復して開発を加速し、ユースケースを検証します。

gpt-5.6の料金

gpt-5.6の競争力のある価格設定をご確認ください。さまざまな予算や利用ニーズに対応できるよう設計されています。柔軟なプランにより、使用した分だけお支払いいただけるため、要件の拡大に合わせて簡単にスケールアップできます。gpt-5.6がコストを管理しながら、お客様のプロジェクトをどのように強化できるかをご覧ください。

ModelTierConditionComet Price (USD / M Tokens)Official Price (USD / M Tokens)Discount
gpt-5.6short_contextlen <= 272000
Input:$4.0000/M
Output:$24.0000/M
Cache Read:$0.4000/M
Cache Write:$5.0000/M
Input:$5.0000/M
Output:$30.0000/M
Cache Read:$0.5000/M
Cache Write:$6.2500/M
-20%
long_context-
Input:$8.0000/M
Output:$36.0000/M
Cache Read:$0.8000/M
Cache Write:$10.0000/M
Input:$10.0000/M
Output:$45.0000/M
Cache Read:$1.0000/M
Cache Write:$12.5000/M
-20%
gpt-5.6-lunashort_contextlen <= 272000
Input:$0.8000/M
Output:$4.8000/M
Cache Read:$0.0800/M
Cache Write:$1.0000/M
Input:$1.0000/M
Output:$6.0000/M
Cache Read:$0.1000/M
Cache Write:$1.2500/M
-20%
long_context-
Input:$1.6000/M
Output:$7.2000/M
Cache Read:$0.1600/M
Cache Write:$2.0000/M
Input:$2.0000/M
Output:$9.0000/M
Cache Read:$0.2000/M
Cache Write:$2.5000/M
-20%
gpt-5.6-solshort_contextlen <= 272000
Input:$4.0000/M
Output:$24.0000/M
Cache Read:$0.4000/M
Cache Write:$5.0000/M
Input:$5.0000/M
Output:$30.0000/M
Cache Read:$0.5000/M
Cache Write:$6.2500/M
-20%
long_context-
Input:$8.0000/M
Output:$36.0000/M
Cache Read:$0.8000/M
Cache Write:$10.0000/M
Input:$10.0000/M
Output:$45.0000/M
Cache Read:$1.0000/M
Cache Write:$12.5000/M
-20%
gpt-5.6-terrashort_contextlen <= 272000
Input:$2.0000/M
Output:$12.0000/M
Cache Read:$0.2000/M
Cache Write:$2.5000/M
Input:$2.5000/M
Output:$15.0000/M
Cache Read:$0.2500/M
Cache Write:$3.1250/M
-20%
long_context-
Input:$4.0000/M
Output:$18.0000/M
Cache Read:$0.4000/M
Cache Write:$5.0000/M
Input:$5.0000/M
Output:$22.5000/M
Cache Read:$0.5000/M
Cache Write:$6.2500/M
-20%

gpt-5.6のサンプルコードとAPI

gpt-5.6の包括的なサンプルコードとAPIリソースにアクセスして、統合プロセスを効率化しましょう。詳細なドキュメントでは段階的なガイダンスを提供し、プロジェクトでgpt-5.6の潜在能力を最大限に活用できるよう支援します。

curl https://api.cometapi.com/v1/responses \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_KEY" \
  -d '{
    "model": "gpt-5.6-sol",
    "input": "Tell me a three sentence bedtime story about a unicorn."
  }'

cURL Code Example

curl https://api.cometapi.com/v1/responses \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_KEY" \
  -d '{
    "model": "gpt-5.6-sol",
    "input": "Tell me a three sentence bedtime story about a unicorn."
  }'

Python Code Example

from openai import OpenAI
import os

# Get your CometAPI key from https://www.cometapi.com/console/token, and paste it here
COMETAPI_KEY = os.environ.get("COMETAPI_KEY") or "<YOUR_COMETAPI_KEY>"
BASE_URL = "https://api.cometapi.com/v1"

client = OpenAI(base_url=BASE_URL, api_key=COMETAPI_KEY)
response = client.responses.create(
    model="gpt-5.6-sol",
    input="Tell me a three sentence bedtime story about a unicorn.",
)

print(response.output_text)

JavaScript Code Example

import OpenAI from "openai";

// Get your CometAPI key from https://www.cometapi.com/console/token, and paste it here
const COMETAPI_KEY = process.env.COMETAPI_KEY || "<YOUR_COMETAPI_KEY>";
const BASE_URL = "https://api.cometapi.com/v1";

const client = new OpenAI({
  apiKey: COMETAPI_KEY,
  baseURL: BASE_URL,
});

const response = await client.responses.create({
  model: "gpt-5.6-sol",
  input: "Tell me a three sentence bedtime story about a unicorn.",
});

console.log(response.output_text);

Uptime

過去 30 日間のリクエスト成功率。各モデルプロバイダーの信頼性を反映しています。CometAPI はすべての接続プロバイダーをリアルタイムで 24 時間 365 日監視しています。

RespondLIVE
3191msAvg. Response
UptimeLIVE
100.0%Avg. Uptime

gpt-5.6のバージョン

gpt-5.6に複数のスナップショットが存在する理由としては、アップデート後の出力変動により旧版スナップショットの一貫性維持が必要な場合、開発者に適応・移行期間を提供するため、グローバル/リージョナルエンドポイントに対応する異なるスナップショットによるユーザー体験最適化などが考えられます。各バージョンの詳細な差異については、公式ドキュメントをご参照ください。

Version
gpt-5.6
gpt-5.6-luna
gpt-5.6-sol
gpt-5.6-terra