OpenAI

OpenAI: GPT 4o Mini Transcribe

Chat
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.

128K context window
128K max output tokens
Released: 2025-12-15
Supported Protocols:OpenAIopenai
Available Providers:AzureAzure
Capabilities:Audio Input

Pricing

TypePrice
Input Tokens$1.25/M
Output Tokens$5/M
Audio Input$1.25/M

Code Examples

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)

Frequently Asked Questions

OpenAI: GPT 4o Mini Transcribe on Ofox.ai costs $1.25/M per million input tokens and $5/M per million output tokens. Pay-as-you-go, no monthly fees.