mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-02 12:50:48 +08:00
chore: 🐝 Update SDK - Generate (spec change merged) 0.11.33 (#454)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
speakeasybot
speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
parent
9408179f89
commit
8b505afe3d
@@ -128,6 +128,7 @@ class VideoGenerationRequestOptionsTypedDict(TypedDict):
|
||||
reka: NotRequired[Dict[str, Nullable[Any]]]
|
||||
relace: NotRequired[Dict[str, Nullable[Any]]]
|
||||
replicate: NotRequired[Dict[str, Nullable[Any]]]
|
||||
sail_research: NotRequired[Dict[str, Nullable[Any]]]
|
||||
sakana: NotRequired[Dict[str, Nullable[Any]]]
|
||||
sambanova: NotRequired[Dict[str, Nullable[Any]]]
|
||||
sambanova_cloaked: NotRequired[Dict[str, Nullable[Any]]]
|
||||
@@ -390,6 +391,10 @@ class VideoGenerationRequestOptions(BaseModel):
|
||||
|
||||
replicate: Optional[Dict[str, Nullable[Any]]] = None
|
||||
|
||||
sail_research: Annotated[
|
||||
Optional[Dict[str, Nullable[Any]]], pydantic.Field(alias="sail-research")
|
||||
] = None
|
||||
|
||||
sakana: Optional[Dict[str, Nullable[Any]]] = None
|
||||
|
||||
sambanova: Optional[Dict[str, Nullable[Any]]] = None
|
||||
@@ -546,6 +551,7 @@ class VideoGenerationRequestOptions(BaseModel):
|
||||
"reka",
|
||||
"relace",
|
||||
"replicate",
|
||||
"sail-research",
|
||||
"sakana",
|
||||
"sambanova",
|
||||
"sambanova-cloaked",
|
||||
|
||||
Reference in New Issue
Block a user