GPT Audio

The gpt-audio model is OpenAI's first generally available audio model. The new snapshot features an upgraded decoder for more natural sounding voices and maintains better voice consistency. Audio is priced at $32 per million input tokens and $64 per million output tokens.

ChatOpenAI128k tokens$2.7251 / $10.9006 · 1M

openai/gpt-audio

Contexto
128k tokens
Máx. completion
16,384
Tools
JSON
Lanzamiento
2026-01-19

Llámalo desde Geek Hub

El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-audio",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Consigue tu API key

Preguntas frecuentes

¿Qué es GPT Audio?
The gpt-audio model is OpenAI's first generally available audio model. The new snapshot features an upgraded decoder for more natural sounding voices and maintains better voice consistency. Audio is priced at $32 per million input tokens and $64 per million output tokens. GPT Audio corre en el API de Geek Hub (compatible con OpenAI). Id: openai/gpt-audio.
¿GPT Audio es gratis?
No. El input cuesta $2.7251 / 1M tokens y el output $10.9006 / 1M tokens en Geek Hub (markup incluido).
¿Cuál es el contexto de GPT Audio?
GPT Audio tiene una ventana de 128k tokens. Soporta hasta 16,384 tokens de completion.
¿GPT Audio soporta tool calling y structured outputs?
GPT Audio acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
¿Cuándo se lanzó GPT Audio?
GPT Audio se lanzó el 19 de enero de 2026.

Más modelos de OpenAI