-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodels.json
More file actions
124 lines (124 loc) · 2.52 KB
/
Copy pathmodels.json
File metadata and controls
124 lines (124 loc) · 2.52 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"ChatGPT": [
"gpt-3.5-turbo",
"gpt-3.5-turbo-16k",
"gpt-4",
"gpt-3.5-turbo-instruct",
"gpt-4-turbo",
"gpt-4o",
"gpt-4o-mini",
"gpt-4.1",
"gpt-4.1-mini",
"gpt-4.1-nano",
"gpt-5-chat-latest",
"gpt-5",
"gpt-5-mini",
"gpt-5-nano",
"gpt-5-pro",
"gpt-5.1-chat-latest",
"gpt-5.1",
"gpt-5.2",
"gpt-5.2-pro",
"gpt-5.2-chat-latest",
"gpt-5.3-chat-latest",
"gpt-5.4-pro",
"gpt-5.4",
"gpt-5.4-nano",
"gpt-5.4-mini",
"gpt-5.5",
"gpt-5.5-pro",
"chat-latest"
],
"Claude": [
"claude-opus-5",
"claude-sonnet-5",
"claude-opus-4-8",
"claude-opus-4-7",
"claude-sonnet-4-6",
"claude-opus-4-6",
"claude-opus-4-5-20251101",
"claude-haiku-4-5-20251001",
"claude-sonnet-4-5-20250929",
"claude-opus-4-1-20250805"
],
"Mistral": [
"mistral-small-latest",
"voxtral-small-latest",
"mistral-large-latest",
"ministral-8b-latest",
"ministral-14b-latest",
"mistral-medium-latest"
],
"Gemini": [
"gemini-2.5-flash",
"gemini-2.5-pro",
"gemini-2.0-flash",
"gemini-2.0-flash-lite",
"gemma-4-26b-a4b-it",
"gemma-4-31b-it",
"gemini-flash-latest",
"gemini-flash-lite-latest",
"gemini-pro-latest",
"gemini-2.5-flash-lite",
"gemini-3-pro-preview",
"gemini-3-flash-preview",
"gemini-3.1-pro-preview",
"gemini-3.1-pro-preview-customtools",
"gemini-3.1-flash-lite-preview",
"gemini-3.1-flash-lite",
"gemini-3.5-flash",
"gemini-3.5-flash-lite",
"gemini-omni-flash-preview",
"gemini-3.6-flash",
"lyria-3-pro-preview"
],
"Qwen": [
"qwen3.8-max",
"qwen3.7-flash",
"glm-5.2-fast-preview",
"glm-5.2",
"qwen3.7-plus",
"glm-5.1",
"qwen3.7-max",
"deepseek-v4-flash",
"deepseek-v4-pro",
"qwen3.6-27b",
"qwen3.6-max-preview",
"qwen3.6-35b-a3b",
"qwen3.6-flash",
"qwen3.6-plus",
"deepseek-v3.2",
"qwen3.5-flash",
"qwen3.5-122b-a10b",
"qwen3.5-35b-a3b",
"qwen3.5-27b",
"qwen3.5-397b-a17b",
"qwen3.5-plus",
"qwen-flash",
"qwen-mt-lite",
"qwen-mt-flash",
"qwen-mt-turbo",
"qwen-mt-plus",
"qwen3-8b",
"qwen3-30b-a3b",
"qwen3-235b-a22b",
"qwen3-max",
"qwen3-14b",
"qwen3-32b",
"qwen3-next-80b-a3b-instruct",
"qwen2-7b-instruct",
"qwen-max",
"qwen-plus",
"qwen-turbo"
],
"zai": [
"glm-4.5",
"glm-4.5-air",
"glm-4.6",
"glm-4.7",
"glm-5",
"glm-5-turbo",
"glm-5.1",
"glm-5.2"
]
}