Changelog
Changes to the DEVUP AI API that can affect your integration, newest first.
2026-09-18
Added
- Priority service tier on
/v1/chat/completions. Set"service_tier": "priority"on supported models. See Service Tiers. - Flex service tier on
/v1/chat/completions. Set"service_tier": "flex"on supported models for a lower price when your workload can wait. See Service Tiers.
Changed
usage.estimated_costis no longer included in responses from chat completions, embeddings, responses, and native inference. Where a response includes the_devupobject,_devup.cost_dzdis the amount charged for the request.usage.prompt_tokens_details.cache_write_tokensis no longer included.usage.prompt_tokens_details.cached_tokensis unchanged.choices[].message.nameis no longer included when its value isnull.