mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-09-13 12:51:18 +08:00
chore: 🐝 Update SDK - Generate 0.9.2 (#205)
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]
parent
0c735989c1
commit
0f116c9792
@@ -0,0 +1,96 @@
|
||||
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
||||
|
||||
from __future__ import annotations
|
||||
from openrouter.types import UnrecognizedStr
|
||||
from typing import Literal, Union
|
||||
|
||||
|
||||
BYOKProviderSlug = Union[
|
||||
Literal[
|
||||
"ai21",
|
||||
"aion-labs",
|
||||
"akashml",
|
||||
"alibaba",
|
||||
"amazon-bedrock",
|
||||
"amazon-nova",
|
||||
"ambient",
|
||||
"anthropic",
|
||||
"arcee-ai",
|
||||
"atlas-cloud",
|
||||
"avian",
|
||||
"azure",
|
||||
"baidu",
|
||||
"baseten",
|
||||
"black-forest-labs",
|
||||
"byteplus",
|
||||
"cerebras",
|
||||
"chutes",
|
||||
"cirrascale",
|
||||
"clarifai",
|
||||
"cloudflare",
|
||||
"cohere",
|
||||
"crusoe",
|
||||
"darkbloom",
|
||||
"decart",
|
||||
"deepinfra",
|
||||
"deepseek",
|
||||
"dekallm",
|
||||
"digitalocean",
|
||||
"featherless",
|
||||
"fireworks",
|
||||
"friendli",
|
||||
"gmicloud",
|
||||
"google-ai-studio",
|
||||
"google-vertex",
|
||||
"groq",
|
||||
"inception",
|
||||
"inceptron",
|
||||
"inference-net",
|
||||
"infermatic",
|
||||
"inflection",
|
||||
"io-net",
|
||||
"ionstream",
|
||||
"liquid",
|
||||
"mancer",
|
||||
"mara",
|
||||
"minimax",
|
||||
"mistral",
|
||||
"modelrun",
|
||||
"modular",
|
||||
"moonshotai",
|
||||
"morph",
|
||||
"ncompass",
|
||||
"nebius",
|
||||
"nex-agi",
|
||||
"nextbit",
|
||||
"novita",
|
||||
"nvidia",
|
||||
"open-inference",
|
||||
"openai",
|
||||
"parasail",
|
||||
"perceptron",
|
||||
"perplexity",
|
||||
"phala",
|
||||
"poolside",
|
||||
"recraft",
|
||||
"reka",
|
||||
"relace",
|
||||
"sambanova",
|
||||
"seed",
|
||||
"siliconflow",
|
||||
"sourceful",
|
||||
"stepfun",
|
||||
"streamlake",
|
||||
"switchpoint",
|
||||
"together",
|
||||
"upstage",
|
||||
"venice",
|
||||
"wafer",
|
||||
"wandb",
|
||||
"xai",
|
||||
"xiaomi",
|
||||
"z-ai",
|
||||
],
|
||||
UnrecognizedStr,
|
||||
]
|
||||
r"""The upstream provider this credential authenticates against, as a lowercase slug (e.g. `openai`, `anthropic`, `amazon-bedrock`)."""
|
||||
Reference in New Issue
Block a user