{"slug": "flex-and-priority-service-tiers-now-available-for-telnyx-inference", "title": "Flex and Priority Service Tiers Now Available for Telnyx Inference", "summary": "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.", "body_md": "[Contact us](https://telnyx.com/contact-us)\n\n[Log in](https://portal.telnyx.com)\n\n[Telnyx Inference](https://developers.telnyx.com/docs/inference/service-tiers) 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.\n\n`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.\nInteractive 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.\n\n```\ncurl https://api.telnyx.com/v2/ai/openai/chat/completions \\\n  -H \"Authorization: Bearer $TELNYX_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"model\": \"deepseek-ai/DeepSeek-V4.1-Flash\",\n    \"service_tier\": \"flex\",\n    \"messages\": [\n      {\"role\": \"user\", \"content\": \"Summarize this support note in one sentence: The customer could not sign in. Resetting the password restored access.\"}\n    ]\n  }'\n```\n\n`Retry-After` when present.\n**Learn more** in the [Inference service tiers docs](https://developers.telnyx.com/docs/inference/service-tiers) or the [Inference pricing page](https://telnyx.com/pricing/inference-api).", "url": "https://wpnews.pro/news/flex-and-priority-service-tiers-now-available-for-telnyx-inference", "canonical_source": "https://telnyx.com/release-notes/inference-service-tiers", "published_at": "2026-09-18 12:00:00+00:00", "updated_at": "2026-09-18 17:23:11.718239+00:00", "lang": "en", "topics": ["ai-infrastructure", "large-language-models", "ai-products", "developer-tools"], "entities": ["Telnyx", "Telnyx Inference", "Kimi K2.6", "DeepSeek V4.1 Flash"], "alternates": {"html": "https://wpnews.pro/news/flex-and-priority-service-tiers-now-available-for-telnyx-inference", "markdown": "https://wpnews.pro/news/flex-and-priority-service-tiers-now-available-for-telnyx-inference.md", "text": "https://wpnews.pro/news/flex-and-priority-service-tiers-now-available-for-telnyx-inference.txt", "jsonld": "https://wpnews.pro/news/flex-and-priority-service-tiers-now-available-for-telnyx-inference.jsonld"}}