@openrouter/sdk 0.12.79 → 0.13.13
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 +43 -9
- package/esm/funcs/benchmarksGetBenchmarks.d.ts +19 -0
- package/esm/funcs/benchmarksGetBenchmarks.js +105 -0
- package/esm/funcs/betaAnalyticsGetAnalyticsMeta.d.ts +18 -0
- package/esm/funcs/betaAnalyticsGetAnalyticsMeta.js +96 -0
- package/esm/funcs/betaAnalyticsQueryAnalytics.d.ts +18 -0
- package/esm/funcs/betaAnalyticsQueryAnalytics.js +97 -0
- package/esm/funcs/betaResponsesSend.js +1 -1
- package/esm/funcs/chatSend.js +1 -1
- package/esm/funcs/classificationsGetTaskClassifications.d.ts +37 -0
- package/esm/funcs/classificationsGetTaskClassifications.js +119 -0
- package/esm/funcs/datasetsGetAppRankings.d.ts +43 -0
- package/esm/funcs/datasetsGetAppRankings.js +161 -0
- package/esm/funcs/filesDelete.d.ts +19 -0
- package/esm/funcs/filesDelete.js +107 -0
- package/esm/funcs/filesDownload.d.ts +18 -0
- package/esm/funcs/filesDownload.js +107 -0
- package/esm/funcs/filesList.d.ts +21 -0
- package/esm/funcs/filesList.js +131 -0
- package/esm/funcs/filesRetrieve.d.ts +19 -0
- package/esm/funcs/filesRetrieve.js +107 -0
- package/esm/funcs/filesUpload.d.ts +19 -0
- package/esm/funcs/filesUpload.js +121 -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/imagesListModels.d.ts +19 -0
- package/esm/funcs/imagesListModels.js +97 -0
- package/esm/funcs/modelsGet.d.ts +19 -0
- package/esm/funcs/modelsGet.js +107 -0
- package/esm/funcs/modelsList.js +12 -0
- package/esm/funcs/oAuthCreateAuthCode.d.ts +1 -1
- package/esm/funcs/oAuthCreateAuthCode.js +1 -1
- package/esm/funcs/presetsGet.d.ts +21 -0
- package/esm/funcs/presetsGet.js +105 -0
- package/esm/funcs/presetsGetVersion.d.ts +21 -0
- package/esm/funcs/presetsGetVersion.js +109 -0
- package/esm/funcs/presetsList.d.ts +23 -0
- package/esm/funcs/presetsList.js +136 -0
- package/esm/funcs/presetsListVersions.d.ts +23 -0
- package/esm/funcs/presetsListVersions.js +142 -0
- 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/aabenchmarkentry.d.ts +24 -0
- package/esm/models/aabenchmarkentry.js +23 -0
- package/esm/models/advisornestedtool.d.ts +25 -0
- package/esm/models/advisornestedtool.js +23 -0
- package/esm/models/advisorreasoning.d.ts +42 -0
- package/esm/models/advisorreasoning.js +34 -0
- package/esm/models/advisorservertoolconfig.d.ts +65 -0
- package/esm/models/advisorservertoolconfig.js +31 -0
- package/esm/models/advisorservertoolopenrouter.d.ts +28 -0
- package/esm/models/advisorservertoolopenrouter.js +20 -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/apprankingsitem.d.ts +29 -0
- package/esm/models/apprankingsitem.js +26 -0
- package/esm/models/apprankingsresponse.d.ts +16 -0
- package/esm/models/apprankingsresponse.js +17 -0
- package/esm/models/bashservertool.d.ts +28 -0
- package/esm/models/bashservertool.js +20 -0
- package/esm/models/bashservertoolconfig.d.ts +30 -0
- package/esm/models/bashservertoolconfig.js +22 -0
- package/esm/models/bashservertoolengine.d.ts +17 -0
- package/esm/models/bashservertoolengine.js +16 -0
- package/esm/models/bashservertoolenvironment.d.ts +13 -0
- package/esm/models/bashservertoolenvironment.js +16 -0
- package/esm/models/booleancapability.d.ts +13 -0
- package/esm/models/booleancapability.js +14 -0
- package/esm/models/byokproviderslug.d.ts +5 -1
- package/esm/models/byokproviderslug.js +5 -1
- package/esm/models/capabilitydescriptor.d.ts +15 -0
- package/esm/models/capabilitydescriptor.js +19 -0
- package/esm/models/chatfunctiontool.d.ts +5 -2
- package/esm/models/chatfunctiontool.js +6 -0
- package/esm/models/chatrequest.d.ts +44 -0
- package/esm/models/chatrequest.js +26 -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 +10 -5
- package/esm/models/chatwebsearchshorthand.js +2 -0
- package/esm/models/containerautoenvironment.d.ts +15 -0
- package/esm/models/containerautoenvironment.js +13 -0
- package/esm/models/containerreferenceenvironment.d.ts +20 -0
- package/esm/models/containerreferenceenvironment.js +19 -0
- package/esm/models/contentfilterbuiltinentry.d.ts +5 -0
- package/esm/models/contentfilterbuiltinentry.js +7 -0
- package/esm/models/contentfilterbuiltinentryinput.d.ts +6 -0
- package/esm/models/contentfilterbuiltinentryinput.js +7 -0
- package/esm/models/contentpartaudio.d.ts +24 -0
- package/esm/models/contentpartaudio.js +27 -0
- package/esm/models/contentpartvideo.d.ts +24 -0
- package/esm/models/contentpartvideo.js +27 -0
- package/esm/models/createobservabilitydestinationrequest.d.ts +1 -1
- package/esm/models/dabenchmarkentry.d.ts +32 -0
- package/esm/models/dabenchmarkentry.js +23 -0
- 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/filedeleteresponse.d.ts +21 -0
- package/esm/models/filedeleteresponse.js +20 -0
- package/esm/models/filelistresponse.d.ts +21 -0
- package/esm/models/filelistresponse.js +26 -0
- package/esm/models/filemetadata.d.ts +26 -0
- package/esm/models/filemetadata.js +33 -0
- package/esm/models/fusionanalysisresult.d.ts +88 -0
- package/esm/models/fusionanalysisresult.js +109 -0
- package/esm/models/fusioncallanalysiscompletedevent.d.ts +21 -0
- package/esm/models/fusioncallanalysiscompletedevent.js +26 -0
- package/esm/models/fusioncallanalysisinprogressevent.d.ts +17 -0
- package/esm/models/fusioncallanalysisinprogressevent.js +26 -0
- package/esm/models/fusioncallcompletedevent.d.ts +16 -0
- package/esm/models/fusioncallcompletedevent.js +24 -0
- package/esm/models/fusioncallinprogressevent.d.ts +16 -0
- package/esm/models/fusioncallinprogressevent.js +24 -0
- package/esm/models/fusioncallpaneladdedevent.d.ts +17 -0
- package/esm/models/fusioncallpaneladdedevent.js +25 -0
- package/esm/models/fusioncallpanelcompletedevent.d.ts +18 -0
- package/esm/models/fusioncallpanelcompletedevent.js +26 -0
- package/esm/models/fusioncallpaneldeltaevent.d.ts +18 -0
- package/esm/models/fusioncallpaneldeltaevent.js +26 -0
- package/esm/models/fusioncallpanelfailedevent.d.ts +19 -0
- package/esm/models/fusioncallpanelfailedevent.js +28 -0
- package/esm/models/fusioncallpanelreasoningdeltaevent.d.ts +18 -0
- package/esm/models/fusioncallpanelreasoningdeltaevent.js +26 -0
- package/esm/models/fusionplugin.d.ts +47 -0
- package/esm/models/fusionplugin.js +21 -0
- package/esm/models/fusionservertoolconfig.d.ts +35 -1
- package/esm/models/fusionservertoolconfig.js +14 -0
- package/esm/models/generationresponse.d.ts +22 -0
- package/esm/models/generationresponse.js +14 -0
- package/esm/models/getpresetresponse.d.ts +17 -0
- package/esm/models/getpresetresponse.js +15 -0
- package/esm/models/getpresetversionresponse.d.ts +17 -0
- package/esm/models/getpresetversionresponse.js +15 -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 +908 -0
- package/esm/models/imagegenerationrequest.js +266 -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 +97 -0
- package/esm/models/index.js +97 -0
- package/esm/models/inputreference.d.ts +18 -0
- package/esm/models/inputreference.js +18 -0
- package/esm/models/inputsunion.d.ts +7 -4
- package/esm/models/inputsunion.js +11 -2
- package/esm/models/legacywebsearchservertool.d.ts +2 -2
- package/esm/models/listpresetsresponse.d.ts +15 -0
- package/esm/models/listpresetsresponse.js +21 -0
- package/esm/models/listpresetversionsresponse.d.ts +15 -0
- package/esm/models/listpresetversionsresponse.js +21 -0
- package/esm/models/listworkspacebudgetsresponse.d.ts +14 -0
- package/esm/models/listworkspacebudgetsresponse.js +15 -0
- package/esm/models/messagesfallbackparam.d.ts +19 -0
- package/esm/models/messagesfallbackparam.js +22 -0
- package/esm/models/messagesrequest.d.ts +17 -10
- package/esm/models/messagesrequest.js +10 -5
- package/esm/models/model.d.ts +10 -0
- package/esm/models/model.js +4 -0
- package/esm/models/modelbenchmarks.d.ts +22 -0
- package/esm/models/modelbenchmarks.js +23 -0
- package/esm/models/modelreasoning.d.ts +49 -0
- package/esm/models/modelreasoning.js +42 -0
- package/esm/models/modelresponse.d.ts +17 -0
- package/esm/models/modelresponse.js +16 -0
- package/esm/models/observabilityarizedestination.d.ts +4 -1
- package/esm/models/observabilitybraintrustdestination.d.ts +1 -1
- package/esm/models/observabilityclickhousedestination.d.ts +1 -1
- package/esm/models/observabilitydatadogdestination.d.ts +1 -1
- package/esm/models/observabilitygrafanadestination.d.ts +1 -1
- package/esm/models/observabilitylangfusedestination.d.ts +1 -1
- package/esm/models/observabilitylangsmithdestination.d.ts +1 -1
- package/esm/models/observabilitynewrelicdestination.d.ts +1 -1
- package/esm/models/observabilityopikdestination.d.ts +1 -1
- package/esm/models/observabilityotelcollectordestination.d.ts +1 -1
- package/esm/models/observabilityposthogdestination.d.ts +1 -1
- package/esm/models/observabilityrampdestination.d.ts +1 -1
- package/esm/models/observabilitys3destination.d.ts +1 -1
- package/esm/models/observabilitysentrydestination.d.ts +1 -1
- package/esm/models/observabilitysnowflakedestination.d.ts +1 -1
- package/esm/models/observabilityweavedestination.d.ts +1 -1
- package/esm/models/observabilitywebhookdestination.d.ts +1 -1
- package/esm/models/openresponsesresult.d.ts +5 -0
- package/esm/models/openresponsesresult.js +3 -0
- package/esm/models/operations/createauthkeyscode.d.ts +6 -1
- package/esm/models/operations/createauthkeyscode.js +2 -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/creatererank.d.ts +44 -10
- package/esm/models/operations/creatererank.js +21 -6
- package/esm/models/operations/createresponses.d.ts +3 -3
- package/esm/models/operations/createresponses.js +2 -3
- package/esm/models/operations/deletefile.d.ts +60 -0
- package/esm/models/operations/deletefile.js +24 -0
- package/esm/models/operations/deleteworkspacebudget.d.ts +64 -0
- package/esm/models/operations/deleteworkspacebudget.js +23 -0
- package/esm/models/operations/downloadfilecontent.d.ts +60 -0
- package/esm/models/operations/downloadfilecontent.js +24 -0
- package/esm/models/operations/getanalyticsmeta.d.ts +198 -0
- package/esm/models/operations/getanalyticsmeta.js +141 -0
- package/esm/models/operations/getapprankings.d.ts +152 -0
- package/esm/models/operations/getapprankings.js +85 -0
- package/esm/models/operations/getbenchmarks.d.ts +120 -0
- package/esm/models/operations/getbenchmarks.js +60 -0
- package/esm/models/operations/getfilemetadata.d.ts +60 -0
- package/esm/models/operations/getfilemetadata.js +24 -0
- package/esm/models/operations/getmodel.d.ts +63 -0
- package/esm/models/operations/getmodel.js +22 -0
- package/esm/models/operations/getmodels.d.ts +123 -5
- package/esm/models/operations/getmodels.js +61 -4
- package/esm/models/operations/getpreset.d.ts +58 -0
- package/esm/models/operations/getpreset.js +21 -0
- package/esm/models/operations/getpresetversion.d.ts +63 -0
- package/esm/models/operations/getpresetversion.js +22 -0
- package/esm/models/operations/gettaskclassifications.d.ts +71 -0
- package/esm/models/operations/gettaskclassifications.js +29 -0
- package/esm/models/operations/index.d.ts +21 -0
- package/esm/models/operations/index.js +21 -0
- package/esm/models/operations/listbyokkeys.d.ts +5 -1
- package/esm/models/operations/listbyokkeys.js +5 -1
- package/esm/models/operations/listfiles.d.ts +77 -0
- package/esm/models/operations/listfiles.js +37 -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/listpresets.d.ts +72 -0
- package/esm/models/operations/listpresets.js +35 -0
- package/esm/models/operations/listpresetversions.d.ts +77 -0
- package/esm/models/operations/listpresetversions.js +36 -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 +199 -0
- package/esm/models/operations/queryanalytics.js +130 -0
- package/esm/models/operations/sendchatcompletionrequest.d.ts +3 -3
- package/esm/models/operations/sendchatcompletionrequest.js +2 -3
- package/esm/models/operations/uploadfile.d.ts +82 -0
- package/esm/models/operations/uploadfile.js +45 -0
- package/esm/models/operations/upsertworkspacebudget.d.ts +66 -0
- package/esm/models/operations/upsertworkspacebudget.js +25 -0
- package/esm/models/outputadvisorservertoolitem.d.ts +59 -0
- package/esm/models/outputadvisorservertoolitem.js +52 -0
- package/esm/models/outputfusionservertoolitem.d.ts +44 -43
- package/esm/models/outputfusionservertoolitem.js +49 -51
- package/esm/models/outputitems.d.ts +13 -3
- package/esm/models/outputitems.js +9 -1
- package/esm/models/outputshellcallitem.d.ts +29 -0
- package/esm/models/outputshellcallitem.js +38 -0
- package/esm/models/outputshellcalloutputitem.d.ts +48 -0
- package/esm/models/outputshellcalloutputitem.js +67 -0
- package/esm/models/outputsubagentservertoolitem.d.ts +59 -0
- package/esm/models/outputsubagentservertoolitem.js +54 -0
- package/esm/models/outputwebsearchcallitem.d.ts +2 -2
- package/esm/models/outputwebsearchcallitem.js +2 -2
- package/esm/models/preset.d.ts +27 -0
- package/esm/models/preset.js +35 -0
- package/esm/models/presetstatus.d.ts +17 -0
- package/esm/models/presetstatus.js +16 -0
- package/esm/models/presetwithdesignatedversion.d.ts +9 -14
- package/esm/models/presetwithdesignatedversion.js +4 -11
- package/esm/models/preview20250311websearchservertool.d.ts +2 -2
- package/esm/models/previewwebsearchservertool.d.ts +2 -2
- package/esm/models/promptinjectionscanscope.d.ts +18 -0
- package/esm/models/promptinjectionscanscope.js +17 -0
- package/esm/models/providername.d.ts +5 -1
- package/esm/models/providername.js +5 -1
- package/esm/models/provideroptions.d.ts +31 -1
- package/esm/models/provideroptions.js +7 -0
- package/esm/models/providerresponse.d.ts +6 -1
- package/esm/models/providerresponse.js +7 -2
- package/esm/models/rangecapability.d.ts +15 -0
- package/esm/models/rangecapability.js +16 -0
- package/esm/models/rankingsdailymeta.d.ts +4 -4
- package/esm/models/rankingsdailymeta.js +3 -3
- package/esm/models/reasoningeffort.d.ts +1 -0
- package/esm/models/reasoningeffort.js +1 -0
- package/esm/models/responsesrequest.d.ts +42 -8
- package/esm/models/responsesrequest.js +14 -0
- package/esm/models/searchqualitylevel.d.ts +2 -2
- package/esm/models/searchqualitylevel.js +1 -1
- package/esm/models/shellcallstatus.d.ts +17 -0
- package/esm/models/shellcallstatus.js +16 -0
- package/esm/models/shellservertoolconfig.d.ts +30 -0
- package/esm/models/shellservertoolconfig.js +22 -0
- package/esm/models/shellservertoolengine.d.ts +16 -0
- package/esm/models/shellservertoolengine.js +15 -0
- package/esm/models/shellservertoolenvironment.d.ts +13 -0
- package/esm/models/shellservertoolenvironment.js +16 -0
- package/esm/models/shellservertoolopenrouter.d.ts +21 -0
- package/esm/models/shellservertoolopenrouter.js +15 -0
- package/esm/models/speechrequest.d.ts +1 -1
- package/esm/models/streamevents.d.ts +11 -1
- package/esm/models/streamevents.js +20 -0
- package/esm/models/sttrequest.d.ts +1 -1
- package/esm/models/subagentnestedtool.d.ts +25 -0
- package/esm/models/subagentnestedtool.js +23 -0
- package/esm/models/subagentreasoning.d.ts +42 -0
- package/esm/models/subagentreasoning.js +34 -0
- package/esm/models/subagentservertoolconfig.d.ts +50 -0
- package/esm/models/subagentservertoolconfig.js +27 -0
- package/esm/models/subagentservertoolopenrouter.d.ts +28 -0
- package/esm/models/subagentservertoolopenrouter.js +20 -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/unifiedbenchmarkpricing.d.ts +20 -0
- package/esm/models/unifiedbenchmarkpricing.js +15 -0
- package/esm/models/unifiedbenchmarksaaitem.d.ts +38 -0
- package/esm/models/unifiedbenchmarksaaitem.js +30 -0
- package/esm/models/unifiedbenchmarksdaitem.d.ts +63 -0
- package/esm/models/unifiedbenchmarksdaitem.js +51 -0
- 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/updateobservabilitydestinationrequest.d.ts +1 -1
- 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/urlcitation.d.ts +2 -0
- package/esm/models/urlcitation.js +2 -0
- package/esm/models/videogenerationrequest.d.ts +49 -19
- package/esm/models/videogenerationrequest.js +20 -13
- package/esm/models/websearchconfig.d.ts +10 -5
- package/esm/models/websearchconfig.js +2 -0
- package/esm/models/websearchengine.d.ts +1 -0
- package/esm/models/websearchengine.js +1 -0
- package/esm/models/websearchengineenum.d.ts +4 -3
- package/esm/models/websearchengineenum.js +3 -2
- package/esm/models/websearchservertool.d.ts +2 -2
- package/esm/models/websearchservertoolconfig.d.ts +10 -5
- package/esm/models/websearchservertoolconfig.js +2 -0
- 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/beta.d.ts +3 -0
- package/esm/sdk/beta.js +4 -0
- package/esm/sdk/betaanalytics.d.ts +19 -0
- package/esm/sdk/betaanalytics.js +29 -0
- package/esm/sdk/classifications.d.ts +31 -0
- package/esm/sdk/classifications.js +37 -0
- package/esm/sdk/datasets.d.ts +32 -0
- package/esm/sdk/datasets.js +33 -0
- package/esm/sdk/files.d.ts +44 -0
- package/esm/sdk/files.js +60 -0
- package/esm/sdk/images.d.ts +38 -0
- package/esm/sdk/images.js +33 -0
- package/esm/sdk/models.d.ts +7 -0
- package/esm/sdk/models.js +10 -0
- package/esm/sdk/presets.d.ts +33 -0
- package/esm/sdk/presets.js +41 -0
- package/esm/sdk/sdk.d.ts +14 -2
- package/esm/sdk/sdk.js +19 -3
- package/esm/sdk/workspaces.d.ts +21 -0
- package/esm/sdk/workspaces.js +30 -0
- package/jsr.json +1 -1
- package/package.json +6 -6
package/esm/models/index.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
export * from "./aabenchmarkentry.js";
|
|
1
2
|
export * from "./activityitem.js";
|
|
2
3
|
export * from "./activityresponse.js";
|
|
4
|
+
export * from "./advisornestedtool.js";
|
|
5
|
+
export * from "./advisorreasoning.js";
|
|
6
|
+
export * from "./advisorservertoolconfig.js";
|
|
7
|
+
export * from "./advisorservertoolopenrouter.js";
|
|
3
8
|
export * from "./annotationaddedevent.js";
|
|
9
|
+
export * from "./anthropicadvisormessageusageiteration.js";
|
|
4
10
|
export * from "./anthropicallowedcallers.js";
|
|
5
11
|
export * from "./anthropicbase64imagesource.js";
|
|
6
12
|
export * from "./anthropicbase64pdfsource.js";
|
|
@@ -11,22 +17,30 @@ export * from "./anthropiccitationcontentblocklocationparam.js";
|
|
|
11
17
|
export * from "./anthropiccitationpagelocationparam.js";
|
|
12
18
|
export * from "./anthropiccitationsearchresultlocation.js";
|
|
13
19
|
export * from "./anthropiccitationwebsearchresultlocation.js";
|
|
20
|
+
export * from "./anthropiccompactionusageiteration.js";
|
|
14
21
|
export * from "./anthropicdocumentblockparam.js";
|
|
22
|
+
export * from "./anthropicfiledocumentsource.js";
|
|
15
23
|
export * from "./anthropicimageblockparam.js";
|
|
16
24
|
export * from "./anthropicimagemimetype.js";
|
|
17
25
|
export * from "./anthropicinputtokensclearatleast.js";
|
|
18
26
|
export * from "./anthropicinputtokenstrigger.js";
|
|
27
|
+
export * from "./anthropiciterationcachecreation.js";
|
|
28
|
+
export * from "./anthropicmessageusageiteration.js";
|
|
19
29
|
export * from "./anthropicplaintextsource.js";
|
|
20
30
|
export * from "./anthropicsearchresultblockparam.js";
|
|
31
|
+
export * from "./anthropicspeed.js";
|
|
21
32
|
export * from "./anthropictextblockparam.js";
|
|
22
33
|
export * from "./anthropicthinkingdisplay.js";
|
|
23
34
|
export * from "./anthropicthinkingturns.js";
|
|
24
35
|
export * from "./anthropictooluseskeep.js";
|
|
25
36
|
export * from "./anthropictoolusestrigger.js";
|
|
37
|
+
export * from "./anthropicunknownusageiteration.js";
|
|
26
38
|
export * from "./anthropicurlimagesource.js";
|
|
27
39
|
export * from "./anthropicurlpdfsource.js";
|
|
40
|
+
export * from "./anthropicusageiteration.js";
|
|
28
41
|
export * from "./anthropicwebsearchresultblockparam.js";
|
|
29
42
|
export * from "./anthropicwebsearchtooluserlocation.js";
|
|
43
|
+
export * from "./apierrortype.js";
|
|
30
44
|
export * from "./applypatchcallitem.js";
|
|
31
45
|
export * from "./applypatchcalloperation.js";
|
|
32
46
|
export * from "./applypatchcalloperationdiffdeltaevent.js";
|
|
@@ -40,11 +54,18 @@ export * from "./applypatchservertool.js";
|
|
|
40
54
|
export * from "./applypatchservertoolconfig.js";
|
|
41
55
|
export * from "./applypatchservertoolopenrouter.js";
|
|
42
56
|
export * from "./applypatchupdatefileoperation.js";
|
|
57
|
+
export * from "./apprankingsitem.js";
|
|
58
|
+
export * from "./apprankingsresponse.js";
|
|
43
59
|
export * from "./autorouterplugin.js";
|
|
44
60
|
export * from "./badgatewayresponseerrordata.js";
|
|
45
61
|
export * from "./badrequestresponseerrordata.js";
|
|
46
62
|
export * from "./baseinputsunion.js";
|
|
47
63
|
export * from "./basereasoningconfig.js";
|
|
64
|
+
export * from "./bashservertool.js";
|
|
65
|
+
export * from "./bashservertoolconfig.js";
|
|
66
|
+
export * from "./bashservertoolengine.js";
|
|
67
|
+
export * from "./bashservertoolenvironment.js";
|
|
68
|
+
export * from "./booleancapability.js";
|
|
48
69
|
export * from "./bulkaddworkspacemembersrequest.js";
|
|
49
70
|
export * from "./bulkaddworkspacemembersresponse.js";
|
|
50
71
|
export * from "./bulkassignkeysrequest.js";
|
|
@@ -59,6 +80,7 @@ export * from "./bulkunassignmembersrequest.js";
|
|
|
59
80
|
export * from "./bulkunassignmembersresponse.js";
|
|
60
81
|
export * from "./byokkey.js";
|
|
61
82
|
export * from "./byokproviderslug.js";
|
|
83
|
+
export * from "./capabilitydescriptor.js";
|
|
62
84
|
export * from "./chatassistantimages.js";
|
|
63
85
|
export * from "./chatassistantmessage.js";
|
|
64
86
|
export * from "./chataudiooutput.js";
|
|
@@ -108,6 +130,8 @@ export * from "./compactionitem.js";
|
|
|
108
130
|
export * from "./compoundfilter.js";
|
|
109
131
|
export * from "./computeruseservertool.js";
|
|
110
132
|
export * from "./conflictresponseerrordata.js";
|
|
133
|
+
export * from "./containerautoenvironment.js";
|
|
134
|
+
export * from "./containerreferenceenvironment.js";
|
|
111
135
|
export * from "./contentfilteraction.js";
|
|
112
136
|
export * from "./contentfilterbuiltinaction.js";
|
|
113
137
|
export * from "./contentfilterbuiltinentry.js";
|
|
@@ -115,11 +139,13 @@ export * from "./contentfilterbuiltinentryinput.js";
|
|
|
115
139
|
export * from "./contentfilterbuiltinslug.js";
|
|
116
140
|
export * from "./contentfilterentry.js";
|
|
117
141
|
export * from "./contentpartaddedevent.js";
|
|
142
|
+
export * from "./contentpartaudio.js";
|
|
118
143
|
export * from "./contentpartdoneevent.js";
|
|
119
144
|
export * from "./contentpartimage.js";
|
|
120
145
|
export * from "./contentpartinputaudio.js";
|
|
121
146
|
export * from "./contentpartinputfile.js";
|
|
122
147
|
export * from "./contentpartinputvideo.js";
|
|
148
|
+
export * from "./contentpartvideo.js";
|
|
123
149
|
export * from "./contextcompressionengine.js";
|
|
124
150
|
export * from "./contextcompressionplugin.js";
|
|
125
151
|
export * from "./costdetails.js";
|
|
@@ -137,20 +163,27 @@ export * from "./customtoolcallinputdeltaevent.js";
|
|
|
137
163
|
export * from "./customtoolcallinputdoneevent.js";
|
|
138
164
|
export * from "./customtoolcallitem.js";
|
|
139
165
|
export * from "./customtoolcalloutputitem.js";
|
|
166
|
+
export * from "./dabenchmarkentry.js";
|
|
140
167
|
export * from "./datetimeservertool.js";
|
|
141
168
|
export * from "./datetimeservertoolconfig.js";
|
|
169
|
+
export * from "./debugevent.js";
|
|
142
170
|
export * from "./defaultparameters.js";
|
|
143
171
|
export * from "./deletebyokkeyresponse.js";
|
|
144
172
|
export * from "./deleteguardrailresponse.js";
|
|
145
173
|
export * from "./deleteobservabilitydestinationresponse.js";
|
|
174
|
+
export * from "./deleteworkspacebudgetresponse.js";
|
|
146
175
|
export * from "./deleteworkspaceresponse.js";
|
|
147
176
|
export * from "./easyinputmessage.js";
|
|
148
177
|
export * from "./edgenetworktimeoutresponseerrordata.js";
|
|
149
178
|
export * from "./endpointinfo.js";
|
|
150
179
|
export * from "./endpointsmetadata.js";
|
|
151
180
|
export * from "./endpointstatus.js";
|
|
181
|
+
export * from "./enumcapability.js";
|
|
152
182
|
export * from "./errorevent.js";
|
|
153
183
|
export * from "./filecitation.js";
|
|
184
|
+
export * from "./filedeleteresponse.js";
|
|
185
|
+
export * from "./filelistresponse.js";
|
|
186
|
+
export * from "./filemetadata.js";
|
|
154
187
|
export * from "./fileparserplugin.js";
|
|
155
188
|
export * from "./filepath.js";
|
|
156
189
|
export * from "./filesearchservertool.js";
|
|
@@ -164,6 +197,16 @@ export * from "./functioncallargsdeltaevent.js";
|
|
|
164
197
|
export * from "./functioncallargsdoneevent.js";
|
|
165
198
|
export * from "./functioncallitem.js";
|
|
166
199
|
export * from "./functioncalloutputitem.js";
|
|
200
|
+
export * from "./fusionanalysisresult.js";
|
|
201
|
+
export * from "./fusioncallanalysiscompletedevent.js";
|
|
202
|
+
export * from "./fusioncallanalysisinprogressevent.js";
|
|
203
|
+
export * from "./fusioncallcompletedevent.js";
|
|
204
|
+
export * from "./fusioncallinprogressevent.js";
|
|
205
|
+
export * from "./fusioncallpaneladdedevent.js";
|
|
206
|
+
export * from "./fusioncallpanelcompletedevent.js";
|
|
207
|
+
export * from "./fusioncallpaneldeltaevent.js";
|
|
208
|
+
export * from "./fusioncallpanelfailedevent.js";
|
|
209
|
+
export * from "./fusioncallpanelreasoningdeltaevent.js";
|
|
167
210
|
export * from "./fusionplugin.js";
|
|
168
211
|
export * from "./fusionservertoolconfig.js";
|
|
169
212
|
export * from "./fusionservertoolopenrouter.js";
|
|
@@ -173,25 +216,42 @@ export * from "./generationresponse.js";
|
|
|
173
216
|
export * from "./getbyokkeyresponse.js";
|
|
174
217
|
export * from "./getguardrailresponse.js";
|
|
175
218
|
export * from "./getobservabilitydestinationresponse.js";
|
|
219
|
+
export * from "./getpresetresponse.js";
|
|
220
|
+
export * from "./getpresetversionresponse.js";
|
|
176
221
|
export * from "./getworkspaceresponse.js";
|
|
177
222
|
export * from "./guardrail.js";
|
|
178
223
|
export * from "./guardrailinterval.js";
|
|
179
224
|
export * from "./imageconfig.js";
|
|
225
|
+
export * from "./imageendpoint.js";
|
|
180
226
|
export * from "./imagegencallcompletedevent.js";
|
|
181
227
|
export * from "./imagegencallgeneratingevent.js";
|
|
182
228
|
export * from "./imagegencallinprogressevent.js";
|
|
183
229
|
export * from "./imagegencallpartialimageevent.js";
|
|
230
|
+
export * from "./imagegencompletedevent.js";
|
|
231
|
+
export * from "./imagegenerationrequest.js";
|
|
232
|
+
export * from "./imagegenerationresponse.js";
|
|
184
233
|
export * from "./imagegenerationservertool.js";
|
|
185
234
|
export * from "./imagegenerationservertoolconfig.js";
|
|
186
235
|
export * from "./imagegenerationservertoolconfigunion.js";
|
|
187
236
|
export * from "./imagegenerationservertoolopenrouter.js";
|
|
188
237
|
export * from "./imagegenerationstatus.js";
|
|
238
|
+
export * from "./imagegenerationusage.js";
|
|
239
|
+
export * from "./imagegenpartialimageevent.js";
|
|
240
|
+
export * from "./imagegenstreamerrorevent.js";
|
|
241
|
+
export * from "./imagemodelarchitecture.js";
|
|
242
|
+
export * from "./imagemodelendpointsresponse.js";
|
|
243
|
+
export * from "./imagemodellistitem.js";
|
|
244
|
+
export * from "./imagemodelslistresponse.js";
|
|
245
|
+
export * from "./imageoutputmodality.js";
|
|
246
|
+
export * from "./imagepricingentry.js";
|
|
247
|
+
export * from "./imagestreamingresponse.js";
|
|
189
248
|
export * from "./incompletedetails.js";
|
|
190
249
|
export * from "./inputaudio.js";
|
|
191
250
|
export * from "./inputfile.js";
|
|
192
251
|
export * from "./inputimage.js";
|
|
193
252
|
export * from "./inputmessageitem.js";
|
|
194
253
|
export * from "./inputmodality.js";
|
|
254
|
+
export * from "./inputreference.js";
|
|
195
255
|
export * from "./inputsunion.js";
|
|
196
256
|
export * from "./inputtext.js";
|
|
197
257
|
export * from "./inputvideo.js";
|
|
@@ -207,6 +267,9 @@ export * from "./listguardrailsresponse.js";
|
|
|
207
267
|
export * from "./listkeyassignmentsresponse.js";
|
|
208
268
|
export * from "./listmemberassignmentsresponse.js";
|
|
209
269
|
export * from "./listobservabilitydestinationsresponse.js";
|
|
270
|
+
export * from "./listpresetsresponse.js";
|
|
271
|
+
export * from "./listpresetversionsresponse.js";
|
|
272
|
+
export * from "./listworkspacebudgetsresponse.js";
|
|
210
273
|
export * from "./listworkspacesresponse.js";
|
|
211
274
|
export * from "./localshellcallitem.js";
|
|
212
275
|
export * from "./localshellcalloutputitem.js";
|
|
@@ -217,14 +280,18 @@ export * from "./mcplisttoolsitem.js";
|
|
|
217
280
|
export * from "./mcpservertool.js";
|
|
218
281
|
export * from "./memberassignment.js";
|
|
219
282
|
export * from "./messagesadvisortoolresultblock.js";
|
|
283
|
+
export * from "./messagesfallbackparam.js";
|
|
220
284
|
export * from "./messagesmessageparam.js";
|
|
221
285
|
export * from "./messagesoutputconfig.js";
|
|
222
286
|
export * from "./messagesrequest.js";
|
|
223
287
|
export * from "./metadatalevel.js";
|
|
224
288
|
export * from "./model.js";
|
|
225
289
|
export * from "./modelarchitecture.js";
|
|
290
|
+
export * from "./modelbenchmarks.js";
|
|
226
291
|
export * from "./modelgroup.js";
|
|
227
292
|
export * from "./modellinks.js";
|
|
293
|
+
export * from "./modelreasoning.js";
|
|
294
|
+
export * from "./modelresponse.js";
|
|
228
295
|
export * from "./modelscountresponse.js";
|
|
229
296
|
export * from "./modelslistresponse.js";
|
|
230
297
|
export * from "./moderationplugin.js";
|
|
@@ -264,6 +331,7 @@ export * from "./openresponsesinprogressevent.js";
|
|
|
264
331
|
export * from "./openresponsesresult.js";
|
|
265
332
|
export * from "./openroutermetadata.js";
|
|
266
333
|
export * from "./openrouterwebsearchservertool.js";
|
|
334
|
+
export * from "./outputadvisorservertoolitem.js";
|
|
267
335
|
export * from "./outputapplypatchcallitem.js";
|
|
268
336
|
export * from "./outputapplypatchservertoolitem.js";
|
|
269
337
|
export * from "./outputbashservertoolitem.js";
|
|
@@ -289,6 +357,9 @@ export * from "./outputmodality.js";
|
|
|
289
357
|
export * from "./outputmodalityenum.js";
|
|
290
358
|
export * from "./outputreasoningitem.js";
|
|
291
359
|
export * from "./outputsearchmodelsservertoolitem.js";
|
|
360
|
+
export * from "./outputshellcallitem.js";
|
|
361
|
+
export * from "./outputshellcalloutputitem.js";
|
|
362
|
+
export * from "./outputsubagentservertoolitem.js";
|
|
292
363
|
export * from "./outputtexteditorservertoolitem.js";
|
|
293
364
|
export * from "./outputtoolsearchservertoolitem.js";
|
|
294
365
|
export * from "./outputwebfetchservertoolitem.js";
|
|
@@ -308,11 +379,14 @@ export * from "./pipelinestage.js";
|
|
|
308
379
|
export * from "./pipelinestagetype.js";
|
|
309
380
|
export * from "./preferredmaxlatency.js";
|
|
310
381
|
export * from "./preferredminthroughput.js";
|
|
382
|
+
export * from "./preset.js";
|
|
311
383
|
export * from "./presetdesignatedversion.js";
|
|
384
|
+
export * from "./presetstatus.js";
|
|
312
385
|
export * from "./presetwithdesignatedversion.js";
|
|
313
386
|
export * from "./preview20250311websearchservertool.js";
|
|
314
387
|
export * from "./previewwebsearchservertool.js";
|
|
315
388
|
export * from "./previewwebsearchuserlocation.js";
|
|
389
|
+
export * from "./promptinjectionscanscope.js";
|
|
316
390
|
export * from "./providername.js";
|
|
317
391
|
export * from "./provideroptions.js";
|
|
318
392
|
export * from "./provideroverloadedresponseerrordata.js";
|
|
@@ -323,6 +397,7 @@ export * from "./providersortconfig.js";
|
|
|
323
397
|
export * from "./publicendpoint.js";
|
|
324
398
|
export * from "./publicpricing.js";
|
|
325
399
|
export * from "./quantization.js";
|
|
400
|
+
export * from "./rangecapability.js";
|
|
326
401
|
export * from "./rankingsdailyitem.js";
|
|
327
402
|
export * from "./rankingsdailymeta.js";
|
|
328
403
|
export * from "./rankingsdailyresponse.js";
|
|
@@ -362,7 +437,12 @@ export * from "./security.js";
|
|
|
362
437
|
export * from "./serviceunavailableresponseerrordata.js";
|
|
363
438
|
export * from "./shellcallitem.js";
|
|
364
439
|
export * from "./shellcalloutputitem.js";
|
|
440
|
+
export * from "./shellcallstatus.js";
|
|
365
441
|
export * from "./shellservertool.js";
|
|
442
|
+
export * from "./shellservertoolconfig.js";
|
|
443
|
+
export * from "./shellservertoolengine.js";
|
|
444
|
+
export * from "./shellservertoolenvironment.js";
|
|
445
|
+
export * from "./shellservertoolopenrouter.js";
|
|
366
446
|
export * from "./speechrequest.js";
|
|
367
447
|
export * from "./stopservertoolswhencondition.js";
|
|
368
448
|
export * from "./stopservertoolswhenfinishreasonis.js";
|
|
@@ -383,6 +463,14 @@ export * from "./sttinputaudio.js";
|
|
|
383
463
|
export * from "./sttrequest.js";
|
|
384
464
|
export * from "./sttresponse.js";
|
|
385
465
|
export * from "./sttusage.js";
|
|
466
|
+
export * from "./subagentnestedtool.js";
|
|
467
|
+
export * from "./subagentreasoning.js";
|
|
468
|
+
export * from "./subagentservertoolconfig.js";
|
|
469
|
+
export * from "./subagentservertoolopenrouter.js";
|
|
470
|
+
export * from "./taskclassificationitem.js";
|
|
471
|
+
export * from "./taskclassificationmacrocategory.js";
|
|
472
|
+
export * from "./taskclassificationmodel.js";
|
|
473
|
+
export * from "./taskclassificationresponse.js";
|
|
386
474
|
export * from "./textdeltaevent.js";
|
|
387
475
|
export * from "./textdoneevent.js";
|
|
388
476
|
export * from "./textextendedconfig.js";
|
|
@@ -393,6 +481,11 @@ export * from "./topproviderinfo.js";
|
|
|
393
481
|
export * from "./traceconfig.js";
|
|
394
482
|
export * from "./truncation.js";
|
|
395
483
|
export * from "./unauthorizedresponseerrordata.js";
|
|
484
|
+
export * from "./unifiedbenchmarkpricing.js";
|
|
485
|
+
export * from "./unifiedbenchmarksaaitem.js";
|
|
486
|
+
export * from "./unifiedbenchmarksdaitem.js";
|
|
487
|
+
export * from "./unifiedbenchmarksmeta.js";
|
|
488
|
+
export * from "./unifiedbenchmarksresponse.js";
|
|
396
489
|
export * from "./unprocessableentityresponseerrordata.js";
|
|
397
490
|
export * from "./updatebyokkeyrequest.js";
|
|
398
491
|
export * from "./updatebyokkeyresponse.js";
|
|
@@ -402,6 +495,8 @@ export * from "./updateobservabilitydestinationrequest.js";
|
|
|
402
495
|
export * from "./updateobservabilitydestinationresponse.js";
|
|
403
496
|
export * from "./updateworkspacerequest.js";
|
|
404
497
|
export * from "./updateworkspaceresponse.js";
|
|
498
|
+
export * from "./upsertworkspacebudgetrequest.js";
|
|
499
|
+
export * from "./upsertworkspacebudgetresponse.js";
|
|
405
500
|
export * from "./urlcitation.js";
|
|
406
501
|
export * from "./usage.js";
|
|
407
502
|
export * from "./videogenerationrequest.js";
|
|
@@ -429,5 +524,7 @@ export * from "./websearchstatus.js";
|
|
|
429
524
|
export * from "./websearchuserlocation.js";
|
|
430
525
|
export * from "./websearchuserlocationservertool.js";
|
|
431
526
|
export * from "./workspace.js";
|
|
527
|
+
export * from "./workspacebudget.js";
|
|
528
|
+
export * from "./workspacebudgetinterval.js";
|
|
432
529
|
export * from "./workspacemember.js";
|
|
433
530
|
//# sourceMappingURL=index.d.ts.map
|
package/esm/models/index.js
CHANGED
|
@@ -2,9 +2,15 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
* @generated-id: f93644b0f37e
|
|
4
4
|
*/
|
|
5
|
+
export * from "./aabenchmarkentry.js";
|
|
5
6
|
export * from "./activityitem.js";
|
|
6
7
|
export * from "./activityresponse.js";
|
|
8
|
+
export * from "./advisornestedtool.js";
|
|
9
|
+
export * from "./advisorreasoning.js";
|
|
10
|
+
export * from "./advisorservertoolconfig.js";
|
|
11
|
+
export * from "./advisorservertoolopenrouter.js";
|
|
7
12
|
export * from "./annotationaddedevent.js";
|
|
13
|
+
export * from "./anthropicadvisormessageusageiteration.js";
|
|
8
14
|
export * from "./anthropicallowedcallers.js";
|
|
9
15
|
export * from "./anthropicbase64imagesource.js";
|
|
10
16
|
export * from "./anthropicbase64pdfsource.js";
|
|
@@ -15,22 +21,30 @@ export * from "./anthropiccitationcontentblocklocationparam.js";
|
|
|
15
21
|
export * from "./anthropiccitationpagelocationparam.js";
|
|
16
22
|
export * from "./anthropiccitationsearchresultlocation.js";
|
|
17
23
|
export * from "./anthropiccitationwebsearchresultlocation.js";
|
|
24
|
+
export * from "./anthropiccompactionusageiteration.js";
|
|
18
25
|
export * from "./anthropicdocumentblockparam.js";
|
|
26
|
+
export * from "./anthropicfiledocumentsource.js";
|
|
19
27
|
export * from "./anthropicimageblockparam.js";
|
|
20
28
|
export * from "./anthropicimagemimetype.js";
|
|
21
29
|
export * from "./anthropicinputtokensclearatleast.js";
|
|
22
30
|
export * from "./anthropicinputtokenstrigger.js";
|
|
31
|
+
export * from "./anthropiciterationcachecreation.js";
|
|
32
|
+
export * from "./anthropicmessageusageiteration.js";
|
|
23
33
|
export * from "./anthropicplaintextsource.js";
|
|
24
34
|
export * from "./anthropicsearchresultblockparam.js";
|
|
35
|
+
export * from "./anthropicspeed.js";
|
|
25
36
|
export * from "./anthropictextblockparam.js";
|
|
26
37
|
export * from "./anthropicthinkingdisplay.js";
|
|
27
38
|
export * from "./anthropicthinkingturns.js";
|
|
28
39
|
export * from "./anthropictooluseskeep.js";
|
|
29
40
|
export * from "./anthropictoolusestrigger.js";
|
|
41
|
+
export * from "./anthropicunknownusageiteration.js";
|
|
30
42
|
export * from "./anthropicurlimagesource.js";
|
|
31
43
|
export * from "./anthropicurlpdfsource.js";
|
|
44
|
+
export * from "./anthropicusageiteration.js";
|
|
32
45
|
export * from "./anthropicwebsearchresultblockparam.js";
|
|
33
46
|
export * from "./anthropicwebsearchtooluserlocation.js";
|
|
47
|
+
export * from "./apierrortype.js";
|
|
34
48
|
export * from "./applypatchcallitem.js";
|
|
35
49
|
export * from "./applypatchcalloperation.js";
|
|
36
50
|
export * from "./applypatchcalloperationdiffdeltaevent.js";
|
|
@@ -44,11 +58,18 @@ export * from "./applypatchservertool.js";
|
|
|
44
58
|
export * from "./applypatchservertoolconfig.js";
|
|
45
59
|
export * from "./applypatchservertoolopenrouter.js";
|
|
46
60
|
export * from "./applypatchupdatefileoperation.js";
|
|
61
|
+
export * from "./apprankingsitem.js";
|
|
62
|
+
export * from "./apprankingsresponse.js";
|
|
47
63
|
export * from "./autorouterplugin.js";
|
|
48
64
|
export * from "./badgatewayresponseerrordata.js";
|
|
49
65
|
export * from "./badrequestresponseerrordata.js";
|
|
50
66
|
export * from "./baseinputsunion.js";
|
|
51
67
|
export * from "./basereasoningconfig.js";
|
|
68
|
+
export * from "./bashservertool.js";
|
|
69
|
+
export * from "./bashservertoolconfig.js";
|
|
70
|
+
export * from "./bashservertoolengine.js";
|
|
71
|
+
export * from "./bashservertoolenvironment.js";
|
|
72
|
+
export * from "./booleancapability.js";
|
|
52
73
|
export * from "./bulkaddworkspacemembersrequest.js";
|
|
53
74
|
export * from "./bulkaddworkspacemembersresponse.js";
|
|
54
75
|
export * from "./bulkassignkeysrequest.js";
|
|
@@ -63,6 +84,7 @@ export * from "./bulkunassignmembersrequest.js";
|
|
|
63
84
|
export * from "./bulkunassignmembersresponse.js";
|
|
64
85
|
export * from "./byokkey.js";
|
|
65
86
|
export * from "./byokproviderslug.js";
|
|
87
|
+
export * from "./capabilitydescriptor.js";
|
|
66
88
|
export * from "./chatassistantimages.js";
|
|
67
89
|
export * from "./chatassistantmessage.js";
|
|
68
90
|
export * from "./chataudiooutput.js";
|
|
@@ -112,6 +134,8 @@ export * from "./compactionitem.js";
|
|
|
112
134
|
export * from "./compoundfilter.js";
|
|
113
135
|
export * from "./computeruseservertool.js";
|
|
114
136
|
export * from "./conflictresponseerrordata.js";
|
|
137
|
+
export * from "./containerautoenvironment.js";
|
|
138
|
+
export * from "./containerreferenceenvironment.js";
|
|
115
139
|
export * from "./contentfilteraction.js";
|
|
116
140
|
export * from "./contentfilterbuiltinaction.js";
|
|
117
141
|
export * from "./contentfilterbuiltinentry.js";
|
|
@@ -119,11 +143,13 @@ export * from "./contentfilterbuiltinentryinput.js";
|
|
|
119
143
|
export * from "./contentfilterbuiltinslug.js";
|
|
120
144
|
export * from "./contentfilterentry.js";
|
|
121
145
|
export * from "./contentpartaddedevent.js";
|
|
146
|
+
export * from "./contentpartaudio.js";
|
|
122
147
|
export * from "./contentpartdoneevent.js";
|
|
123
148
|
export * from "./contentpartimage.js";
|
|
124
149
|
export * from "./contentpartinputaudio.js";
|
|
125
150
|
export * from "./contentpartinputfile.js";
|
|
126
151
|
export * from "./contentpartinputvideo.js";
|
|
152
|
+
export * from "./contentpartvideo.js";
|
|
127
153
|
export * from "./contextcompressionengine.js";
|
|
128
154
|
export * from "./contextcompressionplugin.js";
|
|
129
155
|
export * from "./costdetails.js";
|
|
@@ -141,20 +167,27 @@ export * from "./customtoolcallinputdeltaevent.js";
|
|
|
141
167
|
export * from "./customtoolcallinputdoneevent.js";
|
|
142
168
|
export * from "./customtoolcallitem.js";
|
|
143
169
|
export * from "./customtoolcalloutputitem.js";
|
|
170
|
+
export * from "./dabenchmarkentry.js";
|
|
144
171
|
export * from "./datetimeservertool.js";
|
|
145
172
|
export * from "./datetimeservertoolconfig.js";
|
|
173
|
+
export * from "./debugevent.js";
|
|
146
174
|
export * from "./defaultparameters.js";
|
|
147
175
|
export * from "./deletebyokkeyresponse.js";
|
|
148
176
|
export * from "./deleteguardrailresponse.js";
|
|
149
177
|
export * from "./deleteobservabilitydestinationresponse.js";
|
|
178
|
+
export * from "./deleteworkspacebudgetresponse.js";
|
|
150
179
|
export * from "./deleteworkspaceresponse.js";
|
|
151
180
|
export * from "./easyinputmessage.js";
|
|
152
181
|
export * from "./edgenetworktimeoutresponseerrordata.js";
|
|
153
182
|
export * from "./endpointinfo.js";
|
|
154
183
|
export * from "./endpointsmetadata.js";
|
|
155
184
|
export * from "./endpointstatus.js";
|
|
185
|
+
export * from "./enumcapability.js";
|
|
156
186
|
export * from "./errorevent.js";
|
|
157
187
|
export * from "./filecitation.js";
|
|
188
|
+
export * from "./filedeleteresponse.js";
|
|
189
|
+
export * from "./filelistresponse.js";
|
|
190
|
+
export * from "./filemetadata.js";
|
|
158
191
|
export * from "./fileparserplugin.js";
|
|
159
192
|
export * from "./filepath.js";
|
|
160
193
|
export * from "./filesearchservertool.js";
|
|
@@ -168,6 +201,16 @@ export * from "./functioncallargsdeltaevent.js";
|
|
|
168
201
|
export * from "./functioncallargsdoneevent.js";
|
|
169
202
|
export * from "./functioncallitem.js";
|
|
170
203
|
export * from "./functioncalloutputitem.js";
|
|
204
|
+
export * from "./fusionanalysisresult.js";
|
|
205
|
+
export * from "./fusioncallanalysiscompletedevent.js";
|
|
206
|
+
export * from "./fusioncallanalysisinprogressevent.js";
|
|
207
|
+
export * from "./fusioncallcompletedevent.js";
|
|
208
|
+
export * from "./fusioncallinprogressevent.js";
|
|
209
|
+
export * from "./fusioncallpaneladdedevent.js";
|
|
210
|
+
export * from "./fusioncallpanelcompletedevent.js";
|
|
211
|
+
export * from "./fusioncallpaneldeltaevent.js";
|
|
212
|
+
export * from "./fusioncallpanelfailedevent.js";
|
|
213
|
+
export * from "./fusioncallpanelreasoningdeltaevent.js";
|
|
171
214
|
export * from "./fusionplugin.js";
|
|
172
215
|
export * from "./fusionservertoolconfig.js";
|
|
173
216
|
export * from "./fusionservertoolopenrouter.js";
|
|
@@ -177,25 +220,42 @@ export * from "./generationresponse.js";
|
|
|
177
220
|
export * from "./getbyokkeyresponse.js";
|
|
178
221
|
export * from "./getguardrailresponse.js";
|
|
179
222
|
export * from "./getobservabilitydestinationresponse.js";
|
|
223
|
+
export * from "./getpresetresponse.js";
|
|
224
|
+
export * from "./getpresetversionresponse.js";
|
|
180
225
|
export * from "./getworkspaceresponse.js";
|
|
181
226
|
export * from "./guardrail.js";
|
|
182
227
|
export * from "./guardrailinterval.js";
|
|
183
228
|
export * from "./imageconfig.js";
|
|
229
|
+
export * from "./imageendpoint.js";
|
|
184
230
|
export * from "./imagegencallcompletedevent.js";
|
|
185
231
|
export * from "./imagegencallgeneratingevent.js";
|
|
186
232
|
export * from "./imagegencallinprogressevent.js";
|
|
187
233
|
export * from "./imagegencallpartialimageevent.js";
|
|
234
|
+
export * from "./imagegencompletedevent.js";
|
|
235
|
+
export * from "./imagegenerationrequest.js";
|
|
236
|
+
export * from "./imagegenerationresponse.js";
|
|
188
237
|
export * from "./imagegenerationservertool.js";
|
|
189
238
|
export * from "./imagegenerationservertoolconfig.js";
|
|
190
239
|
export * from "./imagegenerationservertoolconfigunion.js";
|
|
191
240
|
export * from "./imagegenerationservertoolopenrouter.js";
|
|
192
241
|
export * from "./imagegenerationstatus.js";
|
|
242
|
+
export * from "./imagegenerationusage.js";
|
|
243
|
+
export * from "./imagegenpartialimageevent.js";
|
|
244
|
+
export * from "./imagegenstreamerrorevent.js";
|
|
245
|
+
export * from "./imagemodelarchitecture.js";
|
|
246
|
+
export * from "./imagemodelendpointsresponse.js";
|
|
247
|
+
export * from "./imagemodellistitem.js";
|
|
248
|
+
export * from "./imagemodelslistresponse.js";
|
|
249
|
+
export * from "./imageoutputmodality.js";
|
|
250
|
+
export * from "./imagepricingentry.js";
|
|
251
|
+
export * from "./imagestreamingresponse.js";
|
|
193
252
|
export * from "./incompletedetails.js";
|
|
194
253
|
export * from "./inputaudio.js";
|
|
195
254
|
export * from "./inputfile.js";
|
|
196
255
|
export * from "./inputimage.js";
|
|
197
256
|
export * from "./inputmessageitem.js";
|
|
198
257
|
export * from "./inputmodality.js";
|
|
258
|
+
export * from "./inputreference.js";
|
|
199
259
|
export * from "./inputsunion.js";
|
|
200
260
|
export * from "./inputtext.js";
|
|
201
261
|
export * from "./inputvideo.js";
|
|
@@ -211,6 +271,9 @@ export * from "./listguardrailsresponse.js";
|
|
|
211
271
|
export * from "./listkeyassignmentsresponse.js";
|
|
212
272
|
export * from "./listmemberassignmentsresponse.js";
|
|
213
273
|
export * from "./listobservabilitydestinationsresponse.js";
|
|
274
|
+
export * from "./listpresetsresponse.js";
|
|
275
|
+
export * from "./listpresetversionsresponse.js";
|
|
276
|
+
export * from "./listworkspacebudgetsresponse.js";
|
|
214
277
|
export * from "./listworkspacesresponse.js";
|
|
215
278
|
export * from "./localshellcallitem.js";
|
|
216
279
|
export * from "./localshellcalloutputitem.js";
|
|
@@ -221,14 +284,18 @@ export * from "./mcplisttoolsitem.js";
|
|
|
221
284
|
export * from "./mcpservertool.js";
|
|
222
285
|
export * from "./memberassignment.js";
|
|
223
286
|
export * from "./messagesadvisortoolresultblock.js";
|
|
287
|
+
export * from "./messagesfallbackparam.js";
|
|
224
288
|
export * from "./messagesmessageparam.js";
|
|
225
289
|
export * from "./messagesoutputconfig.js";
|
|
226
290
|
export * from "./messagesrequest.js";
|
|
227
291
|
export * from "./metadatalevel.js";
|
|
228
292
|
export * from "./model.js";
|
|
229
293
|
export * from "./modelarchitecture.js";
|
|
294
|
+
export * from "./modelbenchmarks.js";
|
|
230
295
|
export * from "./modelgroup.js";
|
|
231
296
|
export * from "./modellinks.js";
|
|
297
|
+
export * from "./modelreasoning.js";
|
|
298
|
+
export * from "./modelresponse.js";
|
|
232
299
|
export * from "./modelscountresponse.js";
|
|
233
300
|
export * from "./modelslistresponse.js";
|
|
234
301
|
export * from "./moderationplugin.js";
|
|
@@ -268,6 +335,7 @@ export * from "./openresponsesinprogressevent.js";
|
|
|
268
335
|
export * from "./openresponsesresult.js";
|
|
269
336
|
export * from "./openroutermetadata.js";
|
|
270
337
|
export * from "./openrouterwebsearchservertool.js";
|
|
338
|
+
export * from "./outputadvisorservertoolitem.js";
|
|
271
339
|
export * from "./outputapplypatchcallitem.js";
|
|
272
340
|
export * from "./outputapplypatchservertoolitem.js";
|
|
273
341
|
export * from "./outputbashservertoolitem.js";
|
|
@@ -293,6 +361,9 @@ export * from "./outputmodality.js";
|
|
|
293
361
|
export * from "./outputmodalityenum.js";
|
|
294
362
|
export * from "./outputreasoningitem.js";
|
|
295
363
|
export * from "./outputsearchmodelsservertoolitem.js";
|
|
364
|
+
export * from "./outputshellcallitem.js";
|
|
365
|
+
export * from "./outputshellcalloutputitem.js";
|
|
366
|
+
export * from "./outputsubagentservertoolitem.js";
|
|
296
367
|
export * from "./outputtexteditorservertoolitem.js";
|
|
297
368
|
export * from "./outputtoolsearchservertoolitem.js";
|
|
298
369
|
export * from "./outputwebfetchservertoolitem.js";
|
|
@@ -312,11 +383,14 @@ export * from "./pipelinestage.js";
|
|
|
312
383
|
export * from "./pipelinestagetype.js";
|
|
313
384
|
export * from "./preferredmaxlatency.js";
|
|
314
385
|
export * from "./preferredminthroughput.js";
|
|
386
|
+
export * from "./preset.js";
|
|
315
387
|
export * from "./presetdesignatedversion.js";
|
|
388
|
+
export * from "./presetstatus.js";
|
|
316
389
|
export * from "./presetwithdesignatedversion.js";
|
|
317
390
|
export * from "./preview20250311websearchservertool.js";
|
|
318
391
|
export * from "./previewwebsearchservertool.js";
|
|
319
392
|
export * from "./previewwebsearchuserlocation.js";
|
|
393
|
+
export * from "./promptinjectionscanscope.js";
|
|
320
394
|
export * from "./providername.js";
|
|
321
395
|
export * from "./provideroptions.js";
|
|
322
396
|
export * from "./provideroverloadedresponseerrordata.js";
|
|
@@ -327,6 +401,7 @@ export * from "./providersortconfig.js";
|
|
|
327
401
|
export * from "./publicendpoint.js";
|
|
328
402
|
export * from "./publicpricing.js";
|
|
329
403
|
export * from "./quantization.js";
|
|
404
|
+
export * from "./rangecapability.js";
|
|
330
405
|
export * from "./rankingsdailyitem.js";
|
|
331
406
|
export * from "./rankingsdailymeta.js";
|
|
332
407
|
export * from "./rankingsdailyresponse.js";
|
|
@@ -366,7 +441,12 @@ export * from "./security.js";
|
|
|
366
441
|
export * from "./serviceunavailableresponseerrordata.js";
|
|
367
442
|
export * from "./shellcallitem.js";
|
|
368
443
|
export * from "./shellcalloutputitem.js";
|
|
444
|
+
export * from "./shellcallstatus.js";
|
|
369
445
|
export * from "./shellservertool.js";
|
|
446
|
+
export * from "./shellservertoolconfig.js";
|
|
447
|
+
export * from "./shellservertoolengine.js";
|
|
448
|
+
export * from "./shellservertoolenvironment.js";
|
|
449
|
+
export * from "./shellservertoolopenrouter.js";
|
|
370
450
|
export * from "./speechrequest.js";
|
|
371
451
|
export * from "./stopservertoolswhencondition.js";
|
|
372
452
|
export * from "./stopservertoolswhenfinishreasonis.js";
|
|
@@ -387,6 +467,14 @@ export * from "./sttinputaudio.js";
|
|
|
387
467
|
export * from "./sttrequest.js";
|
|
388
468
|
export * from "./sttresponse.js";
|
|
389
469
|
export * from "./sttusage.js";
|
|
470
|
+
export * from "./subagentnestedtool.js";
|
|
471
|
+
export * from "./subagentreasoning.js";
|
|
472
|
+
export * from "./subagentservertoolconfig.js";
|
|
473
|
+
export * from "./subagentservertoolopenrouter.js";
|
|
474
|
+
export * from "./taskclassificationitem.js";
|
|
475
|
+
export * from "./taskclassificationmacrocategory.js";
|
|
476
|
+
export * from "./taskclassificationmodel.js";
|
|
477
|
+
export * from "./taskclassificationresponse.js";
|
|
390
478
|
export * from "./textdeltaevent.js";
|
|
391
479
|
export * from "./textdoneevent.js";
|
|
392
480
|
export * from "./textextendedconfig.js";
|
|
@@ -397,6 +485,11 @@ export * from "./topproviderinfo.js";
|
|
|
397
485
|
export * from "./traceconfig.js";
|
|
398
486
|
export * from "./truncation.js";
|
|
399
487
|
export * from "./unauthorizedresponseerrordata.js";
|
|
488
|
+
export * from "./unifiedbenchmarkpricing.js";
|
|
489
|
+
export * from "./unifiedbenchmarksaaitem.js";
|
|
490
|
+
export * from "./unifiedbenchmarksdaitem.js";
|
|
491
|
+
export * from "./unifiedbenchmarksmeta.js";
|
|
492
|
+
export * from "./unifiedbenchmarksresponse.js";
|
|
400
493
|
export * from "./unprocessableentityresponseerrordata.js";
|
|
401
494
|
export * from "./updatebyokkeyrequest.js";
|
|
402
495
|
export * from "./updatebyokkeyresponse.js";
|
|
@@ -406,6 +499,8 @@ export * from "./updateobservabilitydestinationrequest.js";
|
|
|
406
499
|
export * from "./updateobservabilitydestinationresponse.js";
|
|
407
500
|
export * from "./updateworkspacerequest.js";
|
|
408
501
|
export * from "./updateworkspaceresponse.js";
|
|
502
|
+
export * from "./upsertworkspacebudgetrequest.js";
|
|
503
|
+
export * from "./upsertworkspacebudgetresponse.js";
|
|
409
504
|
export * from "./urlcitation.js";
|
|
410
505
|
export * from "./usage.js";
|
|
411
506
|
export * from "./videogenerationrequest.js";
|
|
@@ -433,5 +528,7 @@ export * from "./websearchstatus.js";
|
|
|
433
528
|
export * from "./websearchuserlocation.js";
|
|
434
529
|
export * from "./websearchuserlocationservertool.js";
|
|
435
530
|
export * from "./workspace.js";
|
|
531
|
+
export * from "./workspacebudget.js";
|
|
532
|
+
export * from "./workspacebudgetinterval.js";
|
|
436
533
|
export * from "./workspacemember.js";
|
|
437
534
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
import { ContentPartAudio, ContentPartAudio$Outbound } from "./contentpartaudio.js";
|
|
3
|
+
import { ContentPartImage, ContentPartImage$Outbound } from "./contentpartimage.js";
|
|
4
|
+
import { ContentPartVideo, ContentPartVideo$Outbound } from "./contentpartvideo.js";
|
|
5
|
+
/**
|
|
6
|
+
* A reference asset used to guide video generation. Image references are supported by all providers; audio and video references are only honored by providers that support them (currently BytePlus Seedance 2.0).
|
|
7
|
+
*/
|
|
8
|
+
export type InputReference = ContentPartAudio | (ContentPartImage & {
|
|
9
|
+
type: "image_url";
|
|
10
|
+
}) | ContentPartVideo;
|
|
11
|
+
/** @internal */
|
|
12
|
+
export type InputReference$Outbound = ContentPartAudio$Outbound | (ContentPartImage$Outbound & {
|
|
13
|
+
type: "image_url";
|
|
14
|
+
}) | ContentPartVideo$Outbound;
|
|
15
|
+
/** @internal */
|
|
16
|
+
export declare const InputReference$outboundSchema: z.ZodType<InputReference$Outbound, InputReference>;
|
|
17
|
+
export declare function inputReferenceToJSON(inputReference: InputReference): string;
|
|
18
|
+
//# sourceMappingURL=inputreference.d.ts.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 0e74e81647ab
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import { ContentPartAudio$outboundSchema, } from "./contentpartaudio.js";
|
|
7
|
+
import { ContentPartImage$outboundSchema, } from "./contentpartimage.js";
|
|
8
|
+
import { ContentPartVideo$outboundSchema, } from "./contentpartvideo.js";
|
|
9
|
+
/** @internal */
|
|
10
|
+
export const InputReference$outboundSchema = z.union([
|
|
11
|
+
ContentPartAudio$outboundSchema,
|
|
12
|
+
ContentPartImage$outboundSchema.and(z.object({ type: z.literal("image_url") })),
|
|
13
|
+
ContentPartVideo$outboundSchema,
|
|
14
|
+
]);
|
|
15
|
+
export function inputReferenceToJSON(inputReference) {
|
|
16
|
+
return JSON.stringify(InputReference$outboundSchema.parse(inputReference));
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=inputreference.js.map
|