@lobehub/icons
Version:
Popular AI / LLM Model Brand SVG Logo and Icon Collection
140 lines (139 loc) • 3.64 kB
TypeScript
export declare enum ModelProvider {
Ai21 = "ai21",
Ai302 = "ai302",
Ai360 = "ai360",
AiHubMix = "aihubmix",
AiMass = "aimass",
AiStudio = "aistudio",
AkashChat = "akashchat",
AlephAlpha = "alephalpha",
Alibaba = "alibaba",
AlibabaCloud = "alibabacloud",
AntGroup = "antgroup",
Anthropic = "anthropic",
Anyscale = "anyscale",
Apple = "apple",
AtlasCloud = "atlascloud",
Aws = "aws",
Azure = "azure",
AzureAI = "azureai",
Baichuan = "baichuan",
Baidu = "baidu",
BaiduCloud = "baiducloud",
Bailian = "bailian",
Baseten = "baseten",
Bedrock = "bedrock",
Bfl = "bfl",
Bilibili = "bilibili",
BurnCloud = "burncloud",
ByteDance = "bytedance",
CentML = "centml",
Cerebras = "cerebras",
Civitai = "civitai",
Claude = "claude",
Cloudflare = "cloudflare",
Cohere = "cohere",
CometAPI = "cometapi",
ComfyUI = "comfyui",
Copilot = "copilot",
Crusoe = "crusoe",
DeepInfra = "deepinfra",
DeepMind = "deepmind",
DeepSeek = "deepseek",
Doubao = "doubao",
Exa = "exa",
Fal = "fal",
Featherless = "featherless",
Fireworks = "fireworks",
FireworksAI = "fireworksai",
Friendli = "friendli",
Gemini = "gemini",
GiteeAI = "giteeai",
Github = "github",
GithubCopilot = "githubcopilot",
Google = "google",
GoogleCloud = "googlecloud",
Groq = "groq",
Higress = "higress",
Huawei = "huawei",
HuaweiCloud = "huaweicloud",
HuggingFace = "huggingface",
Hunyuan = "hunyuan",
Hyperbolic = "hyperbolic",
IBM = "ibm",
IFlyTekCloud = "iflytekcloud",
Inference = "inference",
Infermatic = "infermatic",
InfiniAI = "infiniai",
Infinigence = "infinigence",
InternLM = "internlm",
Jina = "jina",
Kluster = "kluster",
LG = "lg",
Lambda = "lambda",
LeptonAI = "leptonai",
LmStudio = "lmstudio",
LobeHub = "lobehub",
LongCat = "longcat",
Menlo = "menlo",
Meta = "meta",
Microsoft = "microsoft",
Minimax = "minimax",
Mistral = "mistral",
ModelScope = "modelscope",
Moonshot = "moonshot",
NPLCloud = "nplcloud",
Nebius = "nebius",
NewAPI = "newapi",
NousResearch = "nousresearch",
Novita = "novita",
Nvidia = "nvidia",
Ollama = "ollama",
OllamaCloud = "ollamacloud",
OpenAI = "openai",
OpenRouter = "openrouter",
PPIO = "ppio",
Parasail = "parasail",
Perplexity = "perplexity",
Player2 = "player2",
Qiniu = "qiniu",
Qwen = "qwen",
Replicate = "replicate",
SambaNova = "sambanova",
Search1API = "search1api",
SearchApi = "searchapi",
SenseNova = "sensenova",
SiliconCloud = "siliconcloud",
Snowflake = "snowflake",
SophNet = "sophnet",
Spark = "spark",
Stability = "stability",
StateCloud = "statecloud",
Stepfun = "stepfun",
Straico = "straico",
StreamLake = "streamlake",
SubModel = "submodel",
TII = "tii",
Taichu = "taichu",
Targon = "targon",
Tencent = "tencent",
TencentCloud = "tencentcloud",
TogetherAI = "togetherai",
Upstage = "upstage",
V0 = "v0",
VLLM = "vllm",
Vercel = "vercel",
VercelAIGateway = "vercelaigateway",
VertexAI = "vertexai",
Volcengine = "volcengine",
Wenxin = "wenxin",
WorkersAI = "workersai",
XAI = "xai",
XiaomiMiMo = "xiaomimimo",
Xinference = "xinference",
Yandex = "yandex",
ZenMux = "zenmux",
ZeroOne = "zeroone",
ZhiPu = "zhipu"
}
export type ModelProviderKey = Lowercase<keyof typeof ModelProvider>;