mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
75 lines
1.5 KiB
Python
75 lines
1.5 KiB
Python
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
|
|
from __future__ import annotations
|
|
from openrouter.types import UnrecognizedStr
|
|
from typing import Literal, Union
|
|
|
|
|
|
ProviderName = Union[
|
|
Literal[
|
|
"AI21",
|
|
"AionLabs",
|
|
"Alibaba",
|
|
"Amazon Bedrock",
|
|
"Anthropic",
|
|
"Arcee",
|
|
"AtlasCloud",
|
|
"Avian",
|
|
"Azure",
|
|
"BaseTen",
|
|
"Black Forest Labs",
|
|
"Cerebras",
|
|
"Chutes",
|
|
"Cirrascale",
|
|
"Clarifai",
|
|
"Cloudflare",
|
|
"Cohere",
|
|
"Crusoe",
|
|
"DeepInfra",
|
|
"DeepSeek",
|
|
"Featherless",
|
|
"Fireworks",
|
|
"Friendli",
|
|
"GMICloud",
|
|
"Google",
|
|
"Google AI Studio",
|
|
"Groq",
|
|
"Hyperbolic",
|
|
"Inception",
|
|
"InferenceNet",
|
|
"Infermatic",
|
|
"Inflection",
|
|
"Liquid",
|
|
"Mancer 2",
|
|
"Minimax",
|
|
"ModelRun",
|
|
"Mistral",
|
|
"Modular",
|
|
"Moonshot AI",
|
|
"Morph",
|
|
"NCompass",
|
|
"Nebius",
|
|
"NextBit",
|
|
"Novita",
|
|
"Nvidia",
|
|
"OpenAI",
|
|
"OpenInference",
|
|
"Parasail",
|
|
"Perplexity",
|
|
"Phala",
|
|
"Relace",
|
|
"SambaNova",
|
|
"SiliconFlow",
|
|
"Stealth",
|
|
"Switchpoint",
|
|
"Targon",
|
|
"Together",
|
|
"Venice",
|
|
"WandB",
|
|
"xAI",
|
|
"Z.AI",
|
|
"FakeProvider",
|
|
],
|
|
UnrecognizedStr,
|
|
]
|