Skip to content

Commit 10158f4

Browse files
committed
docs(ai-gateway): remove gated model from suggested list
claude_opus_4_8 is behind a feature flag and not open to users yet.
1 parent ac4b657 commit 10158f4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/modules/ai-gateway.types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ export interface AiGatewayModuleConfig {
4747
*
4848
* Build AI agents or call models directly from your app's backend functions.
4949
* Pass `'automatic'` to let Base44 choose a model, or pin a specific one such
50-
* as `'claude_sonnet_4_6'`, `'claude_opus_4_8'`, `'gpt_5_5'`, or
51-
* `'gemini_3_1_pro'`.
50+
* as `'claude_sonnet_4_6'`, `'gpt_5_5'`, or `'gemini_3_1_pro'`.
5251
*
5352
* See the [`model` options on `InvokeLLM`](/developers/references/sdk/docs/type-aliases/integrations#invokellm)
5453
* for the current set of models you can use.

0 commit comments

Comments
 (0)