jishie

Qwen3.5 Omni Flash

nano-gpt/qwen/qwen3.5-omni-flash · family qwen3.5 · in: text, image, video, audio → out: text · price provider-declared (via models.dev). Capabilities: text image video audio.

This is a text model — providers price it per unit, not per token, so models.dev carries no token price (fields read “—”). See NanoGPT’s docs for per-unit rates.

Provider
NanoGPT (nano-gpt)
Kind
text (outputs text)
Context
49,152 tokens
Max output
16,384 tokens
Capabilities
text image video audio

Call it

jishie indexes & prices models; it does not proxy inference.

Most providers are OpenAI-compatible — point base_url at NanoGPT and pass this model id:

curl $BASE_URL/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
  -d '{"model":"qwen/qwen3.5-omni-flash","messages":[{"role":"user","content":"hello"}]}'

Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):

← all NanoGPT models · model index · JSON