openai/gpt-4o/Released May 2024

GPT 4o

Multimodal model for text, audio, vision

Provider
openai
Modality
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://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."
    }
  ]
}'