@openrouter/sdk 0.13.7 → 0.13.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -9
- package/esm/funcs/benchmarksGetBenchmarks.d.ts +19 -0
- package/esm/funcs/{datasetsGetBenchmarksDesignArena.js → benchmarksGetBenchmarks.js} +11 -10
- package/esm/funcs/classificationsGetTaskClassifications.d.ts +37 -0
- package/esm/funcs/classificationsGetTaskClassifications.js +119 -0
- package/esm/funcs/imagesGenerate.d.ts +30 -0
- package/esm/funcs/imagesGenerate.js +95 -0
- package/esm/funcs/imagesListModelEndpoints.d.ts +19 -0
- package/esm/funcs/imagesListModelEndpoints.js +107 -0
- package/esm/funcs/{datasetsGetBenchmarksDesignArena.d.ts → imagesListModels.d.ts} +4 -4
- package/esm/funcs/{datasetsGetBenchmarksArtificialAnalysis.js → imagesListModels.js} +10 -15
- package/esm/funcs/workspacesDeleteBudget.d.ts +19 -0
- package/esm/funcs/workspacesDeleteBudget.js +107 -0
- package/esm/funcs/workspacesListBudgets.d.ts +19 -0
- package/esm/funcs/workspacesListBudgets.js +103 -0
- package/esm/funcs/workspacesSetBudget.d.ts +19 -0
- package/esm/funcs/workspacesSetBudget.js +110 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/models/advisorreasoning.d.ts +1 -0
- package/esm/models/advisorreasoning.js +1 -0
- package/esm/models/anthropicadvisormessageusageiteration.d.ts +24 -0
- package/esm/models/anthropicadvisormessageusageiteration.js +36 -0
- package/esm/models/anthropiccompactionusageiteration.d.ts +23 -0
- package/esm/models/anthropiccompactionusageiteration.js +35 -0
- package/esm/models/anthropicdocumentblockparam.d.ts +5 -4
- package/esm/models/anthropicdocumentblockparam.js +3 -0
- package/esm/models/anthropicfiledocumentsource.d.ts +14 -0
- package/esm/models/anthropicfiledocumentsource.js +19 -0
- package/esm/models/anthropiciterationcachecreation.d.ts +11 -0
- package/esm/models/anthropiciterationcachecreation.js +21 -0
- package/esm/models/anthropicmessageusageiteration.d.ts +24 -0
- package/esm/models/anthropicmessageusageiteration.js +36 -0
- package/esm/models/anthropicspeed.d.ts +10 -0
- package/esm/models/anthropicspeed.js +12 -0
- package/esm/models/anthropicunknownusageiteration.d.ts +16 -0
- package/esm/models/anthropicunknownusageiteration.js +30 -0
- package/esm/models/anthropicusageiteration.d.ts +12 -0
- package/esm/models/anthropicusageiteration.js +21 -0
- package/esm/models/apierrortype.d.ts +41 -0
- package/esm/models/apierrortype.js +40 -0
- package/esm/models/booleancapability.d.ts +13 -0
- package/esm/models/booleancapability.js +14 -0
- package/esm/models/byokproviderslug.d.ts +4 -0
- package/esm/models/byokproviderslug.js +4 -0
- package/esm/models/capabilitydescriptor.d.ts +15 -0
- package/esm/models/capabilitydescriptor.js +19 -0
- package/esm/models/chatrequest.d.ts +2 -0
- package/esm/models/chatrequest.js +2 -0
- package/esm/models/chatstreamchunk.d.ts +25 -4
- package/esm/models/chatstreamchunk.js +19 -4
- package/esm/models/chatusage.d.ts +32 -8
- package/esm/models/chatusage.js +25 -8
- package/esm/models/chatwebsearchshorthand.d.ts +1 -1
- package/esm/models/contentpartimage.d.ts +9 -2
- package/esm/models/contentpartimage.js +6 -1
- package/esm/models/debugevent.d.ts +42 -0
- package/esm/models/debugevent.js +58 -0
- package/esm/models/deleteworkspacebudgetresponse.d.ts +13 -0
- package/esm/models/deleteworkspacebudgetresponse.js +14 -0
- package/esm/models/enumcapability.d.ts +14 -0
- package/esm/models/enumcapability.js +15 -0
- package/esm/models/fusionplugin.d.ts +1 -0
- package/esm/models/fusionplugin.js +1 -0
- package/esm/models/fusionservertoolconfig.d.ts +8 -1
- package/esm/models/fusionservertoolconfig.js +4 -0
- package/esm/models/imageendpoint.d.ts +41 -0
- package/esm/models/imageendpoint.js +33 -0
- package/esm/models/imagegencompletedevent.d.ts +29 -0
- package/esm/models/imagegencompletedevent.js +23 -0
- package/esm/models/imagegenerationrequest.d.ts +914 -0
- package/esm/models/imagegenerationrequest.js +267 -0
- package/esm/models/imagegenerationresponse.d.ts +34 -0
- package/esm/models/imagegenerationresponse.js +29 -0
- package/esm/models/imagegenerationservertool.d.ts +15 -15
- package/esm/models/imagegenerationservertool.js +15 -17
- package/esm/models/imagegenerationusage.d.ts +119 -0
- package/esm/models/imagegenerationusage.js +93 -0
- package/esm/models/imagegenpartialimageevent.d.ts +24 -0
- package/esm/models/imagegenpartialimageevent.js +22 -0
- package/esm/models/imagegenstreamerrorevent.d.ts +44 -0
- package/esm/models/imagegenstreamerrorevent.js +25 -0
- package/esm/models/imagemodelarchitecture.d.ts +19 -0
- package/esm/models/imagemodelarchitecture.js +23 -0
- package/esm/models/imagemodelendpointsresponse.d.ts +18 -0
- package/esm/models/imagemodelendpointsresponse.js +16 -0
- package/esm/models/imagemodellistitem.d.ts +42 -0
- package/esm/models/imagemodellistitem.js +29 -0
- package/esm/models/imagemodelslistresponse.d.ts +14 -0
- package/esm/models/imagemodelslistresponse.js +15 -0
- package/esm/models/imageoutputmodality.d.ts +16 -0
- package/esm/models/imageoutputmodality.js +18 -0
- package/esm/models/imagepricingentry.d.ts +35 -0
- package/esm/models/imagepricingentry.js +41 -0
- package/esm/models/imagestreamingresponse.d.ts +18 -0
- package/esm/models/imagestreamingresponse.js +43 -0
- package/esm/models/index.d.ts +44 -7
- package/esm/models/index.js +44 -7
- package/esm/models/inputreference.d.ts +6 -2
- package/esm/models/inputreference.js +1 -1
- package/esm/models/legacywebsearchservertool.d.ts +1 -1
- package/esm/models/listworkspacebudgetsresponse.d.ts +14 -0
- package/esm/models/listworkspacebudgetsresponse.js +15 -0
- package/esm/models/messagesrequest.d.ts +6 -6
- package/esm/models/messagesrequest.js +4 -5
- package/esm/models/model.d.ts +5 -0
- package/esm/models/model.js +2 -0
- package/esm/models/modelreasoning.d.ts +49 -0
- package/esm/models/modelreasoning.js +42 -0
- package/esm/models/observabilityarizedestination.d.ts +3 -0
- package/esm/models/openresponsesresult.d.ts +5 -0
- package/esm/models/openresponsesresult.js +3 -0
- package/esm/models/operations/createembeddings.d.ts +19 -0
- package/esm/models/operations/createembeddings.js +20 -0
- package/esm/models/operations/createimages.d.ts +63 -0
- package/esm/models/operations/createimages.js +44 -0
- package/esm/models/operations/{getbenchmarksartificialanalysis.d.ts → deleteworkspacebudget.d.ts} +15 -9
- package/esm/models/operations/deleteworkspacebudget.js +23 -0
- package/esm/models/operations/getbenchmarks.d.ts +120 -0
- package/esm/models/operations/getbenchmarks.js +60 -0
- package/esm/models/operations/getmodels.d.ts +5 -3
- package/esm/models/operations/getmodels.js +3 -1
- package/esm/models/operations/{getbenchmarksdesignarena.d.ts → gettaskclassifications.d.ts} +16 -28
- package/esm/models/operations/gettaskclassifications.js +29 -0
- package/esm/models/operations/index.d.ts +8 -2
- package/esm/models/operations/index.js +8 -2
- package/esm/models/operations/listbyokkeys.d.ts +4 -0
- package/esm/models/operations/listbyokkeys.js +4 -0
- package/esm/models/operations/listimagemodelendpoints.d.ts +63 -0
- package/esm/models/operations/listimagemodelendpoints.js +22 -0
- package/esm/models/operations/listimagemodels.d.ts +53 -0
- package/esm/models/operations/listimagemodels.js +20 -0
- package/esm/models/operations/listworkspacebudgets.d.ts +58 -0
- package/esm/models/operations/listworkspacebudgets.js +21 -0
- package/esm/models/operations/queryanalytics.d.ts +7 -3
- package/esm/models/operations/queryanalytics.js +1 -0
- package/esm/models/operations/upsertworkspacebudget.d.ts +66 -0
- package/esm/models/operations/upsertworkspacebudget.js +25 -0
- package/esm/models/preview20250311websearchservertool.d.ts +1 -1
- package/esm/models/previewwebsearchservertool.d.ts +1 -1
- package/esm/models/providername.d.ts +4 -0
- package/esm/models/providername.js +4 -0
- package/esm/models/provideroptions.d.ts +25 -1
- package/esm/models/provideroptions.js +6 -0
- package/esm/models/providerresponse.d.ts +4 -0
- package/esm/models/providerresponse.js +4 -0
- package/esm/models/rangecapability.d.ts +15 -0
- package/esm/models/rangecapability.js +16 -0
- package/esm/models/reasoningeffort.d.ts +1 -0
- package/esm/models/reasoningeffort.js +1 -0
- package/esm/models/responsesrequest.d.ts +6 -0
- package/esm/models/responsesrequest.js +2 -0
- package/esm/models/speechrequest.d.ts +1 -1
- package/esm/models/streamevents.d.ts +2 -1
- package/esm/models/streamevents.js +2 -0
- package/esm/models/sttrequest.d.ts +1 -1
- package/esm/models/subagentreasoning.d.ts +1 -0
- package/esm/models/subagentreasoning.js +1 -0
- package/esm/models/taskclassificationitem.d.ts +42 -0
- package/esm/models/taskclassificationitem.js +32 -0
- package/esm/models/taskclassificationmacrocategory.d.ts +25 -0
- package/esm/models/taskclassificationmacrocategory.js +23 -0
- package/esm/models/taskclassificationmodel.d.ts +21 -0
- package/esm/models/taskclassificationmodel.js +22 -0
- package/esm/models/taskclassificationresponse.d.ts +33 -0
- package/esm/models/taskclassificationresponse.js +33 -0
- package/esm/models/{benchmarkpricing.d.ts → unifiedbenchmarkpricing.d.ts} +4 -4
- package/esm/models/unifiedbenchmarkpricing.js +15 -0
- package/esm/models/{benchmarksaaitem.d.ts → unifiedbenchmarksaaitem.d.ts} +14 -10
- package/esm/models/unifiedbenchmarksaaitem.js +30 -0
- package/esm/models/{benchmarksdaitem.d.ts → unifiedbenchmarksdaitem.d.ts} +11 -7
- package/esm/models/{benchmarksdaitem.js → unifiedbenchmarksdaitem.js} +8 -7
- package/esm/models/unifiedbenchmarksmeta.d.ts +63 -0
- package/esm/models/unifiedbenchmarksmeta.js +46 -0
- package/esm/models/unifiedbenchmarksresponse.d.ts +19 -0
- package/esm/models/unifiedbenchmarksresponse.js +30 -0
- package/esm/models/upsertworkspacebudgetrequest.d.ts +15 -0
- package/esm/models/upsertworkspacebudgetrequest.js +18 -0
- package/esm/models/upsertworkspacebudgetresponse.d.ts +11 -0
- package/esm/models/upsertworkspacebudgetresponse.js +15 -0
- package/esm/models/videogenerationrequest.d.ts +39 -15
- package/esm/models/videogenerationrequest.js +17 -11
- package/esm/models/websearchconfig.d.ts +1 -1
- package/esm/models/websearchservertool.d.ts +1 -1
- package/esm/models/websearchservertoolconfig.d.ts +1 -1
- package/esm/models/workspacebudget.d.ts +48 -0
- package/esm/models/workspacebudget.js +39 -0
- package/esm/models/workspacebudgetinterval.d.ts +18 -0
- package/esm/models/workspacebudgetinterval.js +17 -0
- package/esm/sdk/benchmarks.d.ts +13 -0
- package/esm/sdk/benchmarks.js +19 -0
- package/esm/sdk/classifications.d.ts +31 -0
- package/esm/sdk/classifications.js +37 -0
- package/esm/sdk/datasets.d.ts +0 -14
- package/esm/sdk/datasets.js +0 -20
- package/esm/sdk/images.d.ts +38 -0
- package/esm/sdk/images.js +33 -0
- package/esm/sdk/sdk.d.ts +9 -0
- package/esm/sdk/sdk.js +12 -0
- package/esm/sdk/workspaces.d.ts +21 -0
- package/esm/sdk/workspaces.js +30 -0
- package/jsr.json +1 -1
- package/package.json +7 -7
- package/esm/funcs/datasetsGetBenchmarksArtificialAnalysis.d.ts +0 -19
- package/esm/models/benchmarkpricing.js +0 -15
- package/esm/models/benchmarksaaitem.js +0 -29
- package/esm/models/benchmarksaameta.d.ts +0 -70
- package/esm/models/benchmarksaameta.js +0 -50
- package/esm/models/benchmarksaaresponse.d.ts +0 -13
- package/esm/models/benchmarksaaresponse.js +0 -17
- package/esm/models/benchmarksdameta.d.ts +0 -98
- package/esm/models/benchmarksdameta.js +0 -62
- package/esm/models/benchmarksdaresponse.d.ts +0 -13
- package/esm/models/benchmarksdaresponse.js +0 -17
- package/esm/models/operations/getbenchmarksartificialanalysis.js +0 -22
- package/esm/models/operations/getbenchmarksdesignarena.js +0 -36
|
@@ -10,6 +10,7 @@ export * from "./createauthkeyscode.js";
|
|
|
10
10
|
export * from "./createbyokkey.js";
|
|
11
11
|
export * from "./createembeddings.js";
|
|
12
12
|
export * from "./createguardrail.js";
|
|
13
|
+
export * from "./createimages.js";
|
|
13
14
|
export * from "./createkeys.js";
|
|
14
15
|
export * from "./createobservabilitydestination.js";
|
|
15
16
|
export * from "./createpresetschatcompletions.js";
|
|
@@ -25,12 +26,12 @@ export * from "./deleteguardrail.js";
|
|
|
25
26
|
export * from "./deletekeys.js";
|
|
26
27
|
export * from "./deleteobservabilitydestination.js";
|
|
27
28
|
export * from "./deleteworkspace.js";
|
|
29
|
+
export * from "./deleteworkspacebudget.js";
|
|
28
30
|
export * from "./downloadfilecontent.js";
|
|
29
31
|
export * from "./exchangeauthcodeforapikey.js";
|
|
30
32
|
export * from "./getanalyticsmeta.js";
|
|
31
33
|
export * from "./getapprankings.js";
|
|
32
|
-
export * from "./
|
|
33
|
-
export * from "./getbenchmarksdesignarena.js";
|
|
34
|
+
export * from "./getbenchmarks.js";
|
|
34
35
|
export * from "./getbyokkey.js";
|
|
35
36
|
export * from "./getcredits.js";
|
|
36
37
|
export * from "./getcurrentkey.js";
|
|
@@ -44,6 +45,7 @@ export * from "./getobservabilitydestination.js";
|
|
|
44
45
|
export * from "./getpreset.js";
|
|
45
46
|
export * from "./getpresetversion.js";
|
|
46
47
|
export * from "./getrankingsdaily.js";
|
|
48
|
+
export * from "./gettaskclassifications.js";
|
|
47
49
|
export * from "./getuseractivity.js";
|
|
48
50
|
export * from "./getvideos.js";
|
|
49
51
|
export * from "./getworkspace.js";
|
|
@@ -57,6 +59,8 @@ export * from "./listgenerationcontent.js";
|
|
|
57
59
|
export * from "./listguardrailkeyassignments.js";
|
|
58
60
|
export * from "./listguardrailmemberassignments.js";
|
|
59
61
|
export * from "./listguardrails.js";
|
|
62
|
+
export * from "./listimagemodelendpoints.js";
|
|
63
|
+
export * from "./listimagemodels.js";
|
|
60
64
|
export * from "./listkeyassignments.js";
|
|
61
65
|
export * from "./listmemberassignments.js";
|
|
62
66
|
export * from "./listmodelscount.js";
|
|
@@ -68,6 +72,7 @@ export * from "./listpresetversions.js";
|
|
|
68
72
|
export * from "./listproviders.js";
|
|
69
73
|
export * from "./listvideoscontent.js";
|
|
70
74
|
export * from "./listvideosmodels.js";
|
|
75
|
+
export * from "./listworkspacebudgets.js";
|
|
71
76
|
export * from "./listworkspaces.js";
|
|
72
77
|
export * from "./queryanalytics.js";
|
|
73
78
|
export * from "./sendchatcompletionrequest.js";
|
|
@@ -77,4 +82,5 @@ export * from "./updatekeys.js";
|
|
|
77
82
|
export * from "./updateobservabilitydestination.js";
|
|
78
83
|
export * from "./updateworkspace.js";
|
|
79
84
|
export * from "./uploadfile.js";
|
|
85
|
+
export * from "./upsertworkspacebudget.js";
|
|
80
86
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -14,6 +14,7 @@ export * from "./createauthkeyscode.js";
|
|
|
14
14
|
export * from "./createbyokkey.js";
|
|
15
15
|
export * from "./createembeddings.js";
|
|
16
16
|
export * from "./createguardrail.js";
|
|
17
|
+
export * from "./createimages.js";
|
|
17
18
|
export * from "./createkeys.js";
|
|
18
19
|
export * from "./createobservabilitydestination.js";
|
|
19
20
|
export * from "./createpresetschatcompletions.js";
|
|
@@ -29,12 +30,12 @@ export * from "./deleteguardrail.js";
|
|
|
29
30
|
export * from "./deletekeys.js";
|
|
30
31
|
export * from "./deleteobservabilitydestination.js";
|
|
31
32
|
export * from "./deleteworkspace.js";
|
|
33
|
+
export * from "./deleteworkspacebudget.js";
|
|
32
34
|
export * from "./downloadfilecontent.js";
|
|
33
35
|
export * from "./exchangeauthcodeforapikey.js";
|
|
34
36
|
export * from "./getanalyticsmeta.js";
|
|
35
37
|
export * from "./getapprankings.js";
|
|
36
|
-
export * from "./
|
|
37
|
-
export * from "./getbenchmarksdesignarena.js";
|
|
38
|
+
export * from "./getbenchmarks.js";
|
|
38
39
|
export * from "./getbyokkey.js";
|
|
39
40
|
export * from "./getcredits.js";
|
|
40
41
|
export * from "./getcurrentkey.js";
|
|
@@ -48,6 +49,7 @@ export * from "./getobservabilitydestination.js";
|
|
|
48
49
|
export * from "./getpreset.js";
|
|
49
50
|
export * from "./getpresetversion.js";
|
|
50
51
|
export * from "./getrankingsdaily.js";
|
|
52
|
+
export * from "./gettaskclassifications.js";
|
|
51
53
|
export * from "./getuseractivity.js";
|
|
52
54
|
export * from "./getvideos.js";
|
|
53
55
|
export * from "./getworkspace.js";
|
|
@@ -61,6 +63,8 @@ export * from "./listgenerationcontent.js";
|
|
|
61
63
|
export * from "./listguardrailkeyassignments.js";
|
|
62
64
|
export * from "./listguardrailmemberassignments.js";
|
|
63
65
|
export * from "./listguardrails.js";
|
|
66
|
+
export * from "./listimagemodelendpoints.js";
|
|
67
|
+
export * from "./listimagemodels.js";
|
|
64
68
|
export * from "./listkeyassignments.js";
|
|
65
69
|
export * from "./listmemberassignments.js";
|
|
66
70
|
export * from "./listmodelscount.js";
|
|
@@ -72,6 +76,7 @@ export * from "./listpresetversions.js";
|
|
|
72
76
|
export * from "./listproviders.js";
|
|
73
77
|
export * from "./listvideoscontent.js";
|
|
74
78
|
export * from "./listvideosmodels.js";
|
|
79
|
+
export * from "./listworkspacebudgets.js";
|
|
75
80
|
export * from "./listworkspaces.js";
|
|
76
81
|
export * from "./queryanalytics.js";
|
|
77
82
|
export * from "./sendchatcompletionrequest.js";
|
|
@@ -81,4 +86,5 @@ export * from "./updatekeys.js";
|
|
|
81
86
|
export * from "./updateobservabilitydestination.js";
|
|
82
87
|
export * from "./updateworkspace.js";
|
|
83
88
|
export * from "./uploadfile.js";
|
|
89
|
+
export * from "./upsertworkspacebudget.js";
|
|
84
90
|
//# sourceMappingURL=index.js.map
|
|
@@ -64,8 +64,10 @@ export declare const Provider: {
|
|
|
64
64
|
readonly GoogleAiStudio: "google-ai-studio";
|
|
65
65
|
readonly GoogleVertex: "google-vertex";
|
|
66
66
|
readonly Groq: "groq";
|
|
67
|
+
readonly Heygen: "heygen";
|
|
67
68
|
readonly Inception: "inception";
|
|
68
69
|
readonly Inceptron: "inceptron";
|
|
70
|
+
readonly InferactVllm: "inferact-vllm";
|
|
69
71
|
readonly InferenceNet: "inference-net";
|
|
70
72
|
readonly Infermatic: "infermatic";
|
|
71
73
|
readonly Inflection: "inflection";
|
|
@@ -96,6 +98,7 @@ export declare const Provider: {
|
|
|
96
98
|
readonly Recraft: "recraft";
|
|
97
99
|
readonly Reka: "reka";
|
|
98
100
|
readonly Relace: "relace";
|
|
101
|
+
readonly SakanaAi: "sakana-ai";
|
|
99
102
|
readonly Sambanova: "sambanova";
|
|
100
103
|
readonly Seed: "seed";
|
|
101
104
|
readonly Siliconflow: "siliconflow";
|
|
@@ -103,6 +106,7 @@ export declare const Provider: {
|
|
|
103
106
|
readonly Stepfun: "stepfun";
|
|
104
107
|
readonly Streamlake: "streamlake";
|
|
105
108
|
readonly Switchpoint: "switchpoint";
|
|
109
|
+
readonly Tenstorrent: "tenstorrent";
|
|
106
110
|
readonly Together: "together";
|
|
107
111
|
readonly Upstage: "upstage";
|
|
108
112
|
readonly Venice: "venice";
|
|
@@ -47,8 +47,10 @@ export const Provider = {
|
|
|
47
47
|
GoogleAiStudio: "google-ai-studio",
|
|
48
48
|
GoogleVertex: "google-vertex",
|
|
49
49
|
Groq: "groq",
|
|
50
|
+
Heygen: "heygen",
|
|
50
51
|
Inception: "inception",
|
|
51
52
|
Inceptron: "inceptron",
|
|
53
|
+
InferactVllm: "inferact-vllm",
|
|
52
54
|
InferenceNet: "inference-net",
|
|
53
55
|
Infermatic: "infermatic",
|
|
54
56
|
Inflection: "inflection",
|
|
@@ -79,6 +81,7 @@ export const Provider = {
|
|
|
79
81
|
Recraft: "recraft",
|
|
80
82
|
Reka: "reka",
|
|
81
83
|
Relace: "relace",
|
|
84
|
+
SakanaAi: "sakana-ai",
|
|
82
85
|
Sambanova: "sambanova",
|
|
83
86
|
Seed: "seed",
|
|
84
87
|
Siliconflow: "siliconflow",
|
|
@@ -86,6 +89,7 @@ export const Provider = {
|
|
|
86
89
|
Stepfun: "stepfun",
|
|
87
90
|
Streamlake: "streamlake",
|
|
88
91
|
Switchpoint: "switchpoint",
|
|
92
|
+
Tenstorrent: "tenstorrent",
|
|
89
93
|
Together: "together",
|
|
90
94
|
Upstage: "upstage",
|
|
91
95
|
Venice: "venice",
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
export type ListImageModelEndpointsGlobals = {
|
|
3
|
+
/**
|
|
4
|
+
* The app identifier should be your app's URL and is used as the primary identifier for rankings.
|
|
5
|
+
*
|
|
6
|
+
* @remarks
|
|
7
|
+
* This is used to track API usage per application.
|
|
8
|
+
*/
|
|
9
|
+
httpReferer?: string | undefined;
|
|
10
|
+
/**
|
|
11
|
+
* The app display name allows you to customize how your app appears in OpenRouter's dashboard.
|
|
12
|
+
*
|
|
13
|
+
* @remarks
|
|
14
|
+
*/
|
|
15
|
+
appTitle?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* Comma-separated list of app categories (e.g. "cli-agent,cloud-agent"). Used for marketplace rankings.
|
|
18
|
+
*
|
|
19
|
+
* @remarks
|
|
20
|
+
*/
|
|
21
|
+
appCategories?: string | undefined;
|
|
22
|
+
};
|
|
23
|
+
export type ListImageModelEndpointsRequest = {
|
|
24
|
+
/**
|
|
25
|
+
* The app identifier should be your app's URL and is used as the primary identifier for rankings.
|
|
26
|
+
*
|
|
27
|
+
* @remarks
|
|
28
|
+
* This is used to track API usage per application.
|
|
29
|
+
*/
|
|
30
|
+
httpReferer?: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* The app display name allows you to customize how your app appears in OpenRouter's dashboard.
|
|
33
|
+
*
|
|
34
|
+
* @remarks
|
|
35
|
+
*/
|
|
36
|
+
appTitle?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* Comma-separated list of app categories (e.g. "cli-agent,cloud-agent"). Used for marketplace rankings.
|
|
39
|
+
*
|
|
40
|
+
* @remarks
|
|
41
|
+
*/
|
|
42
|
+
appCategories?: string | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* Model author/organization
|
|
45
|
+
*/
|
|
46
|
+
author: string;
|
|
47
|
+
/**
|
|
48
|
+
* Model slug
|
|
49
|
+
*/
|
|
50
|
+
slug: string;
|
|
51
|
+
};
|
|
52
|
+
/** @internal */
|
|
53
|
+
export type ListImageModelEndpointsRequest$Outbound = {
|
|
54
|
+
"HTTP-Referer"?: string | undefined;
|
|
55
|
+
appTitle?: string | undefined;
|
|
56
|
+
appCategories?: string | undefined;
|
|
57
|
+
author: string;
|
|
58
|
+
slug: string;
|
|
59
|
+
};
|
|
60
|
+
/** @internal */
|
|
61
|
+
export declare const ListImageModelEndpointsRequest$outboundSchema: z.ZodType<ListImageModelEndpointsRequest$Outbound, ListImageModelEndpointsRequest>;
|
|
62
|
+
export declare function listImageModelEndpointsRequestToJSON(listImageModelEndpointsRequest: ListImageModelEndpointsRequest): string;
|
|
63
|
+
//# sourceMappingURL=listimagemodelendpoints.d.ts.map
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: efc8274ae41c
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const ListImageModelEndpointsRequest$outboundSchema = z.object({
|
|
9
|
+
httpReferer: z.string().optional(),
|
|
10
|
+
appTitle: z.string().optional(),
|
|
11
|
+
appCategories: z.string().optional(),
|
|
12
|
+
author: z.string(),
|
|
13
|
+
slug: z.string(),
|
|
14
|
+
}).transform((v) => {
|
|
15
|
+
return remap$(v, {
|
|
16
|
+
httpReferer: "HTTP-Referer",
|
|
17
|
+
});
|
|
18
|
+
});
|
|
19
|
+
export function listImageModelEndpointsRequestToJSON(listImageModelEndpointsRequest) {
|
|
20
|
+
return JSON.stringify(ListImageModelEndpointsRequest$outboundSchema.parse(listImageModelEndpointsRequest));
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=listimagemodelendpoints.js.map
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
export type ListImageModelsGlobals = {
|
|
3
|
+
/**
|
|
4
|
+
* The app identifier should be your app's URL and is used as the primary identifier for rankings.
|
|
5
|
+
*
|
|
6
|
+
* @remarks
|
|
7
|
+
* This is used to track API usage per application.
|
|
8
|
+
*/
|
|
9
|
+
httpReferer?: string | undefined;
|
|
10
|
+
/**
|
|
11
|
+
* The app display name allows you to customize how your app appears in OpenRouter's dashboard.
|
|
12
|
+
*
|
|
13
|
+
* @remarks
|
|
14
|
+
*/
|
|
15
|
+
appTitle?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* Comma-separated list of app categories (e.g. "cli-agent,cloud-agent"). Used for marketplace rankings.
|
|
18
|
+
*
|
|
19
|
+
* @remarks
|
|
20
|
+
*/
|
|
21
|
+
appCategories?: string | undefined;
|
|
22
|
+
};
|
|
23
|
+
export type ListImageModelsRequest = {
|
|
24
|
+
/**
|
|
25
|
+
* The app identifier should be your app's URL and is used as the primary identifier for rankings.
|
|
26
|
+
*
|
|
27
|
+
* @remarks
|
|
28
|
+
* This is used to track API usage per application.
|
|
29
|
+
*/
|
|
30
|
+
httpReferer?: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* The app display name allows you to customize how your app appears in OpenRouter's dashboard.
|
|
33
|
+
*
|
|
34
|
+
* @remarks
|
|
35
|
+
*/
|
|
36
|
+
appTitle?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* Comma-separated list of app categories (e.g. "cli-agent,cloud-agent"). Used for marketplace rankings.
|
|
39
|
+
*
|
|
40
|
+
* @remarks
|
|
41
|
+
*/
|
|
42
|
+
appCategories?: string | undefined;
|
|
43
|
+
};
|
|
44
|
+
/** @internal */
|
|
45
|
+
export type ListImageModelsRequest$Outbound = {
|
|
46
|
+
"HTTP-Referer"?: string | undefined;
|
|
47
|
+
appTitle?: string | undefined;
|
|
48
|
+
appCategories?: string | undefined;
|
|
49
|
+
};
|
|
50
|
+
/** @internal */
|
|
51
|
+
export declare const ListImageModelsRequest$outboundSchema: z.ZodType<ListImageModelsRequest$Outbound, ListImageModelsRequest>;
|
|
52
|
+
export declare function listImageModelsRequestToJSON(listImageModelsRequest: ListImageModelsRequest): string;
|
|
53
|
+
//# sourceMappingURL=listimagemodels.d.ts.map
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 439d3eed4cf3
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const ListImageModelsRequest$outboundSchema = z.object({
|
|
9
|
+
httpReferer: z.string().optional(),
|
|
10
|
+
appTitle: z.string().optional(),
|
|
11
|
+
appCategories: z.string().optional(),
|
|
12
|
+
}).transform((v) => {
|
|
13
|
+
return remap$(v, {
|
|
14
|
+
httpReferer: "HTTP-Referer",
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
export function listImageModelsRequestToJSON(listImageModelsRequest) {
|
|
18
|
+
return JSON.stringify(ListImageModelsRequest$outboundSchema.parse(listImageModelsRequest));
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=listimagemodels.js.map
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
export type ListWorkspaceBudgetsGlobals = {
|
|
3
|
+
/**
|
|
4
|
+
* The app identifier should be your app's URL and is used as the primary identifier for rankings.
|
|
5
|
+
*
|
|
6
|
+
* @remarks
|
|
7
|
+
* This is used to track API usage per application.
|
|
8
|
+
*/
|
|
9
|
+
httpReferer?: string | undefined;
|
|
10
|
+
/**
|
|
11
|
+
* The app display name allows you to customize how your app appears in OpenRouter's dashboard.
|
|
12
|
+
*
|
|
13
|
+
* @remarks
|
|
14
|
+
*/
|
|
15
|
+
appTitle?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* Comma-separated list of app categories (e.g. "cli-agent,cloud-agent"). Used for marketplace rankings.
|
|
18
|
+
*
|
|
19
|
+
* @remarks
|
|
20
|
+
*/
|
|
21
|
+
appCategories?: string | undefined;
|
|
22
|
+
};
|
|
23
|
+
export type ListWorkspaceBudgetsRequest = {
|
|
24
|
+
/**
|
|
25
|
+
* The app identifier should be your app's URL and is used as the primary identifier for rankings.
|
|
26
|
+
*
|
|
27
|
+
* @remarks
|
|
28
|
+
* This is used to track API usage per application.
|
|
29
|
+
*/
|
|
30
|
+
httpReferer?: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* The app display name allows you to customize how your app appears in OpenRouter's dashboard.
|
|
33
|
+
*
|
|
34
|
+
* @remarks
|
|
35
|
+
*/
|
|
36
|
+
appTitle?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* Comma-separated list of app categories (e.g. "cli-agent,cloud-agent"). Used for marketplace rankings.
|
|
39
|
+
*
|
|
40
|
+
* @remarks
|
|
41
|
+
*/
|
|
42
|
+
appCategories?: string | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* The workspace ID (UUID) or slug
|
|
45
|
+
*/
|
|
46
|
+
id: string;
|
|
47
|
+
};
|
|
48
|
+
/** @internal */
|
|
49
|
+
export type ListWorkspaceBudgetsRequest$Outbound = {
|
|
50
|
+
"HTTP-Referer"?: string | undefined;
|
|
51
|
+
appTitle?: string | undefined;
|
|
52
|
+
appCategories?: string | undefined;
|
|
53
|
+
id: string;
|
|
54
|
+
};
|
|
55
|
+
/** @internal */
|
|
56
|
+
export declare const ListWorkspaceBudgetsRequest$outboundSchema: z.ZodType<ListWorkspaceBudgetsRequest$Outbound, ListWorkspaceBudgetsRequest>;
|
|
57
|
+
export declare function listWorkspaceBudgetsRequestToJSON(listWorkspaceBudgetsRequest: ListWorkspaceBudgetsRequest): string;
|
|
58
|
+
//# sourceMappingURL=listworkspacebudgets.d.ts.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: ba0d3148fcc4
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const ListWorkspaceBudgetsRequest$outboundSchema = z.object({
|
|
9
|
+
httpReferer: z.string().optional(),
|
|
10
|
+
appTitle: z.string().optional(),
|
|
11
|
+
appCategories: z.string().optional(),
|
|
12
|
+
id: z.string(),
|
|
13
|
+
}).transform((v) => {
|
|
14
|
+
return remap$(v, {
|
|
15
|
+
httpReferer: "HTTP-Referer",
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
export function listWorkspaceBudgetsRequestToJSON(listWorkspaceBudgetsRequest) {
|
|
19
|
+
return JSON.stringify(ListWorkspaceBudgetsRequest$outboundSchema.parse(listWorkspaceBudgetsRequest));
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=listworkspacebudgets.js.map
|
|
@@ -25,12 +25,12 @@ export type QueryAnalyticsGlobals = {
|
|
|
25
25
|
};
|
|
26
26
|
export type Value2 = string | number;
|
|
27
27
|
/**
|
|
28
|
-
* Filter value (scalar or array depending on operator)
|
|
28
|
+
* Filter value (scalar or array depending on operator). Several dimensions are enriched in responses (returned as human-readable labels), but filters must use the underlying ID: `api_key_id` — numeric ID (from generation metadata) or key hash (64-char hex from GET /api/v1/keys, resolved server-side); `user` — Clerk user ID (e.g. "user_abc123"), not the display name; `workspace` — workspace UUID, not the workspace name; `app` — numeric app ID, not the app title; `model` — permaslug (e.g. "openai/gpt-4o"), not the display name. Other dimensions (provider, origin, country, etc.) are not enriched and accept the value as returned.
|
|
29
29
|
*/
|
|
30
30
|
export type Value1 = string | number | Array<string | number>;
|
|
31
31
|
export type Filter = {
|
|
32
32
|
/**
|
|
33
|
-
* Dimension to filter on
|
|
33
|
+
* Dimension to filter on. Use the /meta endpoint for available dimensions.
|
|
34
34
|
*/
|
|
35
35
|
field: string;
|
|
36
36
|
/**
|
|
@@ -38,7 +38,7 @@ export type Filter = {
|
|
|
38
38
|
*/
|
|
39
39
|
operator: string;
|
|
40
40
|
/**
|
|
41
|
-
* Filter value (scalar or array depending on operator)
|
|
41
|
+
* Filter value (scalar or array depending on operator). Several dimensions are enriched in responses (returned as human-readable labels), but filters must use the underlying ID: `api_key_id` — numeric ID (from generation metadata) or key hash (64-char hex from GET /api/v1/keys, resolved server-side); `user` — Clerk user ID (e.g. "user_abc123"), not the display name; `workspace` — workspace UUID, not the workspace name; `app` — numeric app ID, not the app title; `model` — permaslug (e.g. "openai/gpt-4o"), not the display name. Other dimensions (provider, origin, country, etc.) are not enriched and accept the value as returned.
|
|
42
42
|
*/
|
|
43
43
|
value: string | number | Array<string | number>;
|
|
44
44
|
};
|
|
@@ -112,6 +112,10 @@ export type QueryAnalyticsData2 = {
|
|
|
112
112
|
cachedAt?: number | undefined;
|
|
113
113
|
data: Array<QueryAnalyticsData1>;
|
|
114
114
|
metadata: Metadata;
|
|
115
|
+
/**
|
|
116
|
+
* Warnings about filter resolution issues (e.g. unresolvable api_key_id hashes). The query still runs normally; these inform the caller that some filter values could not be resolved.
|
|
117
|
+
*/
|
|
118
|
+
warnings?: Array<string> | undefined;
|
|
115
119
|
};
|
|
116
120
|
/**
|
|
117
121
|
* Analytics query results
|
|
@@ -115,6 +115,7 @@ export const QueryAnalyticsData2$inboundSchema = z.object({
|
|
|
115
115
|
cachedAt: z.number().optional(),
|
|
116
116
|
data: z.array(z.lazy(() => QueryAnalyticsData1$inboundSchema)),
|
|
117
117
|
metadata: z.lazy(() => Metadata$inboundSchema),
|
|
118
|
+
warnings: z.array(z.string()).optional(),
|
|
118
119
|
});
|
|
119
120
|
export function queryAnalyticsData2FromJSON(jsonString) {
|
|
120
121
|
return safeParse(jsonString, (x) => QueryAnalyticsData2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'QueryAnalyticsData2' from JSON`);
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
import * as models from "../index.js";
|
|
3
|
+
export type UpsertWorkspaceBudgetGlobals = {
|
|
4
|
+
/**
|
|
5
|
+
* The app identifier should be your app's URL and is used as the primary identifier for rankings.
|
|
6
|
+
*
|
|
7
|
+
* @remarks
|
|
8
|
+
* This is used to track API usage per application.
|
|
9
|
+
*/
|
|
10
|
+
httpReferer?: string | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* The app display name allows you to customize how your app appears in OpenRouter's dashboard.
|
|
13
|
+
*
|
|
14
|
+
* @remarks
|
|
15
|
+
*/
|
|
16
|
+
appTitle?: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* Comma-separated list of app categories (e.g. "cli-agent,cloud-agent"). Used for marketplace rankings.
|
|
19
|
+
*
|
|
20
|
+
* @remarks
|
|
21
|
+
*/
|
|
22
|
+
appCategories?: string | undefined;
|
|
23
|
+
};
|
|
24
|
+
export type UpsertWorkspaceBudgetRequest = {
|
|
25
|
+
/**
|
|
26
|
+
* The app identifier should be your app's URL and is used as the primary identifier for rankings.
|
|
27
|
+
*
|
|
28
|
+
* @remarks
|
|
29
|
+
* This is used to track API usage per application.
|
|
30
|
+
*/
|
|
31
|
+
httpReferer?: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* The app display name allows you to customize how your app appears in OpenRouter's dashboard.
|
|
34
|
+
*
|
|
35
|
+
* @remarks
|
|
36
|
+
*/
|
|
37
|
+
appTitle?: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* Comma-separated list of app categories (e.g. "cli-agent,cloud-agent"). Used for marketplace rankings.
|
|
40
|
+
*
|
|
41
|
+
* @remarks
|
|
42
|
+
*/
|
|
43
|
+
appCategories?: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* The workspace ID (UUID) or slug
|
|
46
|
+
*/
|
|
47
|
+
id: string;
|
|
48
|
+
/**
|
|
49
|
+
* Budget reset interval. Use "lifetime" for a one-time budget that never resets.
|
|
50
|
+
*/
|
|
51
|
+
interval: models.WorkspaceBudgetInterval;
|
|
52
|
+
upsertWorkspaceBudgetRequest: models.UpsertWorkspaceBudgetRequest;
|
|
53
|
+
};
|
|
54
|
+
/** @internal */
|
|
55
|
+
export type UpsertWorkspaceBudgetRequest$Outbound = {
|
|
56
|
+
"HTTP-Referer"?: string | undefined;
|
|
57
|
+
appTitle?: string | undefined;
|
|
58
|
+
appCategories?: string | undefined;
|
|
59
|
+
id: string;
|
|
60
|
+
interval: string;
|
|
61
|
+
UpsertWorkspaceBudgetRequest: models.UpsertWorkspaceBudgetRequest$Outbound;
|
|
62
|
+
};
|
|
63
|
+
/** @internal */
|
|
64
|
+
export declare const UpsertWorkspaceBudgetRequest$outboundSchema: z.ZodType<UpsertWorkspaceBudgetRequest$Outbound, UpsertWorkspaceBudgetRequest>;
|
|
65
|
+
export declare function upsertWorkspaceBudgetRequestToJSON(upsertWorkspaceBudgetRequest: UpsertWorkspaceBudgetRequest): string;
|
|
66
|
+
//# sourceMappingURL=upsertworkspacebudget.d.ts.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: f2bb866e828c
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import * as models from "../index.js";
|
|
8
|
+
/** @internal */
|
|
9
|
+
export const UpsertWorkspaceBudgetRequest$outboundSchema = z.object({
|
|
10
|
+
httpReferer: z.string().optional(),
|
|
11
|
+
appTitle: z.string().optional(),
|
|
12
|
+
appCategories: z.string().optional(),
|
|
13
|
+
id: z.string(),
|
|
14
|
+
interval: models.WorkspaceBudgetInterval$outboundSchema,
|
|
15
|
+
upsertWorkspaceBudgetRequest: models.UpsertWorkspaceBudgetRequest$outboundSchema,
|
|
16
|
+
}).transform((v) => {
|
|
17
|
+
return remap$(v, {
|
|
18
|
+
httpReferer: "HTTP-Referer",
|
|
19
|
+
upsertWorkspaceBudgetRequest: "UpsertWorkspaceBudgetRequest",
|
|
20
|
+
});
|
|
21
|
+
});
|
|
22
|
+
export function upsertWorkspaceBudgetRequestToJSON(upsertWorkspaceBudgetRequest) {
|
|
23
|
+
return JSON.stringify(UpsertWorkspaceBudgetRequest$outboundSchema.parse(upsertWorkspaceBudgetRequest));
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=upsertworkspacebudget.js.map
|
|
@@ -15,7 +15,7 @@ export type Preview20250311WebSearchServerTool = {
|
|
|
15
15
|
engine?: WebSearchEngineEnum | undefined;
|
|
16
16
|
filters?: WebSearchDomainFilter | null | undefined;
|
|
17
17
|
/**
|
|
18
|
-
* Maximum number of search results to return per search call. Defaults to 5. Applies to Exa, Firecrawl, Parallel, and Perplexity engines; ignored with native provider search.
|
|
18
|
+
* Maximum number of search results to return per search call. Defaults to 5. Applies to Exa, Firecrawl, Parallel, and Perplexity engines; ignored with native provider search. Perplexity supports a maximum of 20; values above 20 are clamped.
|
|
19
19
|
*/
|
|
20
20
|
maxResults?: number | undefined;
|
|
21
21
|
/**
|
|
@@ -15,7 +15,7 @@ export type PreviewWebSearchServerTool = {
|
|
|
15
15
|
engine?: WebSearchEngineEnum | undefined;
|
|
16
16
|
filters?: WebSearchDomainFilter | null | undefined;
|
|
17
17
|
/**
|
|
18
|
-
* Maximum number of search results to return per search call. Defaults to 5. Applies to Exa, Firecrawl, Parallel, and Perplexity engines; ignored with native provider search.
|
|
18
|
+
* Maximum number of search results to return per search call. Defaults to 5. Applies to Exa, Firecrawl, Parallel, and Perplexity engines; ignored with native provider search. Perplexity supports a maximum of 20; values above 20 are clamped.
|
|
19
19
|
*/
|
|
20
20
|
maxResults?: number | undefined;
|
|
21
21
|
/**
|
|
@@ -38,12 +38,14 @@ export declare const ProviderName: {
|
|
|
38
38
|
readonly Google: "Google";
|
|
39
39
|
readonly GoogleAIStudio: "Google AI Studio";
|
|
40
40
|
readonly Groq: "Groq";
|
|
41
|
+
readonly HeyGen: "HeyGen";
|
|
41
42
|
readonly Inception: "Inception";
|
|
42
43
|
readonly Inceptron: "Inceptron";
|
|
43
44
|
readonly InferenceNet: "InferenceNet";
|
|
44
45
|
readonly Ionstream: "Ionstream";
|
|
45
46
|
readonly Infermatic: "Infermatic";
|
|
46
47
|
readonly IoNet: "Io Net";
|
|
48
|
+
readonly InferactVLLM: "Inferact vLLM";
|
|
47
49
|
readonly Inflection: "Inflection";
|
|
48
50
|
readonly Liquid: "Liquid";
|
|
49
51
|
readonly Mara: "Mara";
|
|
@@ -70,6 +72,7 @@ export declare const ProviderName: {
|
|
|
70
72
|
readonly Recraft: "Recraft";
|
|
71
73
|
readonly Reka: "Reka";
|
|
72
74
|
readonly Relace: "Relace";
|
|
75
|
+
readonly SakanaAI: "Sakana AI";
|
|
73
76
|
readonly SambaNova: "SambaNova";
|
|
74
77
|
readonly Seed: "Seed";
|
|
75
78
|
readonly SiliconFlow: "SiliconFlow";
|
|
@@ -78,6 +81,7 @@ export declare const ProviderName: {
|
|
|
78
81
|
readonly Stealth: "Stealth";
|
|
79
82
|
readonly StreamLake: "StreamLake";
|
|
80
83
|
readonly Switchpoint: "Switchpoint";
|
|
84
|
+
readonly Tenstorrent: "Tenstorrent";
|
|
81
85
|
readonly Together: "Together";
|
|
82
86
|
readonly Upstage: "Upstage";
|
|
83
87
|
readonly Venice: "Venice";
|
|
@@ -41,12 +41,14 @@ export const ProviderName = {
|
|
|
41
41
|
Google: "Google",
|
|
42
42
|
GoogleAIStudio: "Google AI Studio",
|
|
43
43
|
Groq: "Groq",
|
|
44
|
+
HeyGen: "HeyGen",
|
|
44
45
|
Inception: "Inception",
|
|
45
46
|
Inceptron: "Inceptron",
|
|
46
47
|
InferenceNet: "InferenceNet",
|
|
47
48
|
Ionstream: "Ionstream",
|
|
48
49
|
Infermatic: "Infermatic",
|
|
49
50
|
IoNet: "Io Net",
|
|
51
|
+
InferactVLLM: "Inferact vLLM",
|
|
50
52
|
Inflection: "Inflection",
|
|
51
53
|
Liquid: "Liquid",
|
|
52
54
|
Mara: "Mara",
|
|
@@ -73,6 +75,7 @@ export const ProviderName = {
|
|
|
73
75
|
Recraft: "Recraft",
|
|
74
76
|
Reka: "Reka",
|
|
75
77
|
Relace: "Relace",
|
|
78
|
+
SakanaAI: "Sakana AI",
|
|
76
79
|
SambaNova: "SambaNova",
|
|
77
80
|
Seed: "Seed",
|
|
78
81
|
SiliconFlow: "SiliconFlow",
|
|
@@ -81,6 +84,7 @@ export const ProviderName = {
|
|
|
81
84
|
Stealth: "Stealth",
|
|
82
85
|
StreamLake: "StreamLake",
|
|
83
86
|
Switchpoint: "Switchpoint",
|
|
87
|
+
Tenstorrent: "Tenstorrent",
|
|
84
88
|
Together: "Together",
|
|
85
89
|
Upstage: "Upstage",
|
|
86
90
|
Venice: "Venice",
|