OpenAI

OpenAI: GPT Transcribe

Audio Transcription
openai/gpt-transcribe

GPT Transcribe is OpenAI's speech-to-text model released alongside gpt-live-transcribe. It delivers lower word error rates than the GPT-4o transcription family across multilingual benchmarks and is billed by audio duration, making costs predictable for transcription workloads.

コンテキストウィンドウ
128K
最大出力トークン
128K
リリース日
2026-07-28
機能
音声入力
利用可能なプロバイダー
AzureAzure
対応プロトコル
OpenAIopenai

Providers

AzureAzure
入力トークン
$0/M
出力トークン
$0/M
Protocols
OpenAIopenai/v1/audio/transcriptions

コード例

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

よくある質問

Ofox.aiでのOpenAI: GPT Transcribeの料金は、入力100万トークンあたり$0、出力100万トークンあたり$0です。従量課金制、月額料金なし。