You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Actions/AI/functions.mdx
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ description: All functions registered by the AI Action.
12
12
13
13
### `openai/gpt-5.1` (`createModel`)
14
14
15
+
Auto generated wrapper function to create this model
16
+
17
+
#
18
+
15
19
| Parameter | Name | Type | Required | Description |
16
20
| --- | --- | --- | --- | --- |
17
21
| settings | Settings |[AI_OPENAI_SETTINGS](./types.mdx#ai_openai_settings)| Yes | The settings for this provider, for more information see the type |
@@ -25,10 +29,6 @@ description: All functions registered by the AI Action.
25
29
26
30
Return Type: [AI_MODEL](./types.mdx#ai_model)
27
31
28
-
#
29
-
30
-
Auto generated wrapper function to create this model
31
-
32
32
<FunctionCarddefinition={
33
33
{
34
34
"names": [
@@ -178,6 +178,10 @@ Auto generated wrapper function to create this model
178
178
179
179
### `google/gemini-2.5-flash` (`createModel`)
180
180
181
+
Auto generated wrapper function to create this model
182
+
183
+
#
184
+
181
185
| Parameter | Name | Type | Required | Description |
182
186
| --- | --- | --- | --- | --- |
183
187
| settings | Settings |[AI_GOOGLE_SETTINGS](./types.mdx#ai_google_settings)| Yes | The settings for this provider, for more information see the type |
@@ -191,10 +195,6 @@ Auto generated wrapper function to create this model
191
195
192
196
Return Type: [AI_MODEL](./types.mdx#ai_model)
193
197
194
-
#
195
-
196
-
Auto generated wrapper function to create this model
197
-
198
198
<FunctionCarddefinition={
199
199
{
200
200
"names": [
@@ -344,6 +344,10 @@ Auto generated wrapper function to create this model
344
344
345
345
### `anthropic/claude-opus-4-6` (`createModel`)
346
346
347
+
Auto generated wrapper function to create this model
348
+
349
+
#
350
+
347
351
| Parameter | Name | Type | Required | Description |
348
352
| --- | --- | --- | --- | --- |
349
353
| settings | Settings |[AI_ANTHROPIC_SETTINGS](./types.mdx#ai_anthropic_settings)| Yes | The settings for this provider, for more information see the type |
@@ -357,10 +361,6 @@ Auto generated wrapper function to create this model
357
361
358
362
Return Type: [AI_MODEL](./types.mdx#ai_model)
359
363
360
-
#
361
-
362
-
Auto generated wrapper function to create this model
363
-
364
364
<FunctionCarddefinition={
365
365
{
366
366
"names": [
@@ -507,6 +507,10 @@ Auto generated wrapper function to create this model
507
507
508
508
### `anthropic/claude-sonnet-4-6` (`createModel`)
509
509
510
+
Auto generated wrapper function to create this model
511
+
512
+
#
513
+
510
514
| Parameter | Name | Type | Required | Description |
511
515
| --- | --- | --- | --- | --- |
512
516
| settings | Settings |[AI_ANTHROPIC_SETTINGS](./types.mdx#ai_anthropic_settings)| Yes | The settings for this provider, for more information see the type |
@@ -520,10 +524,6 @@ Auto generated wrapper function to create this model
520
524
521
525
Return Type: [AI_MODEL](./types.mdx#ai_model)
522
526
523
-
#
524
-
525
-
Auto generated wrapper function to create this model
526
-
527
527
<FunctionCarddefinition={
528
528
{
529
529
"names": [
@@ -670,6 +670,10 @@ Auto generated wrapper function to create this model
670
670
671
671
### `anthropic/claude-haiku-4-5` (`createModel`)
672
672
673
+
Auto generated wrapper function to create this model
674
+
675
+
#
676
+
673
677
| Parameter | Name | Type | Required | Description |
674
678
| --- | --- | --- | --- | --- |
675
679
| settings | Settings |[AI_ANTHROPIC_SETTINGS](./types.mdx#ai_anthropic_settings)| Yes | The settings for this provider, for more information see the type |
@@ -683,10 +687,6 @@ Auto generated wrapper function to create this model
683
687
684
688
Return Type: [AI_MODEL](./types.mdx#ai_model)
685
689
686
-
#
687
-
688
-
Auto generated wrapper function to create this model
689
-
690
690
<FunctionCarddefinition={
691
691
{
692
692
"names": [
@@ -836,6 +836,10 @@ Auto generated wrapper function to create this model
836
836
837
837
### `ollama/selfhosted` (`createModel`)
838
838
839
+
Auto generated wrapper function to create this model
840
+
841
+
#
842
+
839
843
| Parameter | Name | Type | Required | Description |
840
844
| --- | --- | --- | --- | --- |
841
845
| settings | Settings |[AI_OLLAMA_SETTINGS](./types.mdx#ai_ollama_settings)| Yes | The settings for this provider, for more information see the type |
@@ -849,10 +853,6 @@ Auto generated wrapper function to create this model
849
853
850
854
Return Type: [AI_MODEL](./types.mdx#ai_model)
851
855
852
-
#
853
-
854
-
Auto generated wrapper function to create this model
0 commit comments