@openrouter/sdk 0.0.0-beta.32 → 0.0.0-beta.37
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/FUNCTIONS.md +5 -3
- package/REACT_QUERY.md +6 -4
- package/README.md +21 -9
- package/dist/commonjs/funcs/betaResponsesSend.d.ts +26 -0
- package/dist/commonjs/funcs/betaResponsesSend.d.ts.map +1 -0
- package/dist/commonjs/funcs/{betaResponsesSendRequest.js → betaResponsesSend.js} +5 -13
- package/dist/commonjs/funcs/betaResponsesSend.js.map +1 -0
- package/dist/commonjs/funcs/chatSend.d.ts +3 -13
- package/dist/commonjs/funcs/chatSend.d.ts.map +1 -1
- package/dist/commonjs/funcs/chatSend.js +1 -8
- package/dist/commonjs/funcs/chatSend.js.map +1 -1
- package/dist/commonjs/funcs/endpointsList.d.ts +1 -1
- package/dist/commonjs/funcs/endpointsList.d.ts.map +1 -1
- package/dist/commonjs/funcs/endpointsList.js +1 -1
- package/dist/commonjs/funcs/endpointsList.js.map +1 -1
- package/dist/commonjs/funcs/modelsList.d.ts +1 -7
- package/dist/commonjs/funcs/modelsList.d.ts.map +1 -1
- package/dist/commonjs/funcs/modelsList.js +2 -9
- package/dist/commonjs/funcs/modelsList.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/models/endpointslist.d.ts +768 -0
- package/dist/commonjs/models/endpointslist.d.ts.map +1 -0
- package/dist/commonjs/models/endpointslist.js +625 -0
- package/dist/commonjs/models/endpointslist.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +4 -4
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +4 -4
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/keyinfo.d.ts +155 -0
- package/dist/commonjs/models/keyinfo.d.ts.map +1 -0
- package/dist/commonjs/models/keyinfo.js +163 -0
- package/dist/commonjs/models/keyinfo.js.map +1 -0
- package/dist/commonjs/models/modelslist.d.ts +854 -0
- package/dist/commonjs/models/modelslist.d.ts.map +1 -0
- package/dist/commonjs/models/modelslist.js +768 -0
- package/dist/commonjs/models/modelslist.js.map +1 -0
- package/dist/commonjs/models/operations/generate.d.ts +103 -103
- package/dist/commonjs/models/operations/generate.d.ts.map +1 -1
- package/dist/commonjs/models/operations/generate.js +142 -153
- package/dist/commonjs/models/operations/generate.js.map +1 -1
- package/dist/commonjs/models/operations/getcurrentkey.d.ts +3 -108
- package/dist/commonjs/models/operations/getcurrentkey.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getcurrentkey.js +4 -88
- package/dist/commonjs/models/operations/getcurrentkey.js.map +1 -1
- package/dist/commonjs/models/operations/list.d.ts +63 -825
- package/dist/commonjs/models/operations/list.d.ts.map +1 -1
- package/dist/commonjs/models/operations/list.js +86 -667
- package/dist/commonjs/models/operations/list.js.map +1 -1
- package/dist/commonjs/models/operations/listmodels.d.ts +16 -865
- package/dist/commonjs/models/operations/listmodels.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listmodels.js +19 -742
- package/dist/commonjs/models/operations/listmodels.js.map +1 -1
- package/dist/commonjs/models/operations/listusermodels.d.ts +3 -852
- package/dist/commonjs/models/operations/listusermodels.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listusermodels.js +4 -730
- package/dist/commonjs/models/operations/listusermodels.js.map +1 -1
- package/dist/commonjs/models/operations/previewzdr.d.ts +97 -97
- package/dist/commonjs/models/operations/previewzdr.d.ts.map +1 -1
- package/dist/commonjs/models/operations/previewzdr.js +134 -133
- package/dist/commonjs/models/operations/previewzdr.js.map +1 -1
- package/dist/commonjs/models/operations/sendresponsesrequest.d.ts +1693 -0
- package/dist/commonjs/models/operations/sendresponsesrequest.d.ts.map +1 -1
- package/dist/commonjs/models/operations/sendresponsesrequest.js +1156 -1
- package/dist/commonjs/models/operations/sendresponsesrequest.js.map +1 -1
- package/dist/commonjs/models/responsereasoningconfig.d.ts +4 -0
- package/dist/commonjs/models/responsereasoningconfig.d.ts.map +1 -1
- package/dist/commonjs/models/responsereasoningconfig.js +13 -0
- package/dist/commonjs/models/responsereasoningconfig.js.map +1 -1
- package/dist/commonjs/models/responsesnonstreamingresponse.d.ts +19 -19
- package/dist/commonjs/models/responsesnonstreamingresponse.d.ts.map +1 -1
- package/dist/commonjs/models/responsesnonstreamingresponse.js +30 -32
- package/dist/commonjs/models/responsesnonstreamingresponse.js.map +1 -1
- package/dist/commonjs/models/responsesusage.d.ts +41 -0
- package/dist/commonjs/models/responsesusage.d.ts.map +1 -1
- package/dist/commonjs/models/responsesusage.js +54 -1
- package/dist/commonjs/models/responsesusage.js.map +1 -1
- package/dist/commonjs/models/{toolchoice.d.ts → toolchoiceunion.d.ts} +95 -16
- package/dist/commonjs/models/toolchoiceunion.d.ts.map +1 -0
- package/dist/commonjs/models/{toolchoice.js → toolchoiceunion.js} +94 -21
- package/dist/commonjs/models/toolchoiceunion.js.map +1 -0
- package/dist/commonjs/react-query/betaResponsesSend.d.ts +23 -0
- package/dist/commonjs/react-query/betaResponsesSend.d.ts.map +1 -0
- package/dist/commonjs/react-query/betaResponsesSend.js +47 -0
- package/dist/commonjs/react-query/betaResponsesSend.js.map +1 -0
- package/dist/commonjs/react-query/chatSend.d.ts +1 -5
- package/dist/commonjs/react-query/chatSend.d.ts.map +1 -1
- package/dist/commonjs/react-query/chatSend.js +0 -3
- package/dist/commonjs/react-query/chatSend.js.map +1 -1
- package/dist/commonjs/react-query/endpointsList.d.ts +4 -4
- package/dist/commonjs/react-query/endpointsList.d.ts.map +1 -1
- package/dist/commonjs/react-query/endpointsList.js.map +1 -1
- package/dist/commonjs/react-query/index.d.ts +1 -1
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +1 -1
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/react-query/modelsList.d.ts +4 -8
- package/dist/commonjs/react-query/modelsList.d.ts.map +1 -1
- package/dist/commonjs/react-query/modelsList.js +0 -3
- package/dist/commonjs/react-query/modelsList.js.map +1 -1
- package/dist/commonjs/sdk/chat.d.ts +3 -11
- package/dist/commonjs/sdk/chat.d.ts.map +1 -1
- package/dist/commonjs/sdk/chat.js +1 -3
- package/dist/commonjs/sdk/chat.js.map +1 -1
- package/dist/commonjs/sdk/endpoints.d.ts +1 -1
- package/dist/commonjs/sdk/endpoints.d.ts.map +1 -1
- package/dist/commonjs/sdk/endpoints.js.map +1 -1
- package/dist/commonjs/sdk/models.d.ts +1 -5
- package/dist/commonjs/sdk/models.d.ts.map +1 -1
- package/dist/commonjs/sdk/models.js +1 -3
- package/dist/commonjs/sdk/models.js.map +1 -1
- package/dist/commonjs/sdk/responses.d.ts +6 -14
- package/dist/commonjs/sdk/responses.d.ts.map +1 -1
- package/dist/commonjs/sdk/responses.js +4 -6
- package/dist/commonjs/sdk/responses.js.map +1 -1
- package/dist/esm/funcs/betaResponsesSend.d.ts +26 -0
- package/dist/esm/funcs/betaResponsesSend.d.ts.map +1 -0
- package/dist/esm/funcs/{betaResponsesSendRequest.js → betaResponsesSend.js} +4 -11
- package/dist/esm/funcs/betaResponsesSend.js.map +1 -0
- package/dist/esm/funcs/chatSend.d.ts +3 -13
- package/dist/esm/funcs/chatSend.d.ts.map +1 -1
- package/dist/esm/funcs/chatSend.js +1 -7
- package/dist/esm/funcs/chatSend.js.map +1 -1
- package/dist/esm/funcs/endpointsList.d.ts +1 -1
- package/dist/esm/funcs/endpointsList.d.ts.map +1 -1
- package/dist/esm/funcs/endpointsList.js +1 -1
- package/dist/esm/funcs/endpointsList.js.map +1 -1
- package/dist/esm/funcs/modelsList.d.ts +1 -7
- package/dist/esm/funcs/modelsList.d.ts.map +1 -1
- package/dist/esm/funcs/modelsList.js +2 -8
- package/dist/esm/funcs/modelsList.js.map +1 -1
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/models/endpointslist.d.ts +768 -0
- package/dist/esm/models/endpointslist.d.ts.map +1 -0
- package/dist/esm/models/endpointslist.js +562 -0
- package/dist/esm/models/endpointslist.js.map +1 -0
- package/dist/esm/models/index.d.ts +4 -4
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +4 -4
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/keyinfo.d.ts +155 -0
- package/dist/esm/models/keyinfo.d.ts.map +1 -0
- package/dist/esm/models/keyinfo.js +123 -0
- package/dist/esm/models/keyinfo.js.map +1 -0
- package/dist/esm/models/modelslist.d.ts +854 -0
- package/dist/esm/models/modelslist.d.ts.map +1 -0
- package/dist/esm/models/modelslist.js +697 -0
- package/dist/esm/models/modelslist.js.map +1 -0
- package/dist/esm/models/operations/generate.d.ts +103 -103
- package/dist/esm/models/operations/generate.d.ts.map +1 -1
- package/dist/esm/models/operations/generate.js +138 -149
- package/dist/esm/models/operations/generate.js.map +1 -1
- package/dist/esm/models/operations/getcurrentkey.d.ts +3 -108
- package/dist/esm/models/operations/getcurrentkey.d.ts.map +1 -1
- package/dist/esm/models/operations/getcurrentkey.js +3 -83
- package/dist/esm/models/operations/getcurrentkey.js.map +1 -1
- package/dist/esm/models/operations/list.d.ts +63 -825
- package/dist/esm/models/operations/list.d.ts.map +1 -1
- package/dist/esm/models/operations/list.js +81 -635
- package/dist/esm/models/operations/list.js.map +1 -1
- package/dist/esm/models/operations/listmodels.d.ts +16 -865
- package/dist/esm/models/operations/listmodels.d.ts.map +1 -1
- package/dist/esm/models/operations/listmodels.js +16 -704
- package/dist/esm/models/operations/listmodels.js.map +1 -1
- package/dist/esm/models/operations/listusermodels.d.ts +3 -852
- package/dist/esm/models/operations/listusermodels.d.ts.map +1 -1
- package/dist/esm/models/operations/listusermodels.js +3 -694
- package/dist/esm/models/operations/listusermodels.js.map +1 -1
- package/dist/esm/models/operations/previewzdr.d.ts +97 -97
- package/dist/esm/models/operations/previewzdr.d.ts.map +1 -1
- package/dist/esm/models/operations/previewzdr.js +118 -117
- package/dist/esm/models/operations/previewzdr.js.map +1 -1
- package/dist/esm/models/operations/sendresponsesrequest.d.ts +1693 -0
- package/dist/esm/models/operations/sendresponsesrequest.d.ts.map +1 -1
- package/dist/esm/models/operations/sendresponsesrequest.js +1117 -0
- package/dist/esm/models/operations/sendresponsesrequest.js.map +1 -1
- package/dist/esm/models/responsereasoningconfig.d.ts +4 -0
- package/dist/esm/models/responsereasoningconfig.d.ts.map +1 -1
- package/dist/esm/models/responsereasoningconfig.js +13 -0
- package/dist/esm/models/responsereasoningconfig.js.map +1 -1
- package/dist/esm/models/responsesnonstreamingresponse.d.ts +19 -19
- package/dist/esm/models/responsesnonstreamingresponse.d.ts.map +1 -1
- package/dist/esm/models/responsesnonstreamingresponse.js +29 -31
- package/dist/esm/models/responsesnonstreamingresponse.js.map +1 -1
- package/dist/esm/models/responsesusage.d.ts +41 -0
- package/dist/esm/models/responsesusage.d.ts.map +1 -1
- package/dist/esm/models/responsesusage.js +51 -0
- package/dist/esm/models/responsesusage.js.map +1 -1
- package/dist/esm/models/{toolchoice.d.ts → toolchoiceunion.d.ts} +95 -16
- package/dist/esm/models/toolchoiceunion.d.ts.map +1 -0
- package/dist/esm/models/toolchoiceunion.js +164 -0
- package/dist/esm/models/toolchoiceunion.js.map +1 -0
- package/dist/esm/react-query/betaResponsesSend.d.ts +23 -0
- package/dist/esm/react-query/betaResponsesSend.d.ts.map +1 -0
- package/dist/esm/react-query/{betaResponsesSendRequest.js → betaResponsesSend.js} +10 -11
- package/dist/esm/react-query/betaResponsesSend.js.map +1 -0
- package/dist/esm/react-query/chatSend.d.ts +1 -5
- package/dist/esm/react-query/chatSend.d.ts.map +1 -1
- package/dist/esm/react-query/chatSend.js +0 -1
- package/dist/esm/react-query/chatSend.js.map +1 -1
- package/dist/esm/react-query/endpointsList.d.ts +4 -4
- package/dist/esm/react-query/endpointsList.d.ts.map +1 -1
- package/dist/esm/react-query/endpointsList.js.map +1 -1
- package/dist/esm/react-query/index.d.ts +1 -1
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +1 -1
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/react-query/modelsList.d.ts +4 -8
- package/dist/esm/react-query/modelsList.d.ts.map +1 -1
- package/dist/esm/react-query/modelsList.js +0 -1
- package/dist/esm/react-query/modelsList.js.map +1 -1
- package/dist/esm/sdk/chat.d.ts +3 -11
- package/dist/esm/sdk/chat.d.ts.map +1 -1
- package/dist/esm/sdk/chat.js +0 -1
- package/dist/esm/sdk/chat.js.map +1 -1
- package/dist/esm/sdk/endpoints.d.ts +1 -1
- package/dist/esm/sdk/endpoints.d.ts.map +1 -1
- package/dist/esm/sdk/endpoints.js.map +1 -1
- package/dist/esm/sdk/models.d.ts +1 -5
- package/dist/esm/sdk/models.d.ts.map +1 -1
- package/dist/esm/sdk/models.js +0 -1
- package/dist/esm/sdk/models.js.map +1 -1
- package/dist/esm/sdk/responses.d.ts +6 -14
- package/dist/esm/sdk/responses.d.ts.map +1 -1
- package/dist/esm/sdk/responses.js +3 -4
- package/dist/esm/sdk/responses.js.map +1 -1
- package/docs/sdks/endpoints/README.md +1 -1
- package/docs/sdks/models/README.md +1 -1
- package/docs/sdks/responses/README.md +13 -9
- package/examples/{betaResponsesSendRequest.example.ts → betaResponsesSend.example.ts} +4 -2
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/{betaResponsesSendRequest.ts → betaResponsesSend.ts} +19 -24
- package/src/funcs/chatSend.ts +6 -12
- package/src/funcs/endpointsList.ts +3 -3
- package/src/funcs/modelsList.ts +6 -14
- package/src/lib/config.ts +2 -2
- package/src/models/endpointslist.ts +1030 -0
- package/src/models/index.ts +4 -4
- package/src/models/keyinfo.ts +281 -0
- package/src/models/modelslist.ts +1394 -0
- package/src/models/operations/generate.ts +232 -188
- package/src/models/operations/getcurrentkey.ts +5 -203
- package/src/models/operations/list.ts +109 -1106
- package/src/models/operations/listmodels.ts +26 -1436
- package/src/models/operations/listusermodels.ts +5 -1440
- package/src/models/operations/previewzdr.ts +196 -225
- package/src/models/operations/sendresponsesrequest.ts +2005 -0
- package/src/models/responsereasoningconfig.ts +17 -0
- package/src/models/responsesnonstreamingresponse.ts +37 -55
- package/src/models/responsesusage.ts +96 -0
- package/src/models/{toolchoice.ts → toolchoiceunion.ts} +181 -37
- package/src/react-query/{betaResponsesSendRequest.ts → betaResponsesSend.ts} +20 -26
- package/src/react-query/chatSend.ts +2 -4
- package/src/react-query/endpointsList.ts +4 -4
- package/src/react-query/index.ts +1 -1
- package/src/react-query/modelsList.ts +6 -8
- package/src/sdk/chat.ts +5 -7
- package/src/sdk/endpoints.ts +1 -1
- package/src/sdk/models.ts +3 -5
- package/src/sdk/responses.ts +18 -21
- package/dist/commonjs/funcs/betaResponsesSendRequest.d.ts +0 -36
- package/dist/commonjs/funcs/betaResponsesSendRequest.d.ts.map +0 -1
- package/dist/commonjs/funcs/betaResponsesSendRequest.js.map +0 -1
- package/dist/commonjs/models/openairesponsesrequest.d.ts +0 -1704
- package/dist/commonjs/models/openairesponsesrequest.d.ts.map +0 -1
- package/dist/commonjs/models/openairesponsesrequest.js +0 -1212
- package/dist/commonjs/models/openairesponsesrequest.js.map +0 -1
- package/dist/commonjs/models/toolchoice.d.ts.map +0 -1
- package/dist/commonjs/models/toolchoice.js.map +0 -1
- package/dist/commonjs/models/toolchoicefunction.d.ts +0 -57
- package/dist/commonjs/models/toolchoicefunction.d.ts.map +0 -1
- package/dist/commonjs/models/toolchoicefunction.js +0 -89
- package/dist/commonjs/models/toolchoicefunction.js.map +0 -1
- package/dist/commonjs/models/toolchoicetypes.d.ts +0 -33
- package/dist/commonjs/models/toolchoicetypes.d.ts.map +0 -1
- package/dist/commonjs/models/toolchoicetypes.js +0 -70
- package/dist/commonjs/models/toolchoicetypes.js.map +0 -1
- package/dist/commonjs/react-query/betaResponsesSendRequest.d.ts +0 -28
- package/dist/commonjs/react-query/betaResponsesSendRequest.d.ts.map +0 -1
- package/dist/commonjs/react-query/betaResponsesSendRequest.js +0 -50
- package/dist/commonjs/react-query/betaResponsesSendRequest.js.map +0 -1
- package/dist/esm/funcs/betaResponsesSendRequest.d.ts +0 -36
- package/dist/esm/funcs/betaResponsesSendRequest.d.ts.map +0 -1
- package/dist/esm/funcs/betaResponsesSendRequest.js.map +0 -1
- package/dist/esm/models/openairesponsesrequest.d.ts +0 -1704
- package/dist/esm/models/openairesponsesrequest.d.ts.map +0 -1
- package/dist/esm/models/openairesponsesrequest.js +0 -1138
- package/dist/esm/models/openairesponsesrequest.js.map +0 -1
- package/dist/esm/models/toolchoice.d.ts.map +0 -1
- package/dist/esm/models/toolchoice.js +0 -95
- package/dist/esm/models/toolchoice.js.map +0 -1
- package/dist/esm/models/toolchoicefunction.d.ts +0 -57
- package/dist/esm/models/toolchoicefunction.d.ts.map +0 -1
- package/dist/esm/models/toolchoicefunction.js +0 -51
- package/dist/esm/models/toolchoicefunction.js.map +0 -1
- package/dist/esm/models/toolchoicetypes.d.ts +0 -33
- package/dist/esm/models/toolchoicetypes.d.ts.map +0 -1
- package/dist/esm/models/toolchoicetypes.js +0 -32
- package/dist/esm/models/toolchoicetypes.js.map +0 -1
- package/dist/esm/react-query/betaResponsesSendRequest.d.ts +0 -28
- package/dist/esm/react-query/betaResponsesSendRequest.d.ts.map +0 -1
- package/dist/esm/react-query/betaResponsesSendRequest.js.map +0 -1
- package/src/models/openairesponsesrequest.ts +0 -1935
- package/src/models/toolchoicefunction.ts +0 -100
- package/src/models/toolchoicetypes.ts +0 -73
|
@@ -4,10 +4,11 @@
|
|
|
4
4
|
import * as z from "zod";
|
|
5
5
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
6
6
|
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
import * as models from "../index.js";
|
|
7
8
|
/**
|
|
8
9
|
* Tokenizer type used by the model
|
|
9
10
|
*/
|
|
10
|
-
export const
|
|
11
|
+
export const Tokenizer = {
|
|
11
12
|
Router: "Router",
|
|
12
13
|
Media: "Media",
|
|
13
14
|
Other: "Other",
|
|
@@ -31,7 +32,7 @@ export const ListTokenizer = {
|
|
|
31
32
|
/**
|
|
32
33
|
* Instruction format type
|
|
33
34
|
*/
|
|
34
|
-
export const
|
|
35
|
+
export const InstructType = {
|
|
35
36
|
None: "none",
|
|
36
37
|
Airoboros: "airoboros",
|
|
37
38
|
Alpaca: "alpaca",
|
|
@@ -55,152 +56,24 @@ export const ListInstructType = {
|
|
|
55
56
|
Qwq: "qwq",
|
|
56
57
|
Qwen3: "qwen3",
|
|
57
58
|
};
|
|
58
|
-
export const
|
|
59
|
+
export const InputModality = {
|
|
59
60
|
Text: "text",
|
|
60
61
|
Image: "image",
|
|
61
62
|
File: "file",
|
|
62
63
|
Audio: "audio",
|
|
63
64
|
};
|
|
64
|
-
export const
|
|
65
|
+
export const OutputModality = {
|
|
65
66
|
Text: "text",
|
|
66
67
|
Image: "image",
|
|
67
68
|
Embeddings: "embeddings",
|
|
68
69
|
};
|
|
69
|
-
export const ListProviderName = {
|
|
70
|
-
AnyScale: "AnyScale",
|
|
71
|
-
CentML: "Cent-ML",
|
|
72
|
-
HuggingFace: "HuggingFace",
|
|
73
|
-
Hyperbolic2: "Hyperbolic 2",
|
|
74
|
-
Lepton: "Lepton",
|
|
75
|
-
Lynn2: "Lynn 2",
|
|
76
|
-
Lynn: "Lynn",
|
|
77
|
-
Mancer: "Mancer",
|
|
78
|
-
Modal: "Modal",
|
|
79
|
-
OctoAI: "OctoAI",
|
|
80
|
-
Recursal: "Recursal",
|
|
81
|
-
Reflection: "Reflection",
|
|
82
|
-
Replicate: "Replicate",
|
|
83
|
-
SambaNova2: "SambaNova 2",
|
|
84
|
-
SFCompute: "SF Compute",
|
|
85
|
-
Together2: "Together 2",
|
|
86
|
-
OneDotAI: "01.AI",
|
|
87
|
-
Ai21: "AI21",
|
|
88
|
-
AionLabs: "AionLabs",
|
|
89
|
-
Alibaba: "Alibaba",
|
|
90
|
-
AmazonBedrock: "Amazon Bedrock",
|
|
91
|
-
Anthropic: "Anthropic",
|
|
92
|
-
AtlasCloud: "AtlasCloud",
|
|
93
|
-
Atoma: "Atoma",
|
|
94
|
-
Avian: "Avian",
|
|
95
|
-
Azure: "Azure",
|
|
96
|
-
BaseTen: "BaseTen",
|
|
97
|
-
Cerebras: "Cerebras",
|
|
98
|
-
Chutes: "Chutes",
|
|
99
|
-
Cloudflare: "Cloudflare",
|
|
100
|
-
Cohere: "Cohere",
|
|
101
|
-
CrofAI: "CrofAI",
|
|
102
|
-
Crusoe: "Crusoe",
|
|
103
|
-
DeepInfra: "DeepInfra",
|
|
104
|
-
DeepSeek: "DeepSeek",
|
|
105
|
-
Enfer: "Enfer",
|
|
106
|
-
Featherless: "Featherless",
|
|
107
|
-
Fireworks: "Fireworks",
|
|
108
|
-
Friendli: "Friendli",
|
|
109
|
-
GMICloud: "GMICloud",
|
|
110
|
-
Google: "Google",
|
|
111
|
-
GoogleAIStudio: "Google AI Studio",
|
|
112
|
-
Groq: "Groq",
|
|
113
|
-
Hyperbolic: "Hyperbolic",
|
|
114
|
-
Inception: "Inception",
|
|
115
|
-
InferenceNet: "InferenceNet",
|
|
116
|
-
Infermatic: "Infermatic",
|
|
117
|
-
Inflection: "Inflection",
|
|
118
|
-
InoCloud: "InoCloud",
|
|
119
|
-
Kluster: "Kluster",
|
|
120
|
-
Lambda: "Lambda",
|
|
121
|
-
Liquid: "Liquid",
|
|
122
|
-
Mancer2: "Mancer 2",
|
|
123
|
-
Meta: "Meta",
|
|
124
|
-
Minimax: "Minimax",
|
|
125
|
-
Mistral: "Mistral",
|
|
126
|
-
MoonshotAI: "Moonshot AI",
|
|
127
|
-
Morph: "Morph",
|
|
128
|
-
NCompass: "NCompass",
|
|
129
|
-
Nebius: "Nebius",
|
|
130
|
-
NextBit: "NextBit",
|
|
131
|
-
Nineteen: "Nineteen",
|
|
132
|
-
Novita: "Novita",
|
|
133
|
-
Nvidia: "Nvidia",
|
|
134
|
-
OpenAI: "OpenAI",
|
|
135
|
-
OpenInference: "OpenInference",
|
|
136
|
-
Parasail: "Parasail",
|
|
137
|
-
Perplexity: "Perplexity",
|
|
138
|
-
Phala: "Phala",
|
|
139
|
-
Relace: "Relace",
|
|
140
|
-
SambaNova: "SambaNova",
|
|
141
|
-
SiliconFlow: "SiliconFlow",
|
|
142
|
-
Stealth: "Stealth",
|
|
143
|
-
Switchpoint: "Switchpoint",
|
|
144
|
-
Targon: "Targon",
|
|
145
|
-
Together: "Together",
|
|
146
|
-
Ubicloud: "Ubicloud",
|
|
147
|
-
Venice: "Venice",
|
|
148
|
-
WandB: "WandB",
|
|
149
|
-
XAI: "xAI",
|
|
150
|
-
ZAi: "Z.AI",
|
|
151
|
-
FakeProvider: "FakeProvider",
|
|
152
|
-
};
|
|
153
|
-
export const ListQuantization = {
|
|
154
|
-
Int4: "int4",
|
|
155
|
-
Int8: "int8",
|
|
156
|
-
Fp4: "fp4",
|
|
157
|
-
Fp6: "fp6",
|
|
158
|
-
Fp8: "fp8",
|
|
159
|
-
Fp16: "fp16",
|
|
160
|
-
Bf16: "bf16",
|
|
161
|
-
Fp32: "fp32",
|
|
162
|
-
Unknown: "unknown",
|
|
163
|
-
};
|
|
164
|
-
export const ListSupportedParameter = {
|
|
165
|
-
Temperature: "temperature",
|
|
166
|
-
TopP: "top_p",
|
|
167
|
-
TopK: "top_k",
|
|
168
|
-
MinP: "min_p",
|
|
169
|
-
TopA: "top_a",
|
|
170
|
-
FrequencyPenalty: "frequency_penalty",
|
|
171
|
-
PresencePenalty: "presence_penalty",
|
|
172
|
-
RepetitionPenalty: "repetition_penalty",
|
|
173
|
-
MaxTokens: "max_tokens",
|
|
174
|
-
LogitBias: "logit_bias",
|
|
175
|
-
Logprobs: "logprobs",
|
|
176
|
-
TopLogprobs: "top_logprobs",
|
|
177
|
-
Seed: "seed",
|
|
178
|
-
ResponseFormat: "response_format",
|
|
179
|
-
StructuredOutputs: "structured_outputs",
|
|
180
|
-
Stop: "stop",
|
|
181
|
-
Tools: "tools",
|
|
182
|
-
ToolChoice: "tool_choice",
|
|
183
|
-
ParallelToolCalls: "parallel_tool_calls",
|
|
184
|
-
IncludeReasoning: "include_reasoning",
|
|
185
|
-
Reasoning: "reasoning",
|
|
186
|
-
WebSearchOptions: "web_search_options",
|
|
187
|
-
Verbosity: "verbosity",
|
|
188
|
-
};
|
|
189
|
-
export const ListStatus = {
|
|
190
|
-
Zero: 0,
|
|
191
|
-
Minus1: -1,
|
|
192
|
-
Minus2: -2,
|
|
193
|
-
Minus3: -3,
|
|
194
|
-
Minus5: -5,
|
|
195
|
-
Minus10: -10,
|
|
196
|
-
};
|
|
197
70
|
/** @internal */
|
|
198
|
-
export const
|
|
71
|
+
export const ListRequest$inboundSchema = z.object({
|
|
199
72
|
author: z.string(),
|
|
200
73
|
slug: z.string(),
|
|
201
74
|
});
|
|
202
75
|
/** @internal */
|
|
203
|
-
export const
|
|
76
|
+
export const ListRequest$outboundSchema = z.object({
|
|
204
77
|
author: z.string(),
|
|
205
78
|
slug: z.string(),
|
|
206
79
|
});
|
|
@@ -208,86 +81,87 @@ export const ListRequestRequest$outboundSchema = z.object({
|
|
|
208
81
|
* @internal
|
|
209
82
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
210
83
|
*/
|
|
211
|
-
export var
|
|
212
|
-
(function (
|
|
213
|
-
/** @deprecated use `
|
|
214
|
-
|
|
215
|
-
/** @deprecated use `
|
|
216
|
-
|
|
217
|
-
})(
|
|
218
|
-
export function
|
|
219
|
-
return JSON.stringify(
|
|
84
|
+
export var ListRequest$;
|
|
85
|
+
(function (ListRequest$) {
|
|
86
|
+
/** @deprecated use `ListRequest$inboundSchema` instead. */
|
|
87
|
+
ListRequest$.inboundSchema = ListRequest$inboundSchema;
|
|
88
|
+
/** @deprecated use `ListRequest$outboundSchema` instead. */
|
|
89
|
+
ListRequest$.outboundSchema = ListRequest$outboundSchema;
|
|
90
|
+
})(ListRequest$ || (ListRequest$ = {}));
|
|
91
|
+
export function listRequestToJSON(listRequest) {
|
|
92
|
+
return JSON.stringify(ListRequest$outboundSchema.parse(listRequest));
|
|
220
93
|
}
|
|
221
|
-
export function
|
|
222
|
-
return safeParse(jsonString, (x) =>
|
|
94
|
+
export function listRequestFromJSON(jsonString) {
|
|
95
|
+
return safeParse(jsonString, (x) => ListRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListRequest' from JSON`);
|
|
223
96
|
}
|
|
224
97
|
/** @internal */
|
|
225
|
-
export const
|
|
98
|
+
export const Tokenizer$inboundSchema = z
|
|
99
|
+
.nativeEnum(Tokenizer);
|
|
226
100
|
/** @internal */
|
|
227
|
-
export const
|
|
101
|
+
export const Tokenizer$outboundSchema = Tokenizer$inboundSchema;
|
|
228
102
|
/**
|
|
229
103
|
* @internal
|
|
230
104
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
231
105
|
*/
|
|
232
|
-
export var
|
|
233
|
-
(function (
|
|
234
|
-
/** @deprecated use `
|
|
235
|
-
|
|
236
|
-
/** @deprecated use `
|
|
237
|
-
|
|
238
|
-
})(
|
|
106
|
+
export var Tokenizer$;
|
|
107
|
+
(function (Tokenizer$) {
|
|
108
|
+
/** @deprecated use `Tokenizer$inboundSchema` instead. */
|
|
109
|
+
Tokenizer$.inboundSchema = Tokenizer$inboundSchema;
|
|
110
|
+
/** @deprecated use `Tokenizer$outboundSchema` instead. */
|
|
111
|
+
Tokenizer$.outboundSchema = Tokenizer$outboundSchema;
|
|
112
|
+
})(Tokenizer$ || (Tokenizer$ = {}));
|
|
239
113
|
/** @internal */
|
|
240
|
-
export const
|
|
114
|
+
export const InstructType$inboundSchema = z.nativeEnum(InstructType);
|
|
241
115
|
/** @internal */
|
|
242
|
-
export const
|
|
116
|
+
export const InstructType$outboundSchema = InstructType$inboundSchema;
|
|
243
117
|
/**
|
|
244
118
|
* @internal
|
|
245
119
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
246
120
|
*/
|
|
247
|
-
export var
|
|
248
|
-
(function (
|
|
249
|
-
/** @deprecated use `
|
|
250
|
-
|
|
251
|
-
/** @deprecated use `
|
|
252
|
-
|
|
253
|
-
})(
|
|
121
|
+
export var InstructType$;
|
|
122
|
+
(function (InstructType$) {
|
|
123
|
+
/** @deprecated use `InstructType$inboundSchema` instead. */
|
|
124
|
+
InstructType$.inboundSchema = InstructType$inboundSchema;
|
|
125
|
+
/** @deprecated use `InstructType$outboundSchema` instead. */
|
|
126
|
+
InstructType$.outboundSchema = InstructType$outboundSchema;
|
|
127
|
+
})(InstructType$ || (InstructType$ = {}));
|
|
254
128
|
/** @internal */
|
|
255
|
-
export const
|
|
129
|
+
export const InputModality$inboundSchema = z.nativeEnum(InputModality);
|
|
256
130
|
/** @internal */
|
|
257
|
-
export const
|
|
131
|
+
export const InputModality$outboundSchema = InputModality$inboundSchema;
|
|
258
132
|
/**
|
|
259
133
|
* @internal
|
|
260
134
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
261
135
|
*/
|
|
262
|
-
export var
|
|
263
|
-
(function (
|
|
264
|
-
/** @deprecated use `
|
|
265
|
-
|
|
266
|
-
/** @deprecated use `
|
|
267
|
-
|
|
268
|
-
})(
|
|
136
|
+
export var InputModality$;
|
|
137
|
+
(function (InputModality$) {
|
|
138
|
+
/** @deprecated use `InputModality$inboundSchema` instead. */
|
|
139
|
+
InputModality$.inboundSchema = InputModality$inboundSchema;
|
|
140
|
+
/** @deprecated use `InputModality$outboundSchema` instead. */
|
|
141
|
+
InputModality$.outboundSchema = InputModality$outboundSchema;
|
|
142
|
+
})(InputModality$ || (InputModality$ = {}));
|
|
269
143
|
/** @internal */
|
|
270
|
-
export const
|
|
144
|
+
export const OutputModality$inboundSchema = z.nativeEnum(OutputModality);
|
|
271
145
|
/** @internal */
|
|
272
|
-
export const
|
|
146
|
+
export const OutputModality$outboundSchema = OutputModality$inboundSchema;
|
|
273
147
|
/**
|
|
274
148
|
* @internal
|
|
275
149
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
276
150
|
*/
|
|
277
|
-
export var
|
|
278
|
-
(function (
|
|
279
|
-
/** @deprecated use `
|
|
280
|
-
|
|
281
|
-
/** @deprecated use `
|
|
282
|
-
|
|
283
|
-
})(
|
|
284
|
-
/** @internal */
|
|
285
|
-
export const
|
|
286
|
-
tokenizer: z.nullable(
|
|
287
|
-
instruct_type: z.nullable(
|
|
151
|
+
export var OutputModality$;
|
|
152
|
+
(function (OutputModality$) {
|
|
153
|
+
/** @deprecated use `OutputModality$inboundSchema` instead. */
|
|
154
|
+
OutputModality$.inboundSchema = OutputModality$inboundSchema;
|
|
155
|
+
/** @deprecated use `OutputModality$outboundSchema` instead. */
|
|
156
|
+
OutputModality$.outboundSchema = OutputModality$outboundSchema;
|
|
157
|
+
})(OutputModality$ || (OutputModality$ = {}));
|
|
158
|
+
/** @internal */
|
|
159
|
+
export const Architecture$inboundSchema = z.object({
|
|
160
|
+
tokenizer: z.nullable(Tokenizer$inboundSchema),
|
|
161
|
+
instruct_type: z.nullable(InstructType$inboundSchema),
|
|
288
162
|
modality: z.nullable(z.string()),
|
|
289
|
-
input_modalities: z.array(
|
|
290
|
-
output_modalities: z.array(
|
|
163
|
+
input_modalities: z.array(InputModality$inboundSchema),
|
|
164
|
+
output_modalities: z.array(OutputModality$inboundSchema),
|
|
291
165
|
}).transform((v) => {
|
|
292
166
|
return remap$(v, {
|
|
293
167
|
"instruct_type": "instructType",
|
|
@@ -296,12 +170,12 @@ export const ListArchitecture$inboundSchema = z.object({
|
|
|
296
170
|
});
|
|
297
171
|
});
|
|
298
172
|
/** @internal */
|
|
299
|
-
export const
|
|
300
|
-
tokenizer: z.nullable(
|
|
301
|
-
instructType: z.nullable(
|
|
173
|
+
export const Architecture$outboundSchema = z.object({
|
|
174
|
+
tokenizer: z.nullable(Tokenizer$outboundSchema),
|
|
175
|
+
instructType: z.nullable(InstructType$outboundSchema),
|
|
302
176
|
modality: z.nullable(z.string()),
|
|
303
|
-
inputModalities: z.array(
|
|
304
|
-
outputModalities: z.array(
|
|
177
|
+
inputModalities: z.array(InputModality$outboundSchema),
|
|
178
|
+
outputModalities: z.array(OutputModality$outboundSchema),
|
|
305
179
|
}).transform((v) => {
|
|
306
180
|
return remap$(v, {
|
|
307
181
|
instructType: "instruct_type",
|
|
@@ -313,446 +187,18 @@ export const ListArchitecture$outboundSchema = z.object({
|
|
|
313
187
|
* @internal
|
|
314
188
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
315
189
|
*/
|
|
316
|
-
export var
|
|
317
|
-
(function (
|
|
318
|
-
/** @deprecated use `
|
|
319
|
-
|
|
320
|
-
/** @deprecated use `
|
|
321
|
-
|
|
322
|
-
})(
|
|
323
|
-
export function
|
|
324
|
-
return JSON.stringify(
|
|
325
|
-
}
|
|
326
|
-
export function listArchitectureFromJSON(jsonString) {
|
|
327
|
-
return safeParse(jsonString, (x) => ListArchitecture$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListArchitecture' from JSON`);
|
|
328
|
-
}
|
|
329
|
-
/** @internal */
|
|
330
|
-
export const ListPrompt$inboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
331
|
-
/** @internal */
|
|
332
|
-
export const ListPrompt$outboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
336
|
-
*/
|
|
337
|
-
export var ListPrompt$;
|
|
338
|
-
(function (ListPrompt$) {
|
|
339
|
-
/** @deprecated use `ListPrompt$inboundSchema` instead. */
|
|
340
|
-
ListPrompt$.inboundSchema = ListPrompt$inboundSchema;
|
|
341
|
-
/** @deprecated use `ListPrompt$outboundSchema` instead. */
|
|
342
|
-
ListPrompt$.outboundSchema = ListPrompt$outboundSchema;
|
|
343
|
-
})(ListPrompt$ || (ListPrompt$ = {}));
|
|
344
|
-
export function listPromptToJSON(listPrompt) {
|
|
345
|
-
return JSON.stringify(ListPrompt$outboundSchema.parse(listPrompt));
|
|
346
|
-
}
|
|
347
|
-
export function listPromptFromJSON(jsonString) {
|
|
348
|
-
return safeParse(jsonString, (x) => ListPrompt$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListPrompt' from JSON`);
|
|
349
|
-
}
|
|
350
|
-
/** @internal */
|
|
351
|
-
export const ListCompletion$inboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
352
|
-
/** @internal */
|
|
353
|
-
export const ListCompletion$outboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
354
|
-
/**
|
|
355
|
-
* @internal
|
|
356
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
357
|
-
*/
|
|
358
|
-
export var ListCompletion$;
|
|
359
|
-
(function (ListCompletion$) {
|
|
360
|
-
/** @deprecated use `ListCompletion$inboundSchema` instead. */
|
|
361
|
-
ListCompletion$.inboundSchema = ListCompletion$inboundSchema;
|
|
362
|
-
/** @deprecated use `ListCompletion$outboundSchema` instead. */
|
|
363
|
-
ListCompletion$.outboundSchema = ListCompletion$outboundSchema;
|
|
364
|
-
})(ListCompletion$ || (ListCompletion$ = {}));
|
|
365
|
-
export function listCompletionToJSON(listCompletion) {
|
|
366
|
-
return JSON.stringify(ListCompletion$outboundSchema.parse(listCompletion));
|
|
367
|
-
}
|
|
368
|
-
export function listCompletionFromJSON(jsonString) {
|
|
369
|
-
return safeParse(jsonString, (x) => ListCompletion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListCompletion' from JSON`);
|
|
370
|
-
}
|
|
371
|
-
/** @internal */
|
|
372
|
-
export const EndpointsListRequest$inboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
373
|
-
/** @internal */
|
|
374
|
-
export const EndpointsListRequest$outboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
378
|
-
*/
|
|
379
|
-
export var EndpointsListRequest$;
|
|
380
|
-
(function (EndpointsListRequest$) {
|
|
381
|
-
/** @deprecated use `EndpointsListRequest$inboundSchema` instead. */
|
|
382
|
-
EndpointsListRequest$.inboundSchema = EndpointsListRequest$inboundSchema;
|
|
383
|
-
/** @deprecated use `EndpointsListRequest$outboundSchema` instead. */
|
|
384
|
-
EndpointsListRequest$.outboundSchema = EndpointsListRequest$outboundSchema;
|
|
385
|
-
})(EndpointsListRequest$ || (EndpointsListRequest$ = {}));
|
|
386
|
-
export function endpointsListRequestToJSON(endpointsListRequest) {
|
|
387
|
-
return JSON.stringify(EndpointsListRequest$outboundSchema.parse(endpointsListRequest));
|
|
388
|
-
}
|
|
389
|
-
export function endpointsListRequestFromJSON(jsonString) {
|
|
390
|
-
return safeParse(jsonString, (x) => EndpointsListRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EndpointsListRequest' from JSON`);
|
|
391
|
-
}
|
|
392
|
-
/** @internal */
|
|
393
|
-
export const ListImage$inboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
394
|
-
/** @internal */
|
|
395
|
-
export const ListImage$outboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
396
|
-
/**
|
|
397
|
-
* @internal
|
|
398
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
399
|
-
*/
|
|
400
|
-
export var ListImage$;
|
|
401
|
-
(function (ListImage$) {
|
|
402
|
-
/** @deprecated use `ListImage$inboundSchema` instead. */
|
|
403
|
-
ListImage$.inboundSchema = ListImage$inboundSchema;
|
|
404
|
-
/** @deprecated use `ListImage$outboundSchema` instead. */
|
|
405
|
-
ListImage$.outboundSchema = ListImage$outboundSchema;
|
|
406
|
-
})(ListImage$ || (ListImage$ = {}));
|
|
407
|
-
export function listImageToJSON(listImage) {
|
|
408
|
-
return JSON.stringify(ListImage$outboundSchema.parse(listImage));
|
|
409
|
-
}
|
|
410
|
-
export function listImageFromJSON(jsonString) {
|
|
411
|
-
return safeParse(jsonString, (x) => ListImage$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListImage' from JSON`);
|
|
412
|
-
}
|
|
413
|
-
/** @internal */
|
|
414
|
-
export const ListImageOutput$inboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
415
|
-
/** @internal */
|
|
416
|
-
export const ListImageOutput$outboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
420
|
-
*/
|
|
421
|
-
export var ListImageOutput$;
|
|
422
|
-
(function (ListImageOutput$) {
|
|
423
|
-
/** @deprecated use `ListImageOutput$inboundSchema` instead. */
|
|
424
|
-
ListImageOutput$.inboundSchema = ListImageOutput$inboundSchema;
|
|
425
|
-
/** @deprecated use `ListImageOutput$outboundSchema` instead. */
|
|
426
|
-
ListImageOutput$.outboundSchema = ListImageOutput$outboundSchema;
|
|
427
|
-
})(ListImageOutput$ || (ListImageOutput$ = {}));
|
|
428
|
-
export function listImageOutputToJSON(listImageOutput) {
|
|
429
|
-
return JSON.stringify(ListImageOutput$outboundSchema.parse(listImageOutput));
|
|
430
|
-
}
|
|
431
|
-
export function listImageOutputFromJSON(jsonString) {
|
|
432
|
-
return safeParse(jsonString, (x) => ListImageOutput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListImageOutput' from JSON`);
|
|
433
|
-
}
|
|
434
|
-
/** @internal */
|
|
435
|
-
export const ListAudio$inboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
436
|
-
/** @internal */
|
|
437
|
-
export const ListAudio$outboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
438
|
-
/**
|
|
439
|
-
* @internal
|
|
440
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
441
|
-
*/
|
|
442
|
-
export var ListAudio$;
|
|
443
|
-
(function (ListAudio$) {
|
|
444
|
-
/** @deprecated use `ListAudio$inboundSchema` instead. */
|
|
445
|
-
ListAudio$.inboundSchema = ListAudio$inboundSchema;
|
|
446
|
-
/** @deprecated use `ListAudio$outboundSchema` instead. */
|
|
447
|
-
ListAudio$.outboundSchema = ListAudio$outboundSchema;
|
|
448
|
-
})(ListAudio$ || (ListAudio$ = {}));
|
|
449
|
-
export function listAudioToJSON(listAudio) {
|
|
450
|
-
return JSON.stringify(ListAudio$outboundSchema.parse(listAudio));
|
|
451
|
-
}
|
|
452
|
-
export function listAudioFromJSON(jsonString) {
|
|
453
|
-
return safeParse(jsonString, (x) => ListAudio$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListAudio' from JSON`);
|
|
454
|
-
}
|
|
455
|
-
/** @internal */
|
|
456
|
-
export const ListInputAudioCache$inboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
457
|
-
/** @internal */
|
|
458
|
-
export const ListInputAudioCache$outboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
459
|
-
/**
|
|
460
|
-
* @internal
|
|
461
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
462
|
-
*/
|
|
463
|
-
export var ListInputAudioCache$;
|
|
464
|
-
(function (ListInputAudioCache$) {
|
|
465
|
-
/** @deprecated use `ListInputAudioCache$inboundSchema` instead. */
|
|
466
|
-
ListInputAudioCache$.inboundSchema = ListInputAudioCache$inboundSchema;
|
|
467
|
-
/** @deprecated use `ListInputAudioCache$outboundSchema` instead. */
|
|
468
|
-
ListInputAudioCache$.outboundSchema = ListInputAudioCache$outboundSchema;
|
|
469
|
-
})(ListInputAudioCache$ || (ListInputAudioCache$ = {}));
|
|
470
|
-
export function listInputAudioCacheToJSON(listInputAudioCache) {
|
|
471
|
-
return JSON.stringify(ListInputAudioCache$outboundSchema.parse(listInputAudioCache));
|
|
472
|
-
}
|
|
473
|
-
export function listInputAudioCacheFromJSON(jsonString) {
|
|
474
|
-
return safeParse(jsonString, (x) => ListInputAudioCache$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListInputAudioCache' from JSON`);
|
|
475
|
-
}
|
|
476
|
-
/** @internal */
|
|
477
|
-
export const ListWebSearch$inboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
478
|
-
/** @internal */
|
|
479
|
-
export const ListWebSearch$outboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
480
|
-
/**
|
|
481
|
-
* @internal
|
|
482
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
483
|
-
*/
|
|
484
|
-
export var ListWebSearch$;
|
|
485
|
-
(function (ListWebSearch$) {
|
|
486
|
-
/** @deprecated use `ListWebSearch$inboundSchema` instead. */
|
|
487
|
-
ListWebSearch$.inboundSchema = ListWebSearch$inboundSchema;
|
|
488
|
-
/** @deprecated use `ListWebSearch$outboundSchema` instead. */
|
|
489
|
-
ListWebSearch$.outboundSchema = ListWebSearch$outboundSchema;
|
|
490
|
-
})(ListWebSearch$ || (ListWebSearch$ = {}));
|
|
491
|
-
export function listWebSearchToJSON(listWebSearch) {
|
|
492
|
-
return JSON.stringify(ListWebSearch$outboundSchema.parse(listWebSearch));
|
|
493
|
-
}
|
|
494
|
-
export function listWebSearchFromJSON(jsonString) {
|
|
495
|
-
return safeParse(jsonString, (x) => ListWebSearch$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListWebSearch' from JSON`);
|
|
496
|
-
}
|
|
497
|
-
/** @internal */
|
|
498
|
-
export const ListInternalReasoning$inboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
499
|
-
/** @internal */
|
|
500
|
-
export const ListInternalReasoning$outboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
501
|
-
/**
|
|
502
|
-
* @internal
|
|
503
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
504
|
-
*/
|
|
505
|
-
export var ListInternalReasoning$;
|
|
506
|
-
(function (ListInternalReasoning$) {
|
|
507
|
-
/** @deprecated use `ListInternalReasoning$inboundSchema` instead. */
|
|
508
|
-
ListInternalReasoning$.inboundSchema = ListInternalReasoning$inboundSchema;
|
|
509
|
-
/** @deprecated use `ListInternalReasoning$outboundSchema` instead. */
|
|
510
|
-
ListInternalReasoning$.outboundSchema = ListInternalReasoning$outboundSchema;
|
|
511
|
-
})(ListInternalReasoning$ || (ListInternalReasoning$ = {}));
|
|
512
|
-
export function listInternalReasoningToJSON(listInternalReasoning) {
|
|
513
|
-
return JSON.stringify(ListInternalReasoning$outboundSchema.parse(listInternalReasoning));
|
|
514
|
-
}
|
|
515
|
-
export function listInternalReasoningFromJSON(jsonString) {
|
|
516
|
-
return safeParse(jsonString, (x) => ListInternalReasoning$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListInternalReasoning' from JSON`);
|
|
517
|
-
}
|
|
518
|
-
/** @internal */
|
|
519
|
-
export const ListInputCacheRead$inboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
520
|
-
/** @internal */
|
|
521
|
-
export const ListInputCacheRead$outboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
522
|
-
/**
|
|
523
|
-
* @internal
|
|
524
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
525
|
-
*/
|
|
526
|
-
export var ListInputCacheRead$;
|
|
527
|
-
(function (ListInputCacheRead$) {
|
|
528
|
-
/** @deprecated use `ListInputCacheRead$inboundSchema` instead. */
|
|
529
|
-
ListInputCacheRead$.inboundSchema = ListInputCacheRead$inboundSchema;
|
|
530
|
-
/** @deprecated use `ListInputCacheRead$outboundSchema` instead. */
|
|
531
|
-
ListInputCacheRead$.outboundSchema = ListInputCacheRead$outboundSchema;
|
|
532
|
-
})(ListInputCacheRead$ || (ListInputCacheRead$ = {}));
|
|
533
|
-
export function listInputCacheReadToJSON(listInputCacheRead) {
|
|
534
|
-
return JSON.stringify(ListInputCacheRead$outboundSchema.parse(listInputCacheRead));
|
|
535
|
-
}
|
|
536
|
-
export function listInputCacheReadFromJSON(jsonString) {
|
|
537
|
-
return safeParse(jsonString, (x) => ListInputCacheRead$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListInputCacheRead' from JSON`);
|
|
538
|
-
}
|
|
539
|
-
/** @internal */
|
|
540
|
-
export const ListInputCacheWrite$inboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
541
|
-
/** @internal */
|
|
542
|
-
export const ListInputCacheWrite$outboundSchema = z.union([z.number(), z.string(), z.any()]);
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
546
|
-
*/
|
|
547
|
-
export var ListInputCacheWrite$;
|
|
548
|
-
(function (ListInputCacheWrite$) {
|
|
549
|
-
/** @deprecated use `ListInputCacheWrite$inboundSchema` instead. */
|
|
550
|
-
ListInputCacheWrite$.inboundSchema = ListInputCacheWrite$inboundSchema;
|
|
551
|
-
/** @deprecated use `ListInputCacheWrite$outboundSchema` instead. */
|
|
552
|
-
ListInputCacheWrite$.outboundSchema = ListInputCacheWrite$outboundSchema;
|
|
553
|
-
})(ListInputCacheWrite$ || (ListInputCacheWrite$ = {}));
|
|
554
|
-
export function listInputCacheWriteToJSON(listInputCacheWrite) {
|
|
555
|
-
return JSON.stringify(ListInputCacheWrite$outboundSchema.parse(listInputCacheWrite));
|
|
556
|
-
}
|
|
557
|
-
export function listInputCacheWriteFromJSON(jsonString) {
|
|
558
|
-
return safeParse(jsonString, (x) => ListInputCacheWrite$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListInputCacheWrite' from JSON`);
|
|
559
|
-
}
|
|
560
|
-
/** @internal */
|
|
561
|
-
export const ListPricing$inboundSchema = z.object({
|
|
562
|
-
prompt: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
563
|
-
completion: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
564
|
-
request: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
565
|
-
image: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
566
|
-
image_output: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
567
|
-
audio: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
568
|
-
input_audio_cache: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
569
|
-
web_search: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
570
|
-
internal_reasoning: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
571
|
-
input_cache_read: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
572
|
-
input_cache_write: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
573
|
-
discount: z.number().optional(),
|
|
574
|
-
}).transform((v) => {
|
|
575
|
-
return remap$(v, {
|
|
576
|
-
"image_output": "imageOutput",
|
|
577
|
-
"input_audio_cache": "inputAudioCache",
|
|
578
|
-
"web_search": "webSearch",
|
|
579
|
-
"internal_reasoning": "internalReasoning",
|
|
580
|
-
"input_cache_read": "inputCacheRead",
|
|
581
|
-
"input_cache_write": "inputCacheWrite",
|
|
582
|
-
});
|
|
583
|
-
});
|
|
584
|
-
/** @internal */
|
|
585
|
-
export const ListPricing$outboundSchema = z.object({
|
|
586
|
-
prompt: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
587
|
-
completion: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
588
|
-
request: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
589
|
-
image: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
590
|
-
imageOutput: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
591
|
-
audio: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
592
|
-
inputAudioCache: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
593
|
-
webSearch: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
594
|
-
internalReasoning: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
595
|
-
inputCacheRead: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
596
|
-
inputCacheWrite: z.union([z.number(), z.string(), z.any()]).optional(),
|
|
597
|
-
discount: z.number().optional(),
|
|
598
|
-
}).transform((v) => {
|
|
599
|
-
return remap$(v, {
|
|
600
|
-
imageOutput: "image_output",
|
|
601
|
-
inputAudioCache: "input_audio_cache",
|
|
602
|
-
webSearch: "web_search",
|
|
603
|
-
internalReasoning: "internal_reasoning",
|
|
604
|
-
inputCacheRead: "input_cache_read",
|
|
605
|
-
inputCacheWrite: "input_cache_write",
|
|
606
|
-
});
|
|
607
|
-
});
|
|
608
|
-
/**
|
|
609
|
-
* @internal
|
|
610
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
611
|
-
*/
|
|
612
|
-
export var ListPricing$;
|
|
613
|
-
(function (ListPricing$) {
|
|
614
|
-
/** @deprecated use `ListPricing$inboundSchema` instead. */
|
|
615
|
-
ListPricing$.inboundSchema = ListPricing$inboundSchema;
|
|
616
|
-
/** @deprecated use `ListPricing$outboundSchema` instead. */
|
|
617
|
-
ListPricing$.outboundSchema = ListPricing$outboundSchema;
|
|
618
|
-
})(ListPricing$ || (ListPricing$ = {}));
|
|
619
|
-
export function listPricingToJSON(listPricing) {
|
|
620
|
-
return JSON.stringify(ListPricing$outboundSchema.parse(listPricing));
|
|
621
|
-
}
|
|
622
|
-
export function listPricingFromJSON(jsonString) {
|
|
623
|
-
return safeParse(jsonString, (x) => ListPricing$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListPricing' from JSON`);
|
|
624
|
-
}
|
|
625
|
-
/** @internal */
|
|
626
|
-
export const ListProviderName$inboundSchema = z.nativeEnum(ListProviderName);
|
|
627
|
-
/** @internal */
|
|
628
|
-
export const ListProviderName$outboundSchema = ListProviderName$inboundSchema;
|
|
629
|
-
/**
|
|
630
|
-
* @internal
|
|
631
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
632
|
-
*/
|
|
633
|
-
export var ListProviderName$;
|
|
634
|
-
(function (ListProviderName$) {
|
|
635
|
-
/** @deprecated use `ListProviderName$inboundSchema` instead. */
|
|
636
|
-
ListProviderName$.inboundSchema = ListProviderName$inboundSchema;
|
|
637
|
-
/** @deprecated use `ListProviderName$outboundSchema` instead. */
|
|
638
|
-
ListProviderName$.outboundSchema = ListProviderName$outboundSchema;
|
|
639
|
-
})(ListProviderName$ || (ListProviderName$ = {}));
|
|
640
|
-
/** @internal */
|
|
641
|
-
export const ListQuantization$inboundSchema = z.nativeEnum(ListQuantization);
|
|
642
|
-
/** @internal */
|
|
643
|
-
export const ListQuantization$outboundSchema = ListQuantization$inboundSchema;
|
|
644
|
-
/**
|
|
645
|
-
* @internal
|
|
646
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
647
|
-
*/
|
|
648
|
-
export var ListQuantization$;
|
|
649
|
-
(function (ListQuantization$) {
|
|
650
|
-
/** @deprecated use `ListQuantization$inboundSchema` instead. */
|
|
651
|
-
ListQuantization$.inboundSchema = ListQuantization$inboundSchema;
|
|
652
|
-
/** @deprecated use `ListQuantization$outboundSchema` instead. */
|
|
653
|
-
ListQuantization$.outboundSchema = ListQuantization$outboundSchema;
|
|
654
|
-
})(ListQuantization$ || (ListQuantization$ = {}));
|
|
655
|
-
/** @internal */
|
|
656
|
-
export const ListSupportedParameter$inboundSchema = z.nativeEnum(ListSupportedParameter);
|
|
657
|
-
/** @internal */
|
|
658
|
-
export const ListSupportedParameter$outboundSchema = ListSupportedParameter$inboundSchema;
|
|
659
|
-
/**
|
|
660
|
-
* @internal
|
|
661
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
662
|
-
*/
|
|
663
|
-
export var ListSupportedParameter$;
|
|
664
|
-
(function (ListSupportedParameter$) {
|
|
665
|
-
/** @deprecated use `ListSupportedParameter$inboundSchema` instead. */
|
|
666
|
-
ListSupportedParameter$.inboundSchema = ListSupportedParameter$inboundSchema;
|
|
667
|
-
/** @deprecated use `ListSupportedParameter$outboundSchema` instead. */
|
|
668
|
-
ListSupportedParameter$.outboundSchema = ListSupportedParameter$outboundSchema;
|
|
669
|
-
})(ListSupportedParameter$ || (ListSupportedParameter$ = {}));
|
|
670
|
-
/** @internal */
|
|
671
|
-
export const ListStatus$inboundSchema = z
|
|
672
|
-
.nativeEnum(ListStatus);
|
|
673
|
-
/** @internal */
|
|
674
|
-
export const ListStatus$outboundSchema = ListStatus$inboundSchema;
|
|
675
|
-
/**
|
|
676
|
-
* @internal
|
|
677
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
678
|
-
*/
|
|
679
|
-
export var ListStatus$;
|
|
680
|
-
(function (ListStatus$) {
|
|
681
|
-
/** @deprecated use `ListStatus$inboundSchema` instead. */
|
|
682
|
-
ListStatus$.inboundSchema = ListStatus$inboundSchema;
|
|
683
|
-
/** @deprecated use `ListStatus$outboundSchema` instead. */
|
|
684
|
-
ListStatus$.outboundSchema = ListStatus$outboundSchema;
|
|
685
|
-
})(ListStatus$ || (ListStatus$ = {}));
|
|
686
|
-
/** @internal */
|
|
687
|
-
export const Endpoint$inboundSchema = z.object({
|
|
688
|
-
name: z.string(),
|
|
689
|
-
model_name: z.string(),
|
|
690
|
-
context_length: z.number(),
|
|
691
|
-
pricing: z.lazy(() => ListPricing$inboundSchema),
|
|
692
|
-
provider_name: ListProviderName$inboundSchema,
|
|
693
|
-
tag: z.string(),
|
|
694
|
-
quantization: z.nullable(ListQuantization$inboundSchema),
|
|
695
|
-
max_completion_tokens: z.nullable(z.number()),
|
|
696
|
-
max_prompt_tokens: z.nullable(z.number()),
|
|
697
|
-
supported_parameters: z.array(ListSupportedParameter$inboundSchema),
|
|
698
|
-
status: ListStatus$inboundSchema.optional(),
|
|
699
|
-
uptime_last_30m: z.nullable(z.number()),
|
|
700
|
-
supports_implicit_caching: z.boolean(),
|
|
701
|
-
}).transform((v) => {
|
|
702
|
-
return remap$(v, {
|
|
703
|
-
"model_name": "modelName",
|
|
704
|
-
"context_length": "contextLength",
|
|
705
|
-
"provider_name": "providerName",
|
|
706
|
-
"max_completion_tokens": "maxCompletionTokens",
|
|
707
|
-
"max_prompt_tokens": "maxPromptTokens",
|
|
708
|
-
"supported_parameters": "supportedParameters",
|
|
709
|
-
"uptime_last_30m": "uptimeLast30m",
|
|
710
|
-
"supports_implicit_caching": "supportsImplicitCaching",
|
|
711
|
-
});
|
|
712
|
-
});
|
|
713
|
-
/** @internal */
|
|
714
|
-
export const Endpoint$outboundSchema = z.object({
|
|
715
|
-
name: z.string(),
|
|
716
|
-
modelName: z.string(),
|
|
717
|
-
contextLength: z.number(),
|
|
718
|
-
pricing: z.lazy(() => ListPricing$outboundSchema),
|
|
719
|
-
providerName: ListProviderName$outboundSchema,
|
|
720
|
-
tag: z.string(),
|
|
721
|
-
quantization: z.nullable(ListQuantization$outboundSchema),
|
|
722
|
-
maxCompletionTokens: z.nullable(z.number()),
|
|
723
|
-
maxPromptTokens: z.nullable(z.number()),
|
|
724
|
-
supportedParameters: z.array(ListSupportedParameter$outboundSchema),
|
|
725
|
-
status: ListStatus$outboundSchema.optional(),
|
|
726
|
-
uptimeLast30m: z.nullable(z.number()),
|
|
727
|
-
supportsImplicitCaching: z.boolean(),
|
|
728
|
-
}).transform((v) => {
|
|
729
|
-
return remap$(v, {
|
|
730
|
-
modelName: "model_name",
|
|
731
|
-
contextLength: "context_length",
|
|
732
|
-
providerName: "provider_name",
|
|
733
|
-
maxCompletionTokens: "max_completion_tokens",
|
|
734
|
-
maxPromptTokens: "max_prompt_tokens",
|
|
735
|
-
supportedParameters: "supported_parameters",
|
|
736
|
-
uptimeLast30m: "uptime_last_30m",
|
|
737
|
-
supportsImplicitCaching: "supports_implicit_caching",
|
|
738
|
-
});
|
|
739
|
-
});
|
|
740
|
-
/**
|
|
741
|
-
* @internal
|
|
742
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
743
|
-
*/
|
|
744
|
-
export var Endpoint$;
|
|
745
|
-
(function (Endpoint$) {
|
|
746
|
-
/** @deprecated use `Endpoint$inboundSchema` instead. */
|
|
747
|
-
Endpoint$.inboundSchema = Endpoint$inboundSchema;
|
|
748
|
-
/** @deprecated use `Endpoint$outboundSchema` instead. */
|
|
749
|
-
Endpoint$.outboundSchema = Endpoint$outboundSchema;
|
|
750
|
-
})(Endpoint$ || (Endpoint$ = {}));
|
|
751
|
-
export function endpointToJSON(endpoint) {
|
|
752
|
-
return JSON.stringify(Endpoint$outboundSchema.parse(endpoint));
|
|
190
|
+
export var Architecture$;
|
|
191
|
+
(function (Architecture$) {
|
|
192
|
+
/** @deprecated use `Architecture$inboundSchema` instead. */
|
|
193
|
+
Architecture$.inboundSchema = Architecture$inboundSchema;
|
|
194
|
+
/** @deprecated use `Architecture$outboundSchema` instead. */
|
|
195
|
+
Architecture$.outboundSchema = Architecture$outboundSchema;
|
|
196
|
+
})(Architecture$ || (Architecture$ = {}));
|
|
197
|
+
export function architectureToJSON(architecture) {
|
|
198
|
+
return JSON.stringify(Architecture$outboundSchema.parse(architecture));
|
|
753
199
|
}
|
|
754
|
-
export function
|
|
755
|
-
return safeParse(jsonString, (x) =>
|
|
200
|
+
export function architectureFromJSON(jsonString) {
|
|
201
|
+
return safeParse(jsonString, (x) => Architecture$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Architecture' from JSON`);
|
|
756
202
|
}
|
|
757
203
|
/** @internal */
|
|
758
204
|
export const ListData$inboundSchema = z.object({
|
|
@@ -760,8 +206,8 @@ export const ListData$inboundSchema = z.object({
|
|
|
760
206
|
name: z.string(),
|
|
761
207
|
created: z.number(),
|
|
762
208
|
description: z.string(),
|
|
763
|
-
architecture: z.lazy(() =>
|
|
764
|
-
endpoints: z.array(
|
|
209
|
+
architecture: z.lazy(() => Architecture$inboundSchema),
|
|
210
|
+
endpoints: z.array(models.EndpointsList$inboundSchema),
|
|
765
211
|
});
|
|
766
212
|
/** @internal */
|
|
767
213
|
export const ListData$outboundSchema = z.object({
|
|
@@ -769,8 +215,8 @@ export const ListData$outboundSchema = z.object({
|
|
|
769
215
|
name: z.string(),
|
|
770
216
|
created: z.number(),
|
|
771
217
|
description: z.string(),
|
|
772
|
-
architecture: z.lazy(() =>
|
|
773
|
-
endpoints: z.array(
|
|
218
|
+
architecture: z.lazy(() => Architecture$outboundSchema),
|
|
219
|
+
endpoints: z.array(models.EndpointsList$outboundSchema),
|
|
774
220
|
});
|
|
775
221
|
/**
|
|
776
222
|
* @internal
|