OpenAI

GPT-4o API

A balanced multimodal model for production assistants and high-quality generation.

Context

128K

Input price

from $2.50 / 1M tokens

Output price

from $10 / 1M tokens

visiongeneralreasoning
curl https://api.onemux.net/v1/chat/completions \
+  -H "Authorization: Bearer $ONEMUX_API_KEY" \
+  -H "Content-Type: application/json" \
+  -d '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello OneMux"}]}'