cd /news/ai-infrastructure/flex-and-priority-service-tiers-now-… · home topics ai-infrastructure article
[ARTICLE · art-133941] src=telnyx.com ↗ pub= topic=ai-infrastructure verified=true sentiment=↑ positive

Flex and Priority Service Tiers Now Available for Telnyx Inference

Telnyx added Flex and Priority service tiers to Telnyx Inference, letting developers set a `service_tier` field on Chat Completions and Responses requests to trade latency against token cost on the same models and synchronous API. Priority keeps conversational turns fast on Kimi K2.6, while Flex runs DeepSeek V4.1 Flash at lower rates for latency-tolerant work, with both tiers running on Telnyx-hosted models. The models API at GET /v2/ai/openai/models lists `data[].service_tiers` per model, and not every model supports every tier.

read1 min views1 publishedSep 18, 2026
Flex and Priority Service Tiers Now Available for Telnyx Inference
Image: Telnyx (auto-discovered)

Contact us

Log in

Telnyx Inference now offers Flex and Priority service tiers. Set service_tier on each request to trade latency against token cost, on the same models and the same synchronous API you already use.

service_tier to flex, default, or priority on Chat Completions and Responses requests. Omitting the field uses GET /v2/ai/openai/models lists data[].service_tiers per model. Not every model supports every tier, and the models API is the source of truth. Interactive and background workloads compete for the same serving capacity, and until now price was the only lever. Service tiers make the tradeoff explicit: Priority keeps conversational turns fast on Kimi K2.6 for workloads where a late response breaks the experience, and Flex runs DeepSeek V4.1 Flash at lower rates for work where a few minutes of latency costs nothing. Both tiers run on Telnyx-hosted models, so you change one field in the request body rather than adding a second inference provider.

curl https://api.telnyx.com/v2/ai/openai/chat/completions \
  -H "Authorization: Bearer $TELNYX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-ai/DeepSeek-V4.1-Flash",
    "service_tier": "flex",
    "messages": [
      {"role": "user", "content": "Summarize this support note in one sentence: The customer could not sign in. Resetting the password restored access."}
    ]
  }'

Retry-After when present. Learn more in the Inference service tiers docs or the Inference pricing page.

── more in #ai-infrastructure 4 stories · sorted by recency
── more on @telnyx 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/flex-and-priority-se…] indexed:0 read:1min 2026-09-18 ·