← All models

qwen2.5-coder-14bself-hostable

Run qwen2.5-coder-14b 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
$0.10
Output $/M
$0.20

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="qwen2.5-coder-14b",          # or "auto" to let Flow AI pick the cheapest capable model
    messages=[{"role": "user", "content": "..."}],
)

How Flow AI makes qwen2.5-coder-14b cheaper

Flow AI runs an open market for inference: it clears each request at the lowest price across every provider hosting qwen2.5-coder-14b — 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

qwen3-14b · llama3.3-70b · or:ibm-granite/granite-4.2-8b · or:bytedance-seed/seed-2.0-mini · or:stepfun/step-3.5-flash · qwen2.5-3b · qwen2.5-coder-7b · qwen2.5-coder-32b

qwen2.5-coder-14b API — the cheapest way to run qwen2.5-coder-14b | Flow AI