Back to Models

gpt-audio-1.5

openaiopenai/gpt-audio-1.5

Best voice model for audio in, audio out with Chat Completions.

Context Length
--
Max Output
--
Input Price
$4.80/ 1M tokens
Output Price
$19.20/ 1M tokens

Modalities

textaudioimagetextaudio

Pricing Breakdown

TypeRate
Input$4.80 / 1M tokens
Output$19.20 / 1M tokens
Audio input$48.00 / 1M tokens
Audio output$96.00 / 1M tokens
Image input$6.00 / 1M tokens
Cached audio input$4.80 / 1M tokens
Cached image input$0.600 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatmodalities

API Usage Examples

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "openai/gpt-audio-1.5",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'