mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
fix: update OpenAPI spec with router field (#32)
This commit is contained in:
@@ -38,8 +38,12 @@ if TYPE_CHECKING:
|
||||
from .chatgenerationparams import (
|
||||
ChatGenerationParams,
|
||||
ChatGenerationParamsDataCollection,
|
||||
ChatGenerationParamsImageConfig,
|
||||
ChatGenerationParamsImageConfigTypedDict,
|
||||
ChatGenerationParamsMaxPrice,
|
||||
ChatGenerationParamsMaxPriceTypedDict,
|
||||
ChatGenerationParamsPluginAutoRouter,
|
||||
ChatGenerationParamsPluginAutoRouterTypedDict,
|
||||
ChatGenerationParamsPluginFileParser,
|
||||
ChatGenerationParamsPluginFileParserTypedDict,
|
||||
ChatGenerationParamsPluginModeration,
|
||||
@@ -50,6 +54,14 @@ if TYPE_CHECKING:
|
||||
ChatGenerationParamsPluginUnionTypedDict,
|
||||
ChatGenerationParamsPluginWeb,
|
||||
ChatGenerationParamsPluginWebTypedDict,
|
||||
ChatGenerationParamsPreferredMaxLatency,
|
||||
ChatGenerationParamsPreferredMaxLatencyTypedDict,
|
||||
ChatGenerationParamsPreferredMaxLatencyUnion,
|
||||
ChatGenerationParamsPreferredMaxLatencyUnionTypedDict,
|
||||
ChatGenerationParamsPreferredMinThroughput,
|
||||
ChatGenerationParamsPreferredMinThroughputTypedDict,
|
||||
ChatGenerationParamsPreferredMinThroughputUnion,
|
||||
ChatGenerationParamsPreferredMinThroughputUnionTypedDict,
|
||||
ChatGenerationParamsProvider,
|
||||
ChatGenerationParamsProviderTypedDict,
|
||||
ChatGenerationParamsResponseFormatJSONObject,
|
||||
@@ -67,6 +79,7 @@ if TYPE_CHECKING:
|
||||
DebugTypedDict,
|
||||
Effort,
|
||||
Engine,
|
||||
Modality,
|
||||
Pdf,
|
||||
PdfEngine,
|
||||
PdfTypedDict,
|
||||
@@ -123,9 +136,9 @@ if TYPE_CHECKING:
|
||||
)
|
||||
from .chatmessagetokenlogprob import (
|
||||
ChatMessageTokenLogprob,
|
||||
ChatMessageTokenLogprobTopLogprob,
|
||||
ChatMessageTokenLogprobTopLogprobTypedDict,
|
||||
ChatMessageTokenLogprobTypedDict,
|
||||
TopLogprob,
|
||||
TopLogprobTypedDict,
|
||||
)
|
||||
from .chatmessagetokenlogprobs import (
|
||||
ChatMessageTokenLogprobs,
|
||||
@@ -333,17 +346,21 @@ if TYPE_CHECKING:
|
||||
from .openairesponsestruncation import OpenAIResponsesTruncation
|
||||
from .openresponseseasyinputmessage import (
|
||||
OpenResponsesEasyInputMessage,
|
||||
OpenResponsesEasyInputMessageContent1,
|
||||
OpenResponsesEasyInputMessageContent1TypedDict,
|
||||
OpenResponsesEasyInputMessageContent2,
|
||||
OpenResponsesEasyInputMessageContent2TypedDict,
|
||||
OpenResponsesEasyInputMessageContentInputImage,
|
||||
OpenResponsesEasyInputMessageContentInputImageTypedDict,
|
||||
OpenResponsesEasyInputMessageContentType,
|
||||
OpenResponsesEasyInputMessageContentUnion1,
|
||||
OpenResponsesEasyInputMessageContentUnion1TypedDict,
|
||||
OpenResponsesEasyInputMessageContentUnion2,
|
||||
OpenResponsesEasyInputMessageContentUnion2TypedDict,
|
||||
OpenResponsesEasyInputMessageDetail,
|
||||
OpenResponsesEasyInputMessageRoleAssistant,
|
||||
OpenResponsesEasyInputMessageRoleDeveloper,
|
||||
OpenResponsesEasyInputMessageRoleSystem,
|
||||
OpenResponsesEasyInputMessageRoleUnion,
|
||||
OpenResponsesEasyInputMessageRoleUnionTypedDict,
|
||||
OpenResponsesEasyInputMessageRoleUser,
|
||||
OpenResponsesEasyInputMessageType,
|
||||
OpenResponsesEasyInputMessageTypeMessage,
|
||||
OpenResponsesEasyInputMessageTypedDict,
|
||||
)
|
||||
from .openresponseserrorevent import (
|
||||
@@ -389,14 +406,18 @@ if TYPE_CHECKING:
|
||||
)
|
||||
from .openresponsesinputmessageitem import (
|
||||
OpenResponsesInputMessageItem,
|
||||
OpenResponsesInputMessageItemContent,
|
||||
OpenResponsesInputMessageItemContentTypedDict,
|
||||
OpenResponsesInputMessageItemContentInputImage,
|
||||
OpenResponsesInputMessageItemContentInputImageTypedDict,
|
||||
OpenResponsesInputMessageItemContentType,
|
||||
OpenResponsesInputMessageItemContentUnion,
|
||||
OpenResponsesInputMessageItemContentUnionTypedDict,
|
||||
OpenResponsesInputMessageItemDetail,
|
||||
OpenResponsesInputMessageItemRoleDeveloper,
|
||||
OpenResponsesInputMessageItemRoleSystem,
|
||||
OpenResponsesInputMessageItemRoleUnion,
|
||||
OpenResponsesInputMessageItemRoleUnionTypedDict,
|
||||
OpenResponsesInputMessageItemRoleUser,
|
||||
OpenResponsesInputMessageItemType,
|
||||
OpenResponsesInputMessageItemTypeMessage,
|
||||
OpenResponsesInputMessageItemTypedDict,
|
||||
)
|
||||
from .openresponseslogprobs import (
|
||||
@@ -454,6 +475,7 @@ if TYPE_CHECKING:
|
||||
OpenResponsesReasoningSummaryTextDoneEventTypedDict,
|
||||
)
|
||||
from .openresponsesrequest import (
|
||||
IDAutoRouter,
|
||||
IDFileParser,
|
||||
IDModeration,
|
||||
IDResponseHealing,
|
||||
@@ -461,12 +483,16 @@ if TYPE_CHECKING:
|
||||
OpenResponsesRequest,
|
||||
OpenResponsesRequestIgnore,
|
||||
OpenResponsesRequestIgnoreTypedDict,
|
||||
OpenResponsesRequestImageConfig,
|
||||
OpenResponsesRequestImageConfigTypedDict,
|
||||
OpenResponsesRequestMaxPrice,
|
||||
OpenResponsesRequestMaxPriceTypedDict,
|
||||
OpenResponsesRequestOnly,
|
||||
OpenResponsesRequestOnlyTypedDict,
|
||||
OpenResponsesRequestOrder,
|
||||
OpenResponsesRequestOrderTypedDict,
|
||||
OpenResponsesRequestPluginAutoRouter,
|
||||
OpenResponsesRequestPluginAutoRouterTypedDict,
|
||||
OpenResponsesRequestPluginFileParser,
|
||||
OpenResponsesRequestPluginFileParserTypedDict,
|
||||
OpenResponsesRequestPluginModeration,
|
||||
@@ -622,7 +648,21 @@ if TYPE_CHECKING:
|
||||
)
|
||||
from .pdfparserengine import PDFParserEngine
|
||||
from .pdfparseroptions import PDFParserOptions, PDFParserOptionsTypedDict
|
||||
from .percentilelatencycutoffs import (
|
||||
PercentileLatencyCutoffs,
|
||||
PercentileLatencyCutoffsTypedDict,
|
||||
)
|
||||
from .percentilestats import PercentileStats, PercentileStatsTypedDict
|
||||
from .percentilethroughputcutoffs import (
|
||||
PercentileThroughputCutoffs,
|
||||
PercentileThroughputCutoffsTypedDict,
|
||||
)
|
||||
from .perrequestlimits import PerRequestLimits, PerRequestLimitsTypedDict
|
||||
from .preferredmaxlatency import PreferredMaxLatency, PreferredMaxLatencyTypedDict
|
||||
from .preferredminthroughput import (
|
||||
PreferredMinThroughput,
|
||||
PreferredMinThroughputTypedDict,
|
||||
)
|
||||
from .providername import ProviderName
|
||||
from .provideroverloadedresponseerrordata import (
|
||||
ProviderOverloadedResponseErrorData,
|
||||
@@ -717,8 +757,17 @@ if TYPE_CHECKING:
|
||||
ResponseInputTextType,
|
||||
ResponseInputTextTypedDict,
|
||||
)
|
||||
from .responseinputvideo import (
|
||||
ResponseInputVideo,
|
||||
ResponseInputVideoType,
|
||||
ResponseInputVideoTypedDict,
|
||||
)
|
||||
from .responseoutputtext import (
|
||||
Logprob,
|
||||
LogprobTypedDict,
|
||||
ResponseOutputText,
|
||||
ResponseOutputTextTopLogprob,
|
||||
ResponseOutputTextTopLogprobTypedDict,
|
||||
ResponseOutputTextType,
|
||||
ResponseOutputTextTypedDict,
|
||||
)
|
||||
@@ -765,6 +814,7 @@ if TYPE_CHECKING:
|
||||
)
|
||||
from .responsesoutputitemreasoning import (
|
||||
ResponsesOutputItemReasoning,
|
||||
ResponsesOutputItemReasoningFormat,
|
||||
ResponsesOutputItemReasoningStatusCompleted,
|
||||
ResponsesOutputItemReasoningStatusInProgress,
|
||||
ResponsesOutputItemReasoningStatusIncomplete,
|
||||
@@ -786,6 +836,7 @@ if TYPE_CHECKING:
|
||||
ResponsesOutputMessageType,
|
||||
ResponsesOutputMessageTypedDict,
|
||||
)
|
||||
from .responsesoutputmodality import ResponsesOutputModality
|
||||
from .responsessearchcontextsize import ResponsesSearchContextSize
|
||||
from .responseswebsearchcalloutput import (
|
||||
ResponsesWebSearchCallOutput,
|
||||
@@ -873,8 +924,12 @@ __all__ = [
|
||||
"ChatErrorErrorTypedDict",
|
||||
"ChatGenerationParams",
|
||||
"ChatGenerationParamsDataCollection",
|
||||
"ChatGenerationParamsImageConfig",
|
||||
"ChatGenerationParamsImageConfigTypedDict",
|
||||
"ChatGenerationParamsMaxPrice",
|
||||
"ChatGenerationParamsMaxPriceTypedDict",
|
||||
"ChatGenerationParamsPluginAutoRouter",
|
||||
"ChatGenerationParamsPluginAutoRouterTypedDict",
|
||||
"ChatGenerationParamsPluginFileParser",
|
||||
"ChatGenerationParamsPluginFileParserTypedDict",
|
||||
"ChatGenerationParamsPluginModeration",
|
||||
@@ -885,6 +940,14 @@ __all__ = [
|
||||
"ChatGenerationParamsPluginUnionTypedDict",
|
||||
"ChatGenerationParamsPluginWeb",
|
||||
"ChatGenerationParamsPluginWebTypedDict",
|
||||
"ChatGenerationParamsPreferredMaxLatency",
|
||||
"ChatGenerationParamsPreferredMaxLatencyTypedDict",
|
||||
"ChatGenerationParamsPreferredMaxLatencyUnion",
|
||||
"ChatGenerationParamsPreferredMaxLatencyUnionTypedDict",
|
||||
"ChatGenerationParamsPreferredMinThroughput",
|
||||
"ChatGenerationParamsPreferredMinThroughputTypedDict",
|
||||
"ChatGenerationParamsPreferredMinThroughputUnion",
|
||||
"ChatGenerationParamsPreferredMinThroughputUnionTypedDict",
|
||||
"ChatGenerationParamsProvider",
|
||||
"ChatGenerationParamsProviderTypedDict",
|
||||
"ChatGenerationParamsResponseFormatJSONObject",
|
||||
@@ -920,6 +983,8 @@ __all__ = [
|
||||
"ChatMessageContentItemVideoVideoURL",
|
||||
"ChatMessageContentItemVideoVideoURLTypedDict",
|
||||
"ChatMessageTokenLogprob",
|
||||
"ChatMessageTokenLogprobTopLogprob",
|
||||
"ChatMessageTokenLogprobTopLogprobTypedDict",
|
||||
"ChatMessageTokenLogprobTypedDict",
|
||||
"ChatMessageTokenLogprobs",
|
||||
"ChatMessageTokenLogprobsTypedDict",
|
||||
@@ -996,6 +1061,7 @@ __all__ = [
|
||||
"FilePathTypedDict",
|
||||
"ForbiddenResponseErrorData",
|
||||
"ForbiddenResponseErrorDataTypedDict",
|
||||
"IDAutoRouter",
|
||||
"IDFileParser",
|
||||
"IDModeration",
|
||||
"IDResponseHealing",
|
||||
@@ -1013,12 +1079,15 @@ __all__ = [
|
||||
"JSONSchemaConfigTypedDict",
|
||||
"ListEndpointsResponse",
|
||||
"ListEndpointsResponseTypedDict",
|
||||
"Logprob",
|
||||
"LogprobTypedDict",
|
||||
"Message",
|
||||
"MessageContent",
|
||||
"MessageContentTypedDict",
|
||||
"MessageDeveloper",
|
||||
"MessageDeveloperTypedDict",
|
||||
"MessageTypedDict",
|
||||
"Modality",
|
||||
"Model",
|
||||
"ModelArchitecture",
|
||||
"ModelArchitectureInstructType",
|
||||
@@ -1100,17 +1169,21 @@ __all__ = [
|
||||
"OpenAIResponsesToolChoiceUnionTypedDict",
|
||||
"OpenAIResponsesTruncation",
|
||||
"OpenResponsesEasyInputMessage",
|
||||
"OpenResponsesEasyInputMessageContent1",
|
||||
"OpenResponsesEasyInputMessageContent1TypedDict",
|
||||
"OpenResponsesEasyInputMessageContent2",
|
||||
"OpenResponsesEasyInputMessageContent2TypedDict",
|
||||
"OpenResponsesEasyInputMessageContentInputImage",
|
||||
"OpenResponsesEasyInputMessageContentInputImageTypedDict",
|
||||
"OpenResponsesEasyInputMessageContentType",
|
||||
"OpenResponsesEasyInputMessageContentUnion1",
|
||||
"OpenResponsesEasyInputMessageContentUnion1TypedDict",
|
||||
"OpenResponsesEasyInputMessageContentUnion2",
|
||||
"OpenResponsesEasyInputMessageContentUnion2TypedDict",
|
||||
"OpenResponsesEasyInputMessageDetail",
|
||||
"OpenResponsesEasyInputMessageRoleAssistant",
|
||||
"OpenResponsesEasyInputMessageRoleDeveloper",
|
||||
"OpenResponsesEasyInputMessageRoleSystem",
|
||||
"OpenResponsesEasyInputMessageRoleUnion",
|
||||
"OpenResponsesEasyInputMessageRoleUnionTypedDict",
|
||||
"OpenResponsesEasyInputMessageRoleUser",
|
||||
"OpenResponsesEasyInputMessageType",
|
||||
"OpenResponsesEasyInputMessageTypeMessage",
|
||||
"OpenResponsesEasyInputMessageTypedDict",
|
||||
"OpenResponsesErrorEvent",
|
||||
"OpenResponsesErrorEventType",
|
||||
@@ -1137,14 +1210,18 @@ __all__ = [
|
||||
"OpenResponsesInput1",
|
||||
"OpenResponsesInput1TypedDict",
|
||||
"OpenResponsesInputMessageItem",
|
||||
"OpenResponsesInputMessageItemContent",
|
||||
"OpenResponsesInputMessageItemContentTypedDict",
|
||||
"OpenResponsesInputMessageItemContentInputImage",
|
||||
"OpenResponsesInputMessageItemContentInputImageTypedDict",
|
||||
"OpenResponsesInputMessageItemContentType",
|
||||
"OpenResponsesInputMessageItemContentUnion",
|
||||
"OpenResponsesInputMessageItemContentUnionTypedDict",
|
||||
"OpenResponsesInputMessageItemDetail",
|
||||
"OpenResponsesInputMessageItemRoleDeveloper",
|
||||
"OpenResponsesInputMessageItemRoleSystem",
|
||||
"OpenResponsesInputMessageItemRoleUnion",
|
||||
"OpenResponsesInputMessageItemRoleUnionTypedDict",
|
||||
"OpenResponsesInputMessageItemRoleUser",
|
||||
"OpenResponsesInputMessageItemType",
|
||||
"OpenResponsesInputMessageItemTypeMessage",
|
||||
"OpenResponsesInputMessageItemTypedDict",
|
||||
"OpenResponsesInputTypedDict",
|
||||
"OpenResponsesLogProbs",
|
||||
@@ -1185,12 +1262,16 @@ __all__ = [
|
||||
"OpenResponsesRequest",
|
||||
"OpenResponsesRequestIgnore",
|
||||
"OpenResponsesRequestIgnoreTypedDict",
|
||||
"OpenResponsesRequestImageConfig",
|
||||
"OpenResponsesRequestImageConfigTypedDict",
|
||||
"OpenResponsesRequestMaxPrice",
|
||||
"OpenResponsesRequestMaxPriceTypedDict",
|
||||
"OpenResponsesRequestOnly",
|
||||
"OpenResponsesRequestOnlyTypedDict",
|
||||
"OpenResponsesRequestOrder",
|
||||
"OpenResponsesRequestOrderTypedDict",
|
||||
"OpenResponsesRequestPluginAutoRouter",
|
||||
"OpenResponsesRequestPluginAutoRouterTypedDict",
|
||||
"OpenResponsesRequestPluginFileParser",
|
||||
"OpenResponsesRequestPluginFileParserTypedDict",
|
||||
"OpenResponsesRequestPluginModeration",
|
||||
@@ -1305,6 +1386,16 @@ __all__ = [
|
||||
"PdfTypedDict",
|
||||
"PerRequestLimits",
|
||||
"PerRequestLimitsTypedDict",
|
||||
"PercentileLatencyCutoffs",
|
||||
"PercentileLatencyCutoffsTypedDict",
|
||||
"PercentileStats",
|
||||
"PercentileStatsTypedDict",
|
||||
"PercentileThroughputCutoffs",
|
||||
"PercentileThroughputCutoffsTypedDict",
|
||||
"PreferredMaxLatency",
|
||||
"PreferredMaxLatencyTypedDict",
|
||||
"PreferredMinThroughput",
|
||||
"PreferredMinThroughputTypedDict",
|
||||
"Pricing",
|
||||
"PricingTypedDict",
|
||||
"Prompt",
|
||||
@@ -1379,7 +1470,12 @@ __all__ = [
|
||||
"ResponseInputText",
|
||||
"ResponseInputTextType",
|
||||
"ResponseInputTextTypedDict",
|
||||
"ResponseInputVideo",
|
||||
"ResponseInputVideoType",
|
||||
"ResponseInputVideoTypedDict",
|
||||
"ResponseOutputText",
|
||||
"ResponseOutputTextTopLogprob",
|
||||
"ResponseOutputTextTopLogprobTypedDict",
|
||||
"ResponseOutputTextType",
|
||||
"ResponseOutputTextTypedDict",
|
||||
"ResponseTextConfig",
|
||||
@@ -1412,6 +1508,7 @@ __all__ = [
|
||||
"ResponsesOutputItemFunctionCallType",
|
||||
"ResponsesOutputItemFunctionCallTypedDict",
|
||||
"ResponsesOutputItemReasoning",
|
||||
"ResponsesOutputItemReasoningFormat",
|
||||
"ResponsesOutputItemReasoningStatusCompleted",
|
||||
"ResponsesOutputItemReasoningStatusInProgress",
|
||||
"ResponsesOutputItemReasoningStatusIncomplete",
|
||||
@@ -1431,6 +1528,7 @@ __all__ = [
|
||||
"ResponsesOutputMessageStatusUnionTypedDict",
|
||||
"ResponsesOutputMessageType",
|
||||
"ResponsesOutputMessageTypedDict",
|
||||
"ResponsesOutputModality",
|
||||
"ResponsesSearchContextSize",
|
||||
"ResponsesWebSearchCallOutput",
|
||||
"ResponsesWebSearchCallOutputType",
|
||||
@@ -1476,8 +1574,6 @@ __all__ = [
|
||||
"ToolResponseMessageContent",
|
||||
"ToolResponseMessageContentTypedDict",
|
||||
"ToolResponseMessageTypedDict",
|
||||
"TopLogprob",
|
||||
"TopLogprobTypedDict",
|
||||
"TopProviderInfo",
|
||||
"TopProviderInfoTypedDict",
|
||||
"Truncation",
|
||||
@@ -1554,8 +1650,12 @@ _dynamic_imports: dict[str, str] = {
|
||||
"CodeTypedDict": ".chaterror",
|
||||
"ChatGenerationParams": ".chatgenerationparams",
|
||||
"ChatGenerationParamsDataCollection": ".chatgenerationparams",
|
||||
"ChatGenerationParamsImageConfig": ".chatgenerationparams",
|
||||
"ChatGenerationParamsImageConfigTypedDict": ".chatgenerationparams",
|
||||
"ChatGenerationParamsMaxPrice": ".chatgenerationparams",
|
||||
"ChatGenerationParamsMaxPriceTypedDict": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPluginAutoRouter": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPluginAutoRouterTypedDict": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPluginFileParser": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPluginFileParserTypedDict": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPluginModeration": ".chatgenerationparams",
|
||||
@@ -1566,6 +1666,14 @@ _dynamic_imports: dict[str, str] = {
|
||||
"ChatGenerationParamsPluginUnionTypedDict": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPluginWeb": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPluginWebTypedDict": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPreferredMaxLatency": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPreferredMaxLatencyTypedDict": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPreferredMaxLatencyUnion": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPreferredMaxLatencyUnionTypedDict": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPreferredMinThroughput": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPreferredMinThroughputTypedDict": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPreferredMinThroughputUnion": ".chatgenerationparams",
|
||||
"ChatGenerationParamsPreferredMinThroughputUnionTypedDict": ".chatgenerationparams",
|
||||
"ChatGenerationParamsProvider": ".chatgenerationparams",
|
||||
"ChatGenerationParamsProviderTypedDict": ".chatgenerationparams",
|
||||
"ChatGenerationParamsResponseFormatJSONObject": ".chatgenerationparams",
|
||||
@@ -1583,6 +1691,7 @@ _dynamic_imports: dict[str, str] = {
|
||||
"DebugTypedDict": ".chatgenerationparams",
|
||||
"Effort": ".chatgenerationparams",
|
||||
"Engine": ".chatgenerationparams",
|
||||
"Modality": ".chatgenerationparams",
|
||||
"Pdf": ".chatgenerationparams",
|
||||
"PdfEngine": ".chatgenerationparams",
|
||||
"PdfTypedDict": ".chatgenerationparams",
|
||||
@@ -1623,9 +1732,9 @@ _dynamic_imports: dict[str, str] = {
|
||||
"VideoURL2": ".chatmessagecontentitemvideo",
|
||||
"VideoURL2TypedDict": ".chatmessagecontentitemvideo",
|
||||
"ChatMessageTokenLogprob": ".chatmessagetokenlogprob",
|
||||
"ChatMessageTokenLogprobTopLogprob": ".chatmessagetokenlogprob",
|
||||
"ChatMessageTokenLogprobTopLogprobTypedDict": ".chatmessagetokenlogprob",
|
||||
"ChatMessageTokenLogprobTypedDict": ".chatmessagetokenlogprob",
|
||||
"TopLogprob": ".chatmessagetokenlogprob",
|
||||
"TopLogprobTypedDict": ".chatmessagetokenlogprob",
|
||||
"ChatMessageTokenLogprobs": ".chatmessagetokenlogprobs",
|
||||
"ChatMessageTokenLogprobsTypedDict": ".chatmessagetokenlogprobs",
|
||||
"ChatMessageToolCall": ".chatmessagetoolcall",
|
||||
@@ -1798,17 +1907,21 @@ _dynamic_imports: dict[str, str] = {
|
||||
"TypeTypedDict": ".openairesponsestoolchoice_union",
|
||||
"OpenAIResponsesTruncation": ".openairesponsestruncation",
|
||||
"OpenResponsesEasyInputMessage": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageContent1": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageContent1TypedDict": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageContent2": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageContent2TypedDict": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageContentInputImage": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageContentInputImageTypedDict": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageContentType": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageContentUnion1": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageContentUnion1TypedDict": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageContentUnion2": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageContentUnion2TypedDict": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageDetail": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageRoleAssistant": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageRoleDeveloper": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageRoleSystem": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageRoleUnion": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageRoleUnionTypedDict": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageRoleUser": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageType": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageTypeMessage": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesEasyInputMessageTypedDict": ".openresponseseasyinputmessage",
|
||||
"OpenResponsesErrorEvent": ".openresponseserrorevent",
|
||||
"OpenResponsesErrorEventType": ".openresponseserrorevent",
|
||||
@@ -1836,14 +1949,18 @@ _dynamic_imports: dict[str, str] = {
|
||||
"OpenResponsesInput1TypedDict": ".openresponsesinput",
|
||||
"OpenResponsesInputTypedDict": ".openresponsesinput",
|
||||
"OpenResponsesInputMessageItem": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemContent": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemContentTypedDict": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemContentInputImage": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemContentInputImageTypedDict": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemContentType": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemContentUnion": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemContentUnionTypedDict": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemDetail": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemRoleDeveloper": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemRoleSystem": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemRoleUnion": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemRoleUnionTypedDict": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemRoleUser": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemType": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemTypeMessage": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesInputMessageItemTypedDict": ".openresponsesinputmessageitem",
|
||||
"OpenResponsesLogProbs": ".openresponseslogprobs",
|
||||
"OpenResponsesLogProbsTypedDict": ".openresponseslogprobs",
|
||||
@@ -1881,6 +1998,7 @@ _dynamic_imports: dict[str, str] = {
|
||||
"OpenResponsesReasoningSummaryTextDoneEvent": ".openresponsesreasoningsummarytextdoneevent",
|
||||
"OpenResponsesReasoningSummaryTextDoneEventType": ".openresponsesreasoningsummarytextdoneevent",
|
||||
"OpenResponsesReasoningSummaryTextDoneEventTypedDict": ".openresponsesreasoningsummarytextdoneevent",
|
||||
"IDAutoRouter": ".openresponsesrequest",
|
||||
"IDFileParser": ".openresponsesrequest",
|
||||
"IDModeration": ".openresponsesrequest",
|
||||
"IDResponseHealing": ".openresponsesrequest",
|
||||
@@ -1888,12 +2006,16 @@ _dynamic_imports: dict[str, str] = {
|
||||
"OpenResponsesRequest": ".openresponsesrequest",
|
||||
"OpenResponsesRequestIgnore": ".openresponsesrequest",
|
||||
"OpenResponsesRequestIgnoreTypedDict": ".openresponsesrequest",
|
||||
"OpenResponsesRequestImageConfig": ".openresponsesrequest",
|
||||
"OpenResponsesRequestImageConfigTypedDict": ".openresponsesrequest",
|
||||
"OpenResponsesRequestMaxPrice": ".openresponsesrequest",
|
||||
"OpenResponsesRequestMaxPriceTypedDict": ".openresponsesrequest",
|
||||
"OpenResponsesRequestOnly": ".openresponsesrequest",
|
||||
"OpenResponsesRequestOnlyTypedDict": ".openresponsesrequest",
|
||||
"OpenResponsesRequestOrder": ".openresponsesrequest",
|
||||
"OpenResponsesRequestOrderTypedDict": ".openresponsesrequest",
|
||||
"OpenResponsesRequestPluginAutoRouter": ".openresponsesrequest",
|
||||
"OpenResponsesRequestPluginAutoRouterTypedDict": ".openresponsesrequest",
|
||||
"OpenResponsesRequestPluginFileParser": ".openresponsesrequest",
|
||||
"OpenResponsesRequestPluginFileParserTypedDict": ".openresponsesrequest",
|
||||
"OpenResponsesRequestPluginModeration": ".openresponsesrequest",
|
||||
@@ -2025,8 +2147,18 @@ _dynamic_imports: dict[str, str] = {
|
||||
"PDFParserEngine": ".pdfparserengine",
|
||||
"PDFParserOptions": ".pdfparseroptions",
|
||||
"PDFParserOptionsTypedDict": ".pdfparseroptions",
|
||||
"PercentileLatencyCutoffs": ".percentilelatencycutoffs",
|
||||
"PercentileLatencyCutoffsTypedDict": ".percentilelatencycutoffs",
|
||||
"PercentileStats": ".percentilestats",
|
||||
"PercentileStatsTypedDict": ".percentilestats",
|
||||
"PercentileThroughputCutoffs": ".percentilethroughputcutoffs",
|
||||
"PercentileThroughputCutoffsTypedDict": ".percentilethroughputcutoffs",
|
||||
"PerRequestLimits": ".perrequestlimits",
|
||||
"PerRequestLimitsTypedDict": ".perrequestlimits",
|
||||
"PreferredMaxLatency": ".preferredmaxlatency",
|
||||
"PreferredMaxLatencyTypedDict": ".preferredmaxlatency",
|
||||
"PreferredMinThroughput": ".preferredminthroughput",
|
||||
"PreferredMinThroughputTypedDict": ".preferredminthroughput",
|
||||
"ProviderName": ".providername",
|
||||
"ProviderOverloadedResponseErrorData": ".provideroverloadedresponseerrordata",
|
||||
"ProviderOverloadedResponseErrorDataTypedDict": ".provideroverloadedresponseerrordata",
|
||||
@@ -2095,7 +2227,14 @@ _dynamic_imports: dict[str, str] = {
|
||||
"ResponseInputText": ".responseinputtext",
|
||||
"ResponseInputTextType": ".responseinputtext",
|
||||
"ResponseInputTextTypedDict": ".responseinputtext",
|
||||
"ResponseInputVideo": ".responseinputvideo",
|
||||
"ResponseInputVideoType": ".responseinputvideo",
|
||||
"ResponseInputVideoTypedDict": ".responseinputvideo",
|
||||
"Logprob": ".responseoutputtext",
|
||||
"LogprobTypedDict": ".responseoutputtext",
|
||||
"ResponseOutputText": ".responseoutputtext",
|
||||
"ResponseOutputTextTopLogprob": ".responseoutputtext",
|
||||
"ResponseOutputTextTopLogprobTypedDict": ".responseoutputtext",
|
||||
"ResponseOutputTextType": ".responseoutputtext",
|
||||
"ResponseOutputTextTypedDict": ".responseoutputtext",
|
||||
"CodeEnum": ".responseserrorfield",
|
||||
@@ -2127,6 +2266,7 @@ _dynamic_imports: dict[str, str] = {
|
||||
"ResponsesOutputItemFunctionCallType": ".responsesoutputitemfunctioncall",
|
||||
"ResponsesOutputItemFunctionCallTypedDict": ".responsesoutputitemfunctioncall",
|
||||
"ResponsesOutputItemReasoning": ".responsesoutputitemreasoning",
|
||||
"ResponsesOutputItemReasoningFormat": ".responsesoutputitemreasoning",
|
||||
"ResponsesOutputItemReasoningStatusCompleted": ".responsesoutputitemreasoning",
|
||||
"ResponsesOutputItemReasoningStatusInProgress": ".responsesoutputitemreasoning",
|
||||
"ResponsesOutputItemReasoningStatusIncomplete": ".responsesoutputitemreasoning",
|
||||
@@ -2145,6 +2285,7 @@ _dynamic_imports: dict[str, str] = {
|
||||
"ResponsesOutputMessageStatusUnionTypedDict": ".responsesoutputmessage",
|
||||
"ResponsesOutputMessageType": ".responsesoutputmessage",
|
||||
"ResponsesOutputMessageTypedDict": ".responsesoutputmessage",
|
||||
"ResponsesOutputModality": ".responsesoutputmodality",
|
||||
"ResponsesSearchContextSize": ".responsessearchcontextsize",
|
||||
"ResponsesWebSearchCallOutput": ".responseswebsearchcalloutput",
|
||||
"ResponsesWebSearchCallOutputType": ".responseswebsearchcalloutput",
|
||||
|
||||
Reference in New Issue
Block a user