Skip to content
OpenSmartRoute
Model catalogue
OpenAI

OpenAI

GPT Audio Mini

openai/gpt-audio-mini

Specification

Published by the vendor; the platform bills at the target's declared price.

OpenAI

GPT Audio Mini

tools

OpenAI openai/gpt-audio-mini

A cost-efficient version of GPT Audio. The new snapshot features an upgraded decoder for more natural sounding voices and maintains better voice consistency. Input is priced at $0.60 per million...

Input $/1M
$0.60
Output $/1M
$2.40
Context
128K
Max output
16K
Released
Jan 19, 2026
Modalities
textaudioaudio out

On this deployment

No routing target resolves to this model yet. Declare one and the router picks it up without retraining.

Not routable here yet
Add a target with metadata.model set to this id.
targets.yamlyaml
# targets.yaml - declare a target that runs GPT Audio Mini
targets:
  - id: gpt-audio-mini
    kind: llm
    name: GPT Audio Mini
    metadata:
      model: openai/gpt-audio-mini          # links the target to this catalogue entry
    capabilities:
      domains: [general]
      supports_tools: true
      context_window: 128000
    cost:
      usd_per_1k_tokens: 0.001500