Google

Gemini API

A long-context model family for multimodal and document-heavy applications.

Context

1M+

Input price

from $1.25 / 1M tokens

Output price

from $5 / 1M tokens

multimodallong context
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"}]}'