openai
openai/gpt-4o/Released May 2024

GPT 4o

Multimodal LLM for real-time text, audio, and visual processing with multilingual support, emotional audio responses, and image generation.

Provider
openai
Modality
multi-to-text
Released
May 2024
Pricing
$2.50 / 1M in$10.00 / 1M out

Ready to build with GPT 4o?

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