openai/gpt-audio/Released Aug 2025

GPT Audio

OpenAI audio-input chat model

Text
Token-based
Input$32.00 / 1M tokens
Output$10.00 / 1M tokens

Ready to build with GPT Audio?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "gpt-audio",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'