Qwen3.8 Omni Flash

POST /v1/chat/completionsOmni-modal reasoner that reads text, images, audio, and video and answers in text, with a 1M token context, thinking, and native web search.
At a glance
Pricing
Example request
Parameters
Notes
Text, image, audio, and video input are supported, and the model replies in text. Thinking is on by default; use enable_thinking to turn it off and thinking_budget to cap it at up to 262144 tokens. Thinking tokens are billed as output tokens. Web search is an optional built-in tool exposed through tool_web_search and adds $0.02 for each invoked call; a single request can invoke it more than once, and each invoked call is billed. For audio input, pass the file as a URL or a base64 data URI. A video’s soundtrack is billed as audio tokens alongside its video tokens.
Per-tool billing (usage.tool_usage)
When this model invokes built-in tools inside a single request, the response carries a normalized usage.tool_usage map alongside the token counts:
Tool counts are already factored into cost_usd and are surfaced for transparency so you can audit per-tool billing. The field is omitted when no tools were invoked.
Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/qwen3-8-omni-flash.
