TokenRoute
Get started
Back to models

Qwen: Qwen3.8 Omni Flash

qwen/qwen3.8-omni-flash

Qwen3.8 Omni Flash is an omni-modal reasoning model from Alibaba, the first Qwen model built around agentic capabilities with native audio-video understanding. It is suited for audio-video analysis and summarization,...

Pricing

Input$0.1050 /M
Output$0.3290 /M
Cache read$0.0112 /M

Specs

Context length1M tokens
Max output131.1K tokens
Inputtext, image, audio, video
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3.8-omni-flash",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

frequency_penalty
include_reasoning
logprobs
max_tokens
presence_penalty
reasoning
response_format
seed
stop
structured_outputs
temperature
tool_choice
tools
top_k
top_logprobs
top_p