Skip to content

Commit 067e243

Browse files
AIG-1532: Add BYOK-only changelog
1 parent 4a0ada5 commit 067e243

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: AI Gateway can require provider credentials
3+
description: Prevent third-party provider requests from falling back to Unified Billing when provider credentials are unavailable.
4+
date: 2026-09-14
5+
---
6+
7+
AI Gateway can now require credentials for third-party provider requests. Credentials must accompany the request or be stored on the gateway. This setting prevents fallback to Unified Billing with Cloudflare-managed credentials.
8+
9+
Turn on **Require provider credentials** in your gateway settings. To use the API, set `byok_only` to `true`:
10+
11+
```json
12+
{
13+
"byok_only": true
14+
}
15+
```
16+
17+
Requests without applicable credentials then return an HTTP `400` response. Workers AI requests remain allowed. They continue to use standard Workers AI account billing.
18+
19+
For configuration details and request-level controls, refer to [Require provider credentials](/ai-gateway/features/unified-billing/#require-provider-credentials).

0 commit comments

Comments
 (0)