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

OpenAI: GPT 4o Mini Transcribe

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

GPT-4o Mini Transcribe is OpenAI's smaller, cost-efficient speech-to-text model built on GPT-4o Mini audio capabilities. It's priced per token (input and output), making it suitable for high-volume transcription workflows that benefit from token-level billing transparency at a lower cost point.

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

Providers

AzureAzure
-15%
Eingabe-Tokens
$1.06/M
$1.25/M
Ausgabe-Tokens
$4.25/M
$5/M
Audioeingabe
$1.25/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-mini-transcribe",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Häufig gestellte Fragen

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