June 🎉 GPT 15% Off 🎉 All series, all month 🔥Mehr erfahren
OpenAI

OpenAI: GPT 4o Transcribe Diarize

Chat-15%
openai/gpt-4o-transcribe-diarize

GPT-4o Transcribe is OpenAI's high-quality speech-to-text model built on GPT-4o audio capabilities. It's priced per token (input and output), making it suitable for workflows that benefit from token-level billing transparency.

Kontextfenster
128K
Max. Ausgabe-Tokens
128K
Veröffentlicht
2025-10-15
Fähigkeiten
Audio-Eingabe
Verfügbare Anbieter
AzureAzure
Unterstützte Protokolle
OpenAIopenai

Providers

AzureAzure
-15%
Eingabe-Tokens
$2.13/M
$2.5/M
Ausgabe-Tokens
$8.5/M
$10/M
Audioeingabe
$2.5/M
Websuche
$0.01/R
Protocols
OpenAIopenai/v1/audio/transcriptions

Code-Beispiele

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

Häufig gestellte Fragen

OpenAI: GPT 4o Transcribe Diarize auf Ofox.ai kostet $2.5/M pro Million Eingabe-Tokens und $10/M pro Million Ausgabe-Tokens. Pay-as-you-go, keine monatlichen Gebühren.