There was an error while loading. Please reload this page.
1 parent ac4b657 commit 10158f4Copy full SHA for 10158f4
1 file changed
src/modules/ai-gateway.types.ts
@@ -47,8 +47,7 @@ export interface AiGatewayModuleConfig {
47
*
48
* Build AI agents or call models directly from your app's backend functions.
49
* 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'`.
+ * as `'claude_sonnet_4_6'`, `'gpt_5_5'`, or `'gemini_3_1_pro'`.
52
53
* See the [`model` options on `InvokeLLM`](/developers/references/sdk/docs/type-aliases/integrations#invokellm)
54
* for the current set of models you can use.
0 commit comments