Amy Egan I wasn't able to repro, but maybe I'm looking in the wrong place. Can you show me where you see standard tier pricing for these requests? AI Gateway supports OpenAI tiers through the `service_tier` param. Looks like you're using it right. https://vercel.com/docs/ai-gateway/capabilities/service-tiers
Mo091336 4719 Hi Amy, Fortunately, the issue with the GPT-5.5 Flex and Priority tiers was resolved just a few days after I wrote my post, before you had a chance to reply. It appears that Vercel simply had not updated its billing system to reflect the new pricing structure, since the provider was returning responses with the correct service tier. However, the same issue reappeared with the release of the GPT-5.6 series, apparently for exactly the same reason. This time, there also seems to be an issue with the updated caching system. OpenAI has introduced both implicit and explicit prompt caching, but Vercel still appears to be using the previous configuration. As a result, implicit caching is being applied by default, with input charged at 1.25 times the standard rate and cache breakpoints not being respected. Could you please take a look at this? P.S. The same behavior occurs with both the Chat Completions API and the Responses API.
Mo091336 4719 Update: Now It works. Thank you Amy.
briascoi Additional evidence: I completed the supported upgrade flow from Settings → Drains. The checkout reached the final confirmation, but the server rejected the upgrade with: “Only pro trial subscriptions can be modified.” At the same time, the team API reports plan=pro and status=trialing, while Billing already shows a paid USD 20 Pro invoice dated August 7. This confirms an inconsistent subscription/entitlement state on Vercel’s side. Please reconcile the billing subscription and the team entitlement. I will not retry the payment because USD 20 has already been charged.
Amy Egan It looks like your team is on the Pro plan now. AI Gateway credits are billed separately, so you should be able to purchase credits to upgrade from the free tier from the `AI Gateway` tab in your team dashboard. You can also configure an auto-reload amount and spend limits. Please let me know if you still have any trouble with this. I'd be happy to help you get it working for your project