Back to Models
OpenAI: GPT-4o (2024-05-13)
openai/gpt-4o-2024-05-13May 13, 2024128K context4.1K max output$5.00/M in · $15.00/M out
Description
GPT-4o ("o" for "omni") is OpenAI's latest AI model, supporting both text and image inputs with text outputs. It maintains the intelligence level of GPT-4 Turbo while being twice as fast and 50% more cost-effective. GPT-4o also offers improved performance in processing non-English languages and enhanced visual capabilities.
For benchmarking against other models, it was briefly called "im-also-a-good-gpt2-chatbot"
#multimodal
Specifications
Provider
openai
Context Length
128K
Max Output
4.1K
Modality
Intextimagefile
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $5.00 |
| Output | $15.00 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-4o-2024-05-13",
"messages": [{"role": "user", "content": "Hello!"}]
}'