All models
Gemini Omni Flash
google/gemini-omni-flash
Quick start
# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
-H "content-type: application/json" \
-d '{
"model": "google/gemini-omni-flash",
"text": "<text to speak>"
}'
# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
-J '{"model": "google/gemini-omni-flash", "text": "<text to speak>"}'Parameters
Input
aspect_ratio string optional
Output aspect ratio (e.g. 16:9, 1:1, 9:16).
audio string optional
Reference audio input
image string optional
First-frame or primary reference image Pass a public URL; to use a local file, upload it (free) via POST /v1/media (≤40MB) and pass the returned url.
last_frame string optional
Last-frame reference image Pass a public URL; to use a local file, upload it (free) via POST /v1/media (≤40MB) and pass the returned url.
previous_interaction_id string optional
reference_images array optional
Reference images that guide characters, style, or composition. Pass a public URL; to use a local file, upload it (free) via POST /v1/media (≤40MB) and pass the returned url.
resolution string optional
Output resolution / quality tier.
text string optional
Text prompt or editing instruction
video string optional
Reference video for editing or extension
Output