← All models

qwen3.8-flash

Run qwen3.8-flash through Flow AI's OpenAI-compatible API. We route to the cheapest provider hosting it and fail over automatically — you pay the live clearing price plus 2.5%.

Input $/M
Output $/M

Use it

python
from openai import OpenAI
client = OpenAI(base_url="https://api.flowaiapi.com/v1", api_key="fa-...")
r = client.chat.completions.create(
    model="qwen3.8-flash",          # or "auto" to let Flow AI pick the cheapest capable model
    messages=[{"role": "user", "content": "..."}],
)

How Flow AI makes qwen3.8-flash cheaper

Flow AI runs an open market for inference: it clears each request at the lowest price across every provider hosting qwen3.8-flash — direct APIs, inference providers, flat-rate subscriptions, and self-hosted nodes — and bills you the true (prompt-cache-aware) cost plus a flat 2.5%. The published rate is always the ceiling. See the docs or all models.

Similar models on Flow AI

nemotron-3-ultra · or:thinkingmachines/inkling:free · or:nvidia/nemotron-3-ultra-550b-a55b:free · or:poolside/laguna-m.1:free · or:minimax/minimax-m3:free · qwen3.8-27b

qwen3.8-flash API — the cheapest way to run qwen3.8-flash | Flow AI