OpenAI

GPT-5.1 Codex Mini

Chat-15%
openai/gpt-5.1-codex-mini

GPT-5.1-Codex-Mini is a smaller and faster version of GPT-5.1-Codex

256K コンテキストウィンドウ
66K 最大出力トークン
リリース日: 2025-11-13
対応プロトコル:OpenAIopenai
利用可能なプロバイダー:AzureAzure
機能:VisionFunction Calling推論プロンプトキャッシュWeb検索音声入力動画入力

Providers

AzureAzure
-15%
入力トークン
$0.213/M
$0.25/M
出力トークン
$1.7/M
$2/M
キャッシュ読込
$0.0255/M
$0.03/M
Web検索
$0.01/R
Protocols
OpenAIopenai/v1/chat/completions/v1/responses

コード例

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-5.1-codex-mini",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

よくある質問

Ofox.aiでのGPT-5.1 Codex Miniの料金は、入力100万トークンあたり$0.25/M、出力100万トークンあたり$2/Mです。従量課金制、月額料金なし。