mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-14 12:30:14 +08:00
chore: regenerate SDK to v0.0.19 with speakeasy
This commit is contained in:
@@ -32,6 +32,12 @@ if TYPE_CHECKING:
|
||||
Web3DataTypedDict,
|
||||
)
|
||||
from .createembeddings import (
|
||||
Content,
|
||||
ContentImageURL,
|
||||
ContentImageURLTypedDict,
|
||||
ContentText,
|
||||
ContentTextTypedDict,
|
||||
ContentTypedDict,
|
||||
CreateEmbeddingsData,
|
||||
CreateEmbeddingsDataTypedDict,
|
||||
CreateEmbeddingsProvider,
|
||||
@@ -42,17 +48,17 @@ if TYPE_CHECKING:
|
||||
CreateEmbeddingsResponseBody,
|
||||
CreateEmbeddingsResponseBodyTypedDict,
|
||||
CreateEmbeddingsResponseTypedDict,
|
||||
DataCollection,
|
||||
Embedding,
|
||||
EmbeddingTypedDict,
|
||||
EncodingFormat,
|
||||
EncodingFormatBase64,
|
||||
EncodingFormatFloat,
|
||||
EncodingFormatTypedDict,
|
||||
Ignore,
|
||||
IgnoreTypedDict,
|
||||
ImageURL,
|
||||
ImageURLTypedDict,
|
||||
Input,
|
||||
InputTypedDict,
|
||||
InputUnion,
|
||||
InputUnionTypedDict,
|
||||
MaxPrice,
|
||||
MaxPriceTypedDict,
|
||||
Object,
|
||||
@@ -61,7 +67,8 @@ if TYPE_CHECKING:
|
||||
OnlyTypedDict,
|
||||
Order,
|
||||
OrderTypedDict,
|
||||
Sort,
|
||||
TypeImageURL,
|
||||
TypeText,
|
||||
Usage,
|
||||
UsageTypedDict,
|
||||
)
|
||||
@@ -183,6 +190,12 @@ __all__ = [
|
||||
"APIType",
|
||||
"CallData",
|
||||
"CallDataTypedDict",
|
||||
"Content",
|
||||
"ContentImageURL",
|
||||
"ContentImageURLTypedDict",
|
||||
"ContentText",
|
||||
"ContentTextTypedDict",
|
||||
"ContentTypedDict",
|
||||
"CreateAuthKeysCodeCodeChallengeMethod",
|
||||
"CreateAuthKeysCodeData",
|
||||
"CreateAuthKeysCodeDataTypedDict",
|
||||
@@ -217,7 +230,6 @@ __all__ = [
|
||||
"CreateResponsesResponseBody",
|
||||
"CreateResponsesResponseBodyTypedDict",
|
||||
"CreateResponsesResponseTypedDict",
|
||||
"DataCollection",
|
||||
"DeleteKeysRequest",
|
||||
"DeleteKeysRequestTypedDict",
|
||||
"DeleteKeysResponse",
|
||||
@@ -225,9 +237,6 @@ __all__ = [
|
||||
"Embedding",
|
||||
"EmbeddingTypedDict",
|
||||
"EncodingFormat",
|
||||
"EncodingFormatBase64",
|
||||
"EncodingFormatFloat",
|
||||
"EncodingFormatTypedDict",
|
||||
"ExchangeAuthCodeForAPIKeyCodeChallengeMethod",
|
||||
"ExchangeAuthCodeForAPIKeyRequest",
|
||||
"ExchangeAuthCodeForAPIKeyRequestTypedDict",
|
||||
@@ -268,8 +277,12 @@ __all__ = [
|
||||
"GetUserActivityResponseTypedDict",
|
||||
"Ignore",
|
||||
"IgnoreTypedDict",
|
||||
"ImageURL",
|
||||
"ImageURLTypedDict",
|
||||
"Input",
|
||||
"InputTypedDict",
|
||||
"InputUnion",
|
||||
"InputUnionTypedDict",
|
||||
"ListData",
|
||||
"ListDataTypedDict",
|
||||
"ListEndpointsRequest",
|
||||
@@ -302,10 +315,11 @@ __all__ = [
|
||||
"RateLimitTypedDict",
|
||||
"SendChatCompletionRequestResponse",
|
||||
"SendChatCompletionRequestResponseTypedDict",
|
||||
"Sort",
|
||||
"SupportedParameter",
|
||||
"TransferIntent",
|
||||
"TransferIntentTypedDict",
|
||||
"TypeImageURL",
|
||||
"TypeText",
|
||||
"UpdateKeysData",
|
||||
"UpdateKeysDataTypedDict",
|
||||
"UpdateKeysLimitReset",
|
||||
@@ -343,6 +357,12 @@ _dynamic_imports: dict[str, str] = {
|
||||
"TransferIntentTypedDict": ".createcoinbasecharge",
|
||||
"Web3Data": ".createcoinbasecharge",
|
||||
"Web3DataTypedDict": ".createcoinbasecharge",
|
||||
"Content": ".createembeddings",
|
||||
"ContentImageURL": ".createembeddings",
|
||||
"ContentImageURLTypedDict": ".createembeddings",
|
||||
"ContentText": ".createembeddings",
|
||||
"ContentTextTypedDict": ".createembeddings",
|
||||
"ContentTypedDict": ".createembeddings",
|
||||
"CreateEmbeddingsData": ".createembeddings",
|
||||
"CreateEmbeddingsDataTypedDict": ".createembeddings",
|
||||
"CreateEmbeddingsProvider": ".createembeddings",
|
||||
@@ -353,17 +373,17 @@ _dynamic_imports: dict[str, str] = {
|
||||
"CreateEmbeddingsResponseBody": ".createembeddings",
|
||||
"CreateEmbeddingsResponseBodyTypedDict": ".createembeddings",
|
||||
"CreateEmbeddingsResponseTypedDict": ".createembeddings",
|
||||
"DataCollection": ".createembeddings",
|
||||
"Embedding": ".createembeddings",
|
||||
"EmbeddingTypedDict": ".createembeddings",
|
||||
"EncodingFormat": ".createembeddings",
|
||||
"EncodingFormatBase64": ".createembeddings",
|
||||
"EncodingFormatFloat": ".createembeddings",
|
||||
"EncodingFormatTypedDict": ".createembeddings",
|
||||
"Ignore": ".createembeddings",
|
||||
"IgnoreTypedDict": ".createembeddings",
|
||||
"ImageURL": ".createembeddings",
|
||||
"ImageURLTypedDict": ".createembeddings",
|
||||
"Input": ".createembeddings",
|
||||
"InputTypedDict": ".createembeddings",
|
||||
"InputUnion": ".createembeddings",
|
||||
"InputUnionTypedDict": ".createembeddings",
|
||||
"MaxPrice": ".createembeddings",
|
||||
"MaxPriceTypedDict": ".createembeddings",
|
||||
"Object": ".createembeddings",
|
||||
@@ -372,7 +392,8 @@ _dynamic_imports: dict[str, str] = {
|
||||
"OnlyTypedDict": ".createembeddings",
|
||||
"Order": ".createembeddings",
|
||||
"OrderTypedDict": ".createembeddings",
|
||||
"Sort": ".createembeddings",
|
||||
"TypeImageURL": ".createembeddings",
|
||||
"TypeText": ".createembeddings",
|
||||
"Usage": ".createembeddings",
|
||||
"UsageTypedDict": ".createembeddings",
|
||||
"CreateKeysData": ".createkeys",
|
||||
|
||||
Reference in New Issue
Block a user