summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/provider-icons/types.ts
blob: 5a97287509e119593cd61f727ec22388905958cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
// This file is generated by icon spritesheet generator

export const iconNames = [
  "zhipuai",
  "zhipuai-coding-plan",
  "zenmux",
  "zai",
  "zai-coding-plan",
  "xiaomi",
  "xai",
  "wandb",
  "vultr",
  "vivgrid",
  "vercel",
  "venice",
  "v0",
  "upstage",
  "togetherai",
  "synthetic",
  "submodel",
  "stepfun",
  "stackit",
  "siliconflow",
  "siliconflow-cn",
  "scaleway",
  "sap-ai-core",
  "requesty",
  "qiniu-ai",
  "qihang-ai",
  "privatemode-ai",
  "poe",
  "perplexity",
  "ovhcloud",
  "openrouter",
  "llmgateway",
  "opencode",
  "opencode-go",
  "openai",
  "ollama-cloud",
  "nvidia",
  "novita-ai",
  "nova",
  "nebius",
  "nano-gpt",
  "morph",
  "moonshotai",
  "moonshotai-cn",
  "modelscope",
  "moark",
  "mistral",
  "minimax",
  "minimax-coding-plan",
  "minimax-cn",
  "minimax-cn-coding-plan",
  "meganova",
  "lucidquery",
  "lmstudio",
  "llama",
  "kuae-cloud-coding-plan",
  "kimi-for-coding",
  "kilo",
  "jiekou",
  "io-net",
  "inference",
  "inception",
  "iflowcn",
  "huggingface",
  "helicone",
  "groq",
  "google",
  "google-vertex",
  "google-vertex-anthropic",
  "gitlab",
  "github-models",
  "github-copilot",
  "friendli",
  "firmware",
  "fireworks-ai",
  "fastrouter",
  "evroc",
  "deepseek",
  "deepinfra",
  "cortecs",
  "cohere",
  "cloudflare-workers-ai",
  "cloudflare-ai-gateway",
  "cloudferro-sherlock",
  "chutes",
  "cerebras",
  "berget",
  "baseten",
  "bailing",
  "azure",
  "azure-cognitive-services",
  "anthropic",
  "amazon-bedrock",
  "alibaba",
  "alibaba-cn",
  "aihubmix",
  "abacus",
  "302ai",
] as const

export type IconName = (typeof iconNames)[number]