phaseo_sdk 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README.md +99 -0
- data/examples/models.rb +16 -0
- data/lib/gen/client.rb +86 -0
- data/lib/gen/models.rb +2124 -0
- data/lib/gen/operations.rb +512 -0
- data/lib/index.rb +974 -0
- data/lib/phaseo_sdk/model_ids.rb +1840 -0
- data/lib/phaseo_sdk/version.rb +3 -0
- data/lib/phaseo_sdk.rb +2 -0
- data/phaseo_sdk.gemspec +22 -0
- data/tests/api_key_mutations_test.rb +39 -0
- data/tests/api_key_test.rb +30 -0
- data/tests/api_keys_test.rb +30 -0
- data/tests/async_jobs_test.rb +13 -0
- data/tests/batches_test.rb +124 -0
- data/tests/chat_test.rb +75 -0
- data/tests/current_key_test.rb +29 -0
- data/tests/devtools_test.rb +364 -0
- data/tests/endpoints_test.rb +27 -0
- data/tests/files_test.rb +67 -0
- data/tests/generation_test.rb +29 -0
- data/tests/health_test.rb +26 -0
- data/tests/lifecycle_test.rb +55 -0
- data/tests/models_test.rb +39 -0
- data/tests/organisations_test.rb +36 -0
- data/tests/pricing_calculate_test.rb +36 -0
- data/tests/pricing_models_test.rb +42 -0
- data/tests/provider_ops_test.rb +44 -0
- data/tests/smoke_chat.rb +22 -0
- data/tests/smoke_responses.rb +25 -0
- data/tests/smoke_responses_sdk.rb +30 -0
- data/tests/video_test.rb +152 -0
- data/tests/workspace_mutations_test.rb +39 -0
- data/tests/workspaces_test.rb +45 -0
- metadata +81 -0
|
@@ -0,0 +1,1840 @@
|
|
|
1
|
+
# This file is generated by scripts/sdk/generate-model-id-constants.mjs.
|
|
2
|
+
# Do not edit manually.
|
|
3
|
+
|
|
4
|
+
module PhaseoSdk
|
|
5
|
+
module ModelIds
|
|
6
|
+
# Model ID: ai21/jamba-large-1.7
|
|
7
|
+
# Model page: https://phaseo.app/models/ai21/jamba-large-1.7
|
|
8
|
+
AI21_JAMBA_LARGE_1_7 = "ai21/jamba-large-1.7"
|
|
9
|
+
# Model ID: ai21/jamba-mini-2
|
|
10
|
+
# Model page: https://phaseo.app/models/ai21/jamba-mini-2
|
|
11
|
+
AI21_JAMBA_MINI_2 = "ai21/jamba-mini-2"
|
|
12
|
+
# Model ID: aion-labs/aion-2.0
|
|
13
|
+
# Model page: https://phaseo.app/models/aion-labs/aion-2.0
|
|
14
|
+
AION_LABS_AION_2_0 = "aion-labs/aion-2.0"
|
|
15
|
+
# Model ID: aion-labs/aion-2.5
|
|
16
|
+
# Model page: https://phaseo.app/models/aion-labs/aion-2.5
|
|
17
|
+
AION_LABS_AION_2_5 = "aion-labs/aion-2.5"
|
|
18
|
+
# Model ID: aion-labs/aion-3.0
|
|
19
|
+
# Model page: https://phaseo.app/models/aion-labs/aion-3.0
|
|
20
|
+
AION_LABS_AION_3_0 = "aion-labs/aion-3.0"
|
|
21
|
+
# Model ID: aion-labs/aion-3.0-mini
|
|
22
|
+
# Model page: https://phaseo.app/models/aion-labs/aion-3.0-mini
|
|
23
|
+
AION_LABS_AION_3_0_MINI = "aion-labs/aion-3.0-mini"
|
|
24
|
+
# Model ID: aion-labs/aion-rp-llama-3.1-8b
|
|
25
|
+
# Model page: https://phaseo.app/models/aion-labs/aion-rp-llama-3.1-8b
|
|
26
|
+
AION_LABS_AION_RP_LLAMA_3_1_8B = "aion-labs/aion-rp-llama-3.1-8b"
|
|
27
|
+
# Model ID: allenai/molmo-2-8b
|
|
28
|
+
# Model page: https://phaseo.app/models/allenai/molmo-2-8b
|
|
29
|
+
ALLENAI_MOLMO_2_8B = "allenai/molmo-2-8b"
|
|
30
|
+
# Model ID: allenai/olmo-3.1-32b
|
|
31
|
+
# Model page: https://phaseo.app/models/allenai/olmo-3.1-32b
|
|
32
|
+
ALLENAI_OLMO_3_1_32B = "allenai/olmo-3.1-32b"
|
|
33
|
+
# Model ID: anthropic/claude-fable-5
|
|
34
|
+
# Model page: https://phaseo.app/models/anthropic/claude-fable-5
|
|
35
|
+
ANTHROPIC_CLAUDE_FABLE_5 = "anthropic/claude-fable-5"
|
|
36
|
+
# Model ID: anthropic/claude-haiku-4.5
|
|
37
|
+
# Model page: https://phaseo.app/models/anthropic/claude-haiku-4.5
|
|
38
|
+
ANTHROPIC_CLAUDE_HAIKU_4_5 = "anthropic/claude-haiku-4.5"
|
|
39
|
+
# Model ID: anthropic/claude-opus-4.1
|
|
40
|
+
# Model page: https://phaseo.app/models/anthropic/claude-opus-4.1
|
|
41
|
+
ANTHROPIC_CLAUDE_OPUS_4_1 = "anthropic/claude-opus-4.1"
|
|
42
|
+
# Model ID: anthropic/claude-opus-4.5
|
|
43
|
+
# Model page: https://phaseo.app/models/anthropic/claude-opus-4.5
|
|
44
|
+
ANTHROPIC_CLAUDE_OPUS_4_5 = "anthropic/claude-opus-4.5"
|
|
45
|
+
# Model ID: anthropic/claude-opus-4.6
|
|
46
|
+
# Model page: https://phaseo.app/models/anthropic/claude-opus-4.6
|
|
47
|
+
ANTHROPIC_CLAUDE_OPUS_4_6 = "anthropic/claude-opus-4.6"
|
|
48
|
+
# Model ID: anthropic/claude-opus-4.7
|
|
49
|
+
# Model page: https://phaseo.app/models/anthropic/claude-opus-4.7
|
|
50
|
+
ANTHROPIC_CLAUDE_OPUS_4_7 = "anthropic/claude-opus-4.7"
|
|
51
|
+
# Model ID: anthropic/claude-opus-4.7-fast
|
|
52
|
+
# Model page: https://phaseo.app/models/anthropic/claude-opus-4.7-fast
|
|
53
|
+
ANTHROPIC_CLAUDE_OPUS_4_7_FAST = "anthropic/claude-opus-4.7-fast"
|
|
54
|
+
# Model ID: anthropic/claude-opus-4.8
|
|
55
|
+
# Model page: https://phaseo.app/models/anthropic/claude-opus-4.8
|
|
56
|
+
ANTHROPIC_CLAUDE_OPUS_4_8 = "anthropic/claude-opus-4.8"
|
|
57
|
+
# Model ID: anthropic/claude-opus-5
|
|
58
|
+
# Model page: https://phaseo.app/models/anthropic/claude-opus-5
|
|
59
|
+
ANTHROPIC_CLAUDE_OPUS_5 = "anthropic/claude-opus-5"
|
|
60
|
+
# Model ID: anthropic/claude-sonnet-4.5
|
|
61
|
+
# Model page: https://phaseo.app/models/anthropic/claude-sonnet-4.5
|
|
62
|
+
ANTHROPIC_CLAUDE_SONNET_4_5 = "anthropic/claude-sonnet-4.5"
|
|
63
|
+
# Model ID: anthropic/claude-sonnet-4.6
|
|
64
|
+
# Model page: https://phaseo.app/models/anthropic/claude-sonnet-4.6
|
|
65
|
+
ANTHROPIC_CLAUDE_SONNET_4_6 = "anthropic/claude-sonnet-4.6"
|
|
66
|
+
# Model ID: anthropic/claude-sonnet-5
|
|
67
|
+
# Model page: https://phaseo.app/models/anthropic/claude-sonnet-5
|
|
68
|
+
ANTHROPIC_CLAUDE_SONNET_5 = "anthropic/claude-sonnet-5"
|
|
69
|
+
# Model ID: arcee-ai/trinity-large
|
|
70
|
+
# Model page: https://phaseo.app/models/arcee-ai/trinity-large
|
|
71
|
+
ARCEE_AI_TRINITY_LARGE = "arcee-ai/trinity-large"
|
|
72
|
+
# Model ID: arcee-ai/trinity-large-thinking
|
|
73
|
+
# Model page: https://phaseo.app/models/arcee-ai/trinity-large-thinking
|
|
74
|
+
ARCEE_AI_TRINITY_LARGE_THINKING = "arcee-ai/trinity-large-thinking"
|
|
75
|
+
# Model ID: arcee-ai/trinity-mini
|
|
76
|
+
# Model page: https://phaseo.app/models/arcee-ai/trinity-mini
|
|
77
|
+
ARCEE_AI_TRINITY_MINI = "arcee-ai/trinity-mini"
|
|
78
|
+
# Model ID: baidu/ernie-4.5-21b-a3b
|
|
79
|
+
# Model page: https://phaseo.app/models/baidu/ernie-4.5-21b-a3b
|
|
80
|
+
BAIDU_ERNIE_4_5_21B_A3B = "baidu/ernie-4.5-21b-a3b"
|
|
81
|
+
# Model ID: baidu/ernie-4.5-21b-a3b-thinking
|
|
82
|
+
# Model page: https://phaseo.app/models/baidu/ernie-4.5-21b-a3b-thinking
|
|
83
|
+
BAIDU_ERNIE_4_5_21B_A3B_THINKING = "baidu/ernie-4.5-21b-a3b-thinking"
|
|
84
|
+
# Model ID: baidu/ernie-4.5-300b-a47b
|
|
85
|
+
# Model page: https://phaseo.app/models/baidu/ernie-4.5-300b-a47b
|
|
86
|
+
BAIDU_ERNIE_4_5_300B_A47B = "baidu/ernie-4.5-300b-a47b"
|
|
87
|
+
# Model ID: baidu/ernie-4.5-vl-28b-a3b
|
|
88
|
+
# Model page: https://phaseo.app/models/baidu/ernie-4.5-vl-28b-a3b
|
|
89
|
+
BAIDU_ERNIE_4_5_VL_28B_A3B = "baidu/ernie-4.5-vl-28b-a3b"
|
|
90
|
+
# Model ID: baidu/ernie-4.5-vl-28b-a3b-thinking
|
|
91
|
+
# Model page: https://phaseo.app/models/baidu/ernie-4.5-vl-28b-a3b-thinking
|
|
92
|
+
BAIDU_ERNIE_4_5_VL_28B_A3B_THINKING = "baidu/ernie-4.5-vl-28b-a3b-thinking"
|
|
93
|
+
# Model ID: baidu/ernie-4.5-vl-424b-a47b
|
|
94
|
+
# Model page: https://phaseo.app/models/baidu/ernie-4.5-vl-424b-a47b
|
|
95
|
+
BAIDU_ERNIE_4_5_VL_424B_A47B = "baidu/ernie-4.5-vl-424b-a47b"
|
|
96
|
+
# Model ID: black-forest-labs/flux-1-schnell
|
|
97
|
+
# Model page: https://phaseo.app/models/black-forest-labs/flux-1-schnell
|
|
98
|
+
BLACK_FOREST_LABS_FLUX_1_SCHNELL = "black-forest-labs/flux-1-schnell"
|
|
99
|
+
# Model ID: bytedance/seed-1.6
|
|
100
|
+
# Model page: https://phaseo.app/models/bytedance/seed-1.6
|
|
101
|
+
BYTEDANCE_SEED_1_6 = "bytedance/seed-1.6"
|
|
102
|
+
# Model ID: bytedance/seed-1.6-250915
|
|
103
|
+
# Model page: https://phaseo.app/models/bytedance/seed-1.6-250915
|
|
104
|
+
BYTEDANCE_SEED_1_6_250915 = "bytedance/seed-1.6-250915"
|
|
105
|
+
# Model ID: bytedance/seed-1.6-flash
|
|
106
|
+
# Model page: https://phaseo.app/models/bytedance/seed-1.6-flash
|
|
107
|
+
BYTEDANCE_SEED_1_6_FLASH = "bytedance/seed-1.6-flash"
|
|
108
|
+
# Model ID: bytedance/seed-1.6-flash-250715
|
|
109
|
+
# Model page: https://phaseo.app/models/bytedance/seed-1.6-flash-250715
|
|
110
|
+
BYTEDANCE_SEED_1_6_FLASH_250715 = "bytedance/seed-1.6-flash-250715"
|
|
111
|
+
# Model ID: bytedance/seed-1.8
|
|
112
|
+
# Model page: https://phaseo.app/models/bytedance/seed-1.8
|
|
113
|
+
BYTEDANCE_SEED_1_8 = "bytedance/seed-1.8"
|
|
114
|
+
# Model ID: bytedance/seed-2.0-lite
|
|
115
|
+
# Model page: https://phaseo.app/models/bytedance/seed-2.0-lite
|
|
116
|
+
BYTEDANCE_SEED_2_0_LITE = "bytedance/seed-2.0-lite"
|
|
117
|
+
# Model ID: bytedance/seed-2.0-lite-260428
|
|
118
|
+
# Model page: https://phaseo.app/models/bytedance/seed-2.0-lite-260428
|
|
119
|
+
BYTEDANCE_SEED_2_0_LITE_260428 = "bytedance/seed-2.0-lite-260428"
|
|
120
|
+
# Model ID: bytedance/seed-2.0-mini
|
|
121
|
+
# Model page: https://phaseo.app/models/bytedance/seed-2.0-mini
|
|
122
|
+
BYTEDANCE_SEED_2_0_MINI = "bytedance/seed-2.0-mini"
|
|
123
|
+
# Model ID: bytedance/seed-2.0-mini-260428
|
|
124
|
+
# Model page: https://phaseo.app/models/bytedance/seed-2.0-mini-260428
|
|
125
|
+
BYTEDANCE_SEED_2_0_MINI_260428 = "bytedance/seed-2.0-mini-260428"
|
|
126
|
+
# Model ID: bytedance/seed-2.0-pro
|
|
127
|
+
# Model page: https://phaseo.app/models/bytedance/seed-2.0-pro
|
|
128
|
+
BYTEDANCE_SEED_2_0_PRO = "bytedance/seed-2.0-pro"
|
|
129
|
+
# Model ID: bytedance/seed-oss-36b-instruct
|
|
130
|
+
# Model page: https://phaseo.app/models/bytedance/seed-oss-36b-instruct
|
|
131
|
+
BYTEDANCE_SEED_OSS_36B_INSTRUCT = "bytedance/seed-oss-36b-instruct"
|
|
132
|
+
# Model ID: bytedance/seed-translation
|
|
133
|
+
# Model page: https://phaseo.app/models/bytedance/seed-translation
|
|
134
|
+
BYTEDANCE_SEED_TRANSLATION = "bytedance/seed-translation"
|
|
135
|
+
# Model ID: bytedance/seedance-2.0
|
|
136
|
+
# Model page: https://phaseo.app/models/bytedance/seedance-2.0
|
|
137
|
+
BYTEDANCE_SEEDANCE_2_0 = "bytedance/seedance-2.0"
|
|
138
|
+
# Model ID: bytedance/seedance-2.0-fast
|
|
139
|
+
# Model page: https://phaseo.app/models/bytedance/seedance-2.0-fast
|
|
140
|
+
BYTEDANCE_SEEDANCE_2_0_FAST = "bytedance/seedance-2.0-fast"
|
|
141
|
+
# Model ID: bytedance/seedance-2.0-mini-260615
|
|
142
|
+
# Model page: https://phaseo.app/models/bytedance/seedance-2.0-mini-260615
|
|
143
|
+
BYTEDANCE_SEEDANCE_2_0_MINI_260615 = "bytedance/seedance-2.0-mini-260615"
|
|
144
|
+
# Model ID: crofai/greg-1-mini
|
|
145
|
+
# Model page: https://phaseo.app/models/crofai/greg-1-mini
|
|
146
|
+
CROFAI_GREG_1_MINI = "crofai/greg-1-mini"
|
|
147
|
+
# Model ID: crofai/greg-2-super
|
|
148
|
+
# Model page: https://phaseo.app/models/crofai/greg-2-super
|
|
149
|
+
CROFAI_GREG_2_SUPER = "crofai/greg-2-super"
|
|
150
|
+
# Model ID: crofai/greg-2-ultra
|
|
151
|
+
# Model page: https://phaseo.app/models/crofai/greg-2-ultra
|
|
152
|
+
CROFAI_GREG_2_ULTRA = "crofai/greg-2-ultra"
|
|
153
|
+
# Model ID: crofai/greg-rp
|
|
154
|
+
# Model page: https://phaseo.app/models/crofai/greg-rp
|
|
155
|
+
CROFAI_GREG_RP = "crofai/greg-rp"
|
|
156
|
+
# Model ID: deepseek/deepseek-ocr
|
|
157
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-ocr
|
|
158
|
+
DEEPSEEK_DEEPSEEK_OCR = "deepseek/deepseek-ocr"
|
|
159
|
+
# Model ID: deepseek/deepseek-ocr-2
|
|
160
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-ocr-2
|
|
161
|
+
DEEPSEEK_DEEPSEEK_OCR_2 = "deepseek/deepseek-ocr-2"
|
|
162
|
+
# Model ID: deepseek/deepseek-prover-v2-671b
|
|
163
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-prover-v2-671b
|
|
164
|
+
DEEPSEEK_DEEPSEEK_PROVER_V2_671B = "deepseek/deepseek-prover-v2-671b"
|
|
165
|
+
# Model ID: deepseek/deepseek-r1
|
|
166
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-r1
|
|
167
|
+
DEEPSEEK_DEEPSEEK_R1 = "deepseek/deepseek-r1"
|
|
168
|
+
# Model ID: deepseek/deepseek-r1-0528
|
|
169
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-r1-0528
|
|
170
|
+
DEEPSEEK_DEEPSEEK_R1_0528 = "deepseek/deepseek-r1-0528"
|
|
171
|
+
# Model ID: deepseek/deepseek-r1-2025-05-28
|
|
172
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-r1-2025-05-28
|
|
173
|
+
DEEPSEEK_DEEPSEEK_R1_2025_05_28 = "deepseek/deepseek-r1-2025-05-28"
|
|
174
|
+
# Model ID: deepseek/deepseek-r1-turbo
|
|
175
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-r1-turbo
|
|
176
|
+
DEEPSEEK_DEEPSEEK_R1_TURBO = "deepseek/deepseek-r1-turbo"
|
|
177
|
+
# Model ID: deepseek/deepseek-v3
|
|
178
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-v3
|
|
179
|
+
DEEPSEEK_DEEPSEEK_V3 = "deepseek/deepseek-v3"
|
|
180
|
+
# Model ID: deepseek/deepseek-v3-0324
|
|
181
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-v3-0324
|
|
182
|
+
DEEPSEEK_DEEPSEEK_V3_0324 = "deepseek/deepseek-v3-0324"
|
|
183
|
+
# Model ID: deepseek/deepseek-v3-turbo
|
|
184
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-v3-turbo
|
|
185
|
+
DEEPSEEK_DEEPSEEK_V3_TURBO = "deepseek/deepseek-v3-turbo"
|
|
186
|
+
# Model ID: deepseek/deepseek-v3.1
|
|
187
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-v3.1
|
|
188
|
+
DEEPSEEK_DEEPSEEK_V3_1 = "deepseek/deepseek-v3.1"
|
|
189
|
+
# Model ID: deepseek/deepseek-v3.1-terminus
|
|
190
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-v3.1-terminus
|
|
191
|
+
DEEPSEEK_DEEPSEEK_V3_1_TERMINUS = "deepseek/deepseek-v3.1-terminus"
|
|
192
|
+
# Model ID: deepseek/deepseek-v3.2
|
|
193
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-v3.2
|
|
194
|
+
DEEPSEEK_DEEPSEEK_V3_2 = "deepseek/deepseek-v3.2"
|
|
195
|
+
# Model ID: deepseek/deepseek-v3.2-exp
|
|
196
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-v3.2-exp
|
|
197
|
+
DEEPSEEK_DEEPSEEK_V3_2_EXP = "deepseek/deepseek-v3.2-exp"
|
|
198
|
+
# Model ID: deepseek/deepseek-v3.2-speciale
|
|
199
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-v3.2-speciale
|
|
200
|
+
DEEPSEEK_DEEPSEEK_V3_2_SPECIALE = "deepseek/deepseek-v3.2-speciale"
|
|
201
|
+
# Model ID: deepseek/deepseek-v3.2-thinking
|
|
202
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-v3.2-thinking
|
|
203
|
+
DEEPSEEK_DEEPSEEK_V3_2_THINKING = "deepseek/deepseek-v3.2-thinking"
|
|
204
|
+
# Model ID: deepseek/deepseek-v4-flash
|
|
205
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-v4-flash
|
|
206
|
+
DEEPSEEK_DEEPSEEK_V4_FLASH = "deepseek/deepseek-v4-flash"
|
|
207
|
+
# Model ID: deepseek/deepseek-v4-pro
|
|
208
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-v4-pro
|
|
209
|
+
DEEPSEEK_DEEPSEEK_V4_PRO = "deepseek/deepseek-v4-pro"
|
|
210
|
+
# Model ID: deepseek/deepseek-v4-pro-lightning
|
|
211
|
+
# Model page: https://phaseo.app/models/deepseek/deepseek-v4-pro-lightning
|
|
212
|
+
DEEPSEEK_DEEPSEEK_V4_PRO_LIGHTNING = "deepseek/deepseek-v4-pro-lightning"
|
|
213
|
+
# Model ID: eleven-labs/eleven-flash-v2
|
|
214
|
+
# Model page: https://phaseo.app/models/eleven-labs/eleven-flash-v2
|
|
215
|
+
ELEVEN_LABS_ELEVEN_FLASH_V2 = "eleven-labs/eleven-flash-v2"
|
|
216
|
+
# Model ID: eleven-labs/eleven-flash-v2.5
|
|
217
|
+
# Model page: https://phaseo.app/models/eleven-labs/eleven-flash-v2.5
|
|
218
|
+
ELEVEN_LABS_ELEVEN_FLASH_V2_5 = "eleven-labs/eleven-flash-v2.5"
|
|
219
|
+
# Model ID: eleven-labs/eleven-multilingual-v2
|
|
220
|
+
# Model page: https://phaseo.app/models/eleven-labs/eleven-multilingual-v2
|
|
221
|
+
ELEVEN_LABS_ELEVEN_MULTILINGUAL_V2 = "eleven-labs/eleven-multilingual-v2"
|
|
222
|
+
# Model ID: eleven-labs/eleven-turbo-v2
|
|
223
|
+
# Model page: https://phaseo.app/models/eleven-labs/eleven-turbo-v2
|
|
224
|
+
ELEVEN_LABS_ELEVEN_TURBO_V2 = "eleven-labs/eleven-turbo-v2"
|
|
225
|
+
# Model ID: eleven-labs/eleven-turbo-v2.5
|
|
226
|
+
# Model page: https://phaseo.app/models/eleven-labs/eleven-turbo-v2.5
|
|
227
|
+
ELEVEN_LABS_ELEVEN_TURBO_V2_5 = "eleven-labs/eleven-turbo-v2.5"
|
|
228
|
+
# Model ID: eleven-labs/eleven-v3
|
|
229
|
+
# Model page: https://phaseo.app/models/eleven-labs/eleven-v3
|
|
230
|
+
ELEVEN_LABS_ELEVEN_V3 = "eleven-labs/eleven-v3"
|
|
231
|
+
# Model ID: essential-ai/rnj-1
|
|
232
|
+
# Model page: https://phaseo.app/models/essential-ai/rnj-1
|
|
233
|
+
ESSENTIAL_AI_RNJ_1 = "essential-ai/rnj-1"
|
|
234
|
+
# Model ID: google/gemini-2.5-flash
|
|
235
|
+
# Model page: https://phaseo.app/models/google/gemini-2.5-flash
|
|
236
|
+
GOOGLE_GEMINI_2_5_FLASH = "google/gemini-2.5-flash"
|
|
237
|
+
# Model ID: google/gemini-2.5-flash-lite
|
|
238
|
+
# Model page: https://phaseo.app/models/google/gemini-2.5-flash-lite
|
|
239
|
+
GOOGLE_GEMINI_2_5_FLASH_LITE = "google/gemini-2.5-flash-lite"
|
|
240
|
+
# Model ID: google/gemini-2.5-flash-lite-preview-2025-06-17
|
|
241
|
+
# Model page: https://phaseo.app/models/google/gemini-2.5-flash-lite-preview-2025-06-17
|
|
242
|
+
GOOGLE_GEMINI_2_5_FLASH_LITE_PREVIEW_2025_06_17 = "google/gemini-2.5-flash-lite-preview-2025-06-17"
|
|
243
|
+
# Model ID: google/gemini-2.5-flash-lite-preview-2025-09-25
|
|
244
|
+
# Model page: https://phaseo.app/models/google/gemini-2.5-flash-lite-preview-2025-09-25
|
|
245
|
+
GOOGLE_GEMINI_2_5_FLASH_LITE_PREVIEW_2025_09_25 = "google/gemini-2.5-flash-lite-preview-2025-09-25"
|
|
246
|
+
# Model ID: google/gemini-2.5-pro
|
|
247
|
+
# Model page: https://phaseo.app/models/google/gemini-2.5-pro
|
|
248
|
+
GOOGLE_GEMINI_2_5_PRO = "google/gemini-2.5-pro"
|
|
249
|
+
# Model ID: google/gemini-3-flash-preview
|
|
250
|
+
# Model page: https://phaseo.app/models/google/gemini-3-flash-preview
|
|
251
|
+
GOOGLE_GEMINI_3_FLASH_PREVIEW = "google/gemini-3-flash-preview"
|
|
252
|
+
# Model ID: google/gemini-3-pro-image
|
|
253
|
+
# Model page: https://phaseo.app/models/google/gemini-3-pro-image
|
|
254
|
+
GOOGLE_GEMINI_3_PRO_IMAGE = "google/gemini-3-pro-image"
|
|
255
|
+
# Model ID: google/gemini-3.1-flash-image
|
|
256
|
+
# Model page: https://phaseo.app/models/google/gemini-3.1-flash-image
|
|
257
|
+
GOOGLE_GEMINI_3_1_FLASH_IMAGE = "google/gemini-3.1-flash-image"
|
|
258
|
+
# Model ID: google/gemini-3.1-flash-image-preview
|
|
259
|
+
# Model page: https://phaseo.app/models/google/gemini-3.1-flash-image-preview
|
|
260
|
+
GOOGLE_GEMINI_3_1_FLASH_IMAGE_PREVIEW = "google/gemini-3.1-flash-image-preview"
|
|
261
|
+
# Model ID: google/gemini-3.1-flash-lite
|
|
262
|
+
# Model page: https://phaseo.app/models/google/gemini-3.1-flash-lite
|
|
263
|
+
GOOGLE_GEMINI_3_1_FLASH_LITE = "google/gemini-3.1-flash-lite"
|
|
264
|
+
# Model ID: google/gemini-3.1-flash-lite-image
|
|
265
|
+
# Model page: https://phaseo.app/models/google/gemini-3.1-flash-lite-image
|
|
266
|
+
GOOGLE_GEMINI_3_1_FLASH_LITE_IMAGE = "google/gemini-3.1-flash-lite-image"
|
|
267
|
+
# Model ID: google/gemini-3.1-flash-lite-preview
|
|
268
|
+
# Model page: https://phaseo.app/models/google/gemini-3.1-flash-lite-preview
|
|
269
|
+
GOOGLE_GEMINI_3_1_FLASH_LITE_PREVIEW = "google/gemini-3.1-flash-lite-preview"
|
|
270
|
+
# Model ID: google/gemini-3.1-flash-tts-preview
|
|
271
|
+
# Model page: https://phaseo.app/models/google/gemini-3.1-flash-tts-preview
|
|
272
|
+
GOOGLE_GEMINI_3_1_FLASH_TTS_PREVIEW = "google/gemini-3.1-flash-tts-preview"
|
|
273
|
+
# Model ID: google/gemini-3.1-pro-preview
|
|
274
|
+
# Model page: https://phaseo.app/models/google/gemini-3.1-pro-preview
|
|
275
|
+
GOOGLE_GEMINI_3_1_PRO_PREVIEW = "google/gemini-3.1-pro-preview"
|
|
276
|
+
# Model ID: google/gemini-3.1-pro-preview-customtools
|
|
277
|
+
# Model page: https://phaseo.app/models/google/gemini-3.1-pro-preview-customtools
|
|
278
|
+
GOOGLE_GEMINI_3_1_PRO_PREVIEW_CUSTOMTOOLS = "google/gemini-3.1-pro-preview-customtools"
|
|
279
|
+
# Model ID: google/gemini-3.5-flash
|
|
280
|
+
# Model page: https://phaseo.app/models/google/gemini-3.5-flash
|
|
281
|
+
GOOGLE_GEMINI_3_5_FLASH = "google/gemini-3.5-flash"
|
|
282
|
+
# Model ID: google/gemini-3.5-pro
|
|
283
|
+
# Model page: https://phaseo.app/models/google/gemini-3.5-pro
|
|
284
|
+
GOOGLE_GEMINI_3_5_PRO = "google/gemini-3.5-pro"
|
|
285
|
+
# Model ID: google/gemini-embedding-001
|
|
286
|
+
# Model page: https://phaseo.app/models/google/gemini-embedding-001
|
|
287
|
+
GOOGLE_GEMINI_EMBEDDING_001 = "google/gemini-embedding-001"
|
|
288
|
+
# Model ID: google/gemini-embedding-2
|
|
289
|
+
# Model page: https://phaseo.app/models/google/gemini-embedding-2
|
|
290
|
+
GOOGLE_GEMINI_EMBEDDING_2 = "google/gemini-embedding-2"
|
|
291
|
+
# Model ID: google/gemini-embedding-2-preview
|
|
292
|
+
# Model page: https://phaseo.app/models/google/gemini-embedding-2-preview
|
|
293
|
+
GOOGLE_GEMINI_EMBEDDING_2_PREVIEW = "google/gemini-embedding-2-preview"
|
|
294
|
+
# Model ID: google/gemini-robotics-er-1.6-preview
|
|
295
|
+
# Model page: https://phaseo.app/models/google/gemini-robotics-er-1.6-preview
|
|
296
|
+
GOOGLE_GEMINI_ROBOTICS_ER_1_6_PREVIEW = "google/gemini-robotics-er-1.6-preview"
|
|
297
|
+
# Model ID: google/gemma-3-27b
|
|
298
|
+
# Model page: https://phaseo.app/models/google/gemma-3-27b
|
|
299
|
+
GOOGLE_GEMMA_3_27B = "google/gemma-3-27b"
|
|
300
|
+
# Model ID: google/gemma-3n-e4b
|
|
301
|
+
# Model page: https://phaseo.app/models/google/gemma-3n-e4b
|
|
302
|
+
GOOGLE_GEMMA_3N_E4B = "google/gemma-3n-e4b"
|
|
303
|
+
# Model ID: google/gemma-4-26b-a4b
|
|
304
|
+
# Model page: https://phaseo.app/models/google/gemma-4-26b-a4b
|
|
305
|
+
GOOGLE_GEMMA_4_26B_A4B = "google/gemma-4-26b-a4b"
|
|
306
|
+
# Model ID: google/gemma-4-26b-a4b:free
|
|
307
|
+
# Model page: https://phaseo.app/models/google/gemma-4-26b-a4b%3Afree
|
|
308
|
+
GOOGLE_GEMMA_4_26B_A4B_FREE = "google/gemma-4-26b-a4b:free"
|
|
309
|
+
# Model ID: google/gemma-4-31b
|
|
310
|
+
# Model page: https://phaseo.app/models/google/gemma-4-31b
|
|
311
|
+
GOOGLE_GEMMA_4_31B = "google/gemma-4-31b"
|
|
312
|
+
# Model ID: google/gemma-4-31b-it
|
|
313
|
+
# Model page: https://phaseo.app/models/google/gemma-4-31b-it
|
|
314
|
+
GOOGLE_GEMMA_4_31B_IT = "google/gemma-4-31b-it"
|
|
315
|
+
# Model ID: google/gemma-4-31b:free
|
|
316
|
+
# Model page: https://phaseo.app/models/google/gemma-4-31b%3Afree
|
|
317
|
+
GOOGLE_GEMMA_4_31B_FREE = "google/gemma-4-31b:free"
|
|
318
|
+
# Model ID: google/lyria-3-clip-preview
|
|
319
|
+
# Model page: https://phaseo.app/models/google/lyria-3-clip-preview
|
|
320
|
+
GOOGLE_LYRIA_3_CLIP_PREVIEW = "google/lyria-3-clip-preview"
|
|
321
|
+
# Model ID: google/lyria-3-pro-preview
|
|
322
|
+
# Model page: https://phaseo.app/models/google/lyria-3-pro-preview
|
|
323
|
+
GOOGLE_LYRIA_3_PRO_PREVIEW = "google/lyria-3-pro-preview"
|
|
324
|
+
# Model ID: google/veo-2
|
|
325
|
+
# Model page: https://phaseo.app/models/google/veo-2
|
|
326
|
+
GOOGLE_VEO_2 = "google/veo-2"
|
|
327
|
+
# Model ID: google/veo-3.1-fast-preview
|
|
328
|
+
# Model page: https://phaseo.app/models/google/veo-3.1-fast-preview
|
|
329
|
+
GOOGLE_VEO_3_1_FAST_PREVIEW = "google/veo-3.1-fast-preview"
|
|
330
|
+
# Model ID: google/veo-3.1-lite-generate-preview
|
|
331
|
+
# Model page: https://phaseo.app/models/google/veo-3.1-lite-generate-preview
|
|
332
|
+
GOOGLE_VEO_3_1_LITE_GENERATE_PREVIEW = "google/veo-3.1-lite-generate-preview"
|
|
333
|
+
# Model ID: google/veo-3.1-preview
|
|
334
|
+
# Model page: https://phaseo.app/models/google/veo-3.1-preview
|
|
335
|
+
GOOGLE_VEO_3_1_PREVIEW = "google/veo-3.1-preview"
|
|
336
|
+
# Model ID: ibm/granite-4.1-8b
|
|
337
|
+
# Model page: https://phaseo.app/models/ibm/granite-4.1-8b
|
|
338
|
+
IBM_GRANITE_4_1_8B = "ibm/granite-4.1-8b"
|
|
339
|
+
# Model ID: inception/mercury-2
|
|
340
|
+
# Model page: https://phaseo.app/models/inception/mercury-2
|
|
341
|
+
INCEPTION_MERCURY_2 = "inception/mercury-2"
|
|
342
|
+
# Model ID: inception/mercury-edit-2
|
|
343
|
+
# Model page: https://phaseo.app/models/inception/mercury-edit-2
|
|
344
|
+
INCEPTION_MERCURY_EDIT_2 = "inception/mercury-edit-2"
|
|
345
|
+
# Model ID: inclusionai/ling-2.6-1t
|
|
346
|
+
# Model page: https://phaseo.app/models/inclusionai/ling-2.6-1t
|
|
347
|
+
INCLUSIONAI_LING_2_6_1T = "inclusionai/ling-2.6-1t"
|
|
348
|
+
# Model ID: inclusionai/ling-flash-2.0
|
|
349
|
+
# Model page: https://phaseo.app/models/inclusionai/ling-flash-2.0
|
|
350
|
+
INCLUSIONAI_LING_FLASH_2_0 = "inclusionai/ling-flash-2.0"
|
|
351
|
+
# Model ID: inclusionai/ring-flash-2.0
|
|
352
|
+
# Model page: https://phaseo.app/models/inclusionai/ring-flash-2.0
|
|
353
|
+
INCLUSIONAI_RING_FLASH_2_0 = "inclusionai/ring-flash-2.0"
|
|
354
|
+
# Model ID: inflection/inflection-3-pi
|
|
355
|
+
# Model page: https://phaseo.app/models/inflection/inflection-3-pi
|
|
356
|
+
INFLECTION_INFLECTION_3_PI = "inflection/inflection-3-pi"
|
|
357
|
+
# Model ID: inflection/inflection-3-productivity
|
|
358
|
+
# Model page: https://phaseo.app/models/inflection/inflection-3-productivity
|
|
359
|
+
INFLECTION_INFLECTION_3_PRODUCTIVITY = "inflection/inflection-3-productivity"
|
|
360
|
+
# Model ID: kwaipilot/kat-coder-air-v2.5
|
|
361
|
+
# Model page: https://phaseo.app/models/kwaipilot/kat-coder-air-v2.5
|
|
362
|
+
KWAIPILOT_KAT_CODER_AIR_V2_5 = "kwaipilot/kat-coder-air-v2.5"
|
|
363
|
+
# Model ID: kwaipilot/kat-coder-exp-72b-1010
|
|
364
|
+
# Model page: https://phaseo.app/models/kwaipilot/kat-coder-exp-72b-1010
|
|
365
|
+
KWAIPILOT_KAT_CODER_EXP_72B_1010 = "kwaipilot/kat-coder-exp-72b-1010"
|
|
366
|
+
# Model ID: kwaipilot/kat-coder-pro
|
|
367
|
+
# Model page: https://phaseo.app/models/kwaipilot/kat-coder-pro
|
|
368
|
+
KWAIPILOT_KAT_CODER_PRO = "kwaipilot/kat-coder-pro"
|
|
369
|
+
# Model ID: kwaipilot/kat-coder-pro-v1
|
|
370
|
+
# Model page: https://phaseo.app/models/kwaipilot/kat-coder-pro-v1
|
|
371
|
+
KWAIPILOT_KAT_CODER_PRO_V1 = "kwaipilot/kat-coder-pro-v1"
|
|
372
|
+
# Model ID: kwaipilot/kat-coder-pro-v2
|
|
373
|
+
# Model page: https://phaseo.app/models/kwaipilot/kat-coder-pro-v2
|
|
374
|
+
KWAIPILOT_KAT_CODER_PRO_V2 = "kwaipilot/kat-coder-pro-v2"
|
|
375
|
+
# Model ID: kwaipilot/kat-coder-pro-v2.5
|
|
376
|
+
# Model page: https://phaseo.app/models/kwaipilot/kat-coder-pro-v2.5
|
|
377
|
+
KWAIPILOT_KAT_CODER_PRO_V2_5 = "kwaipilot/kat-coder-pro-v2.5"
|
|
378
|
+
# Model ID: liquid-ai/lfm-2-24b-a2b
|
|
379
|
+
# Model page: https://phaseo.app/models/liquid-ai/lfm-2-24b-a2b
|
|
380
|
+
LIQUID_AI_LFM_2_24B_A2B = "liquid-ai/lfm-2-24b-a2b"
|
|
381
|
+
# Model ID: meituan/longcat-2.0
|
|
382
|
+
# Model page: https://phaseo.app/models/meituan/longcat-2.0
|
|
383
|
+
MEITUAN_LONGCAT_2_0 = "meituan/longcat-2.0"
|
|
384
|
+
# Model ID: meta/llama-3-70b
|
|
385
|
+
# Model page: https://phaseo.app/models/meta/llama-3-70b
|
|
386
|
+
META_LLAMA_3_70B = "meta/llama-3-70b"
|
|
387
|
+
# Model ID: meta/llama-3-8b
|
|
388
|
+
# Model page: https://phaseo.app/models/meta/llama-3-8b
|
|
389
|
+
META_LLAMA_3_8B = "meta/llama-3-8b"
|
|
390
|
+
# Model ID: meta/llama-3-8b-lite
|
|
391
|
+
# Model page: https://phaseo.app/models/meta/llama-3-8b-lite
|
|
392
|
+
META_LLAMA_3_8B_LITE = "meta/llama-3-8b-lite"
|
|
393
|
+
# Model ID: meta/llama-3.1-70b
|
|
394
|
+
# Model page: https://phaseo.app/models/meta/llama-3.1-70b
|
|
395
|
+
META_LLAMA_3_1_70B = "meta/llama-3.1-70b"
|
|
396
|
+
# Model ID: meta/llama-3.1-8b
|
|
397
|
+
# Model page: https://phaseo.app/models/meta/llama-3.1-8b
|
|
398
|
+
META_LLAMA_3_1_8B = "meta/llama-3.1-8b"
|
|
399
|
+
# Model ID: meta/llama-3.2-11b-vision
|
|
400
|
+
# Model page: https://phaseo.app/models/meta/llama-3.2-11b-vision
|
|
401
|
+
META_LLAMA_3_2_11B_VISION = "meta/llama-3.2-11b-vision"
|
|
402
|
+
# Model ID: meta/llama-3.2-3b
|
|
403
|
+
# Model page: https://phaseo.app/models/meta/llama-3.2-3b
|
|
404
|
+
META_LLAMA_3_2_3B = "meta/llama-3.2-3b"
|
|
405
|
+
# Model ID: meta/llama-3.3-70b
|
|
406
|
+
# Model page: https://phaseo.app/models/meta/llama-3.3-70b
|
|
407
|
+
META_LLAMA_3_3_70B = "meta/llama-3.3-70b"
|
|
408
|
+
# Model ID: meta/llama-4-maverick
|
|
409
|
+
# Model page: https://phaseo.app/models/meta/llama-4-maverick
|
|
410
|
+
META_LLAMA_4_MAVERICK = "meta/llama-4-maverick"
|
|
411
|
+
# Model ID: meta/llama-4-scout
|
|
412
|
+
# Model page: https://phaseo.app/models/meta/llama-4-scout
|
|
413
|
+
META_LLAMA_4_SCOUT = "meta/llama-4-scout"
|
|
414
|
+
# Model ID: meta/llama-guard-4-12b
|
|
415
|
+
# Model page: https://phaseo.app/models/meta/llama-guard-4-12b
|
|
416
|
+
META_LLAMA_GUARD_4_12B = "meta/llama-guard-4-12b"
|
|
417
|
+
# Model ID: meta/llama-prompt-guard-2-22m
|
|
418
|
+
# Model page: https://phaseo.app/models/meta/llama-prompt-guard-2-22m
|
|
419
|
+
META_LLAMA_PROMPT_GUARD_2_22M = "meta/llama-prompt-guard-2-22m"
|
|
420
|
+
# Model ID: meta/llama-prompt-guard-2-86m
|
|
421
|
+
# Model page: https://phaseo.app/models/meta/llama-prompt-guard-2-86m
|
|
422
|
+
META_LLAMA_PROMPT_GUARD_2_86M = "meta/llama-prompt-guard-2-86m"
|
|
423
|
+
# Model ID: microsoft/phi-4
|
|
424
|
+
# Model page: https://phaseo.app/models/microsoft/phi-4
|
|
425
|
+
MICROSOFT_PHI_4 = "microsoft/phi-4"
|
|
426
|
+
# Model ID: microsoft/phi-4-mini
|
|
427
|
+
# Model page: https://phaseo.app/models/microsoft/phi-4-mini
|
|
428
|
+
MICROSOFT_PHI_4_MINI = "microsoft/phi-4-mini"
|
|
429
|
+
# Model ID: minimax/hailuo-02
|
|
430
|
+
# Model page: https://phaseo.app/models/minimax/hailuo-02
|
|
431
|
+
MINIMAX_HAILUO_02 = "minimax/hailuo-02"
|
|
432
|
+
# Model ID: minimax/hailuo-2.3
|
|
433
|
+
# Model page: https://phaseo.app/models/minimax/hailuo-2.3
|
|
434
|
+
MINIMAX_HAILUO_2_3 = "minimax/hailuo-2.3"
|
|
435
|
+
# Model ID: minimax/hailuo-2.3-fast
|
|
436
|
+
# Model page: https://phaseo.app/models/minimax/hailuo-2.3-fast
|
|
437
|
+
MINIMAX_HAILUO_2_3_FAST = "minimax/hailuo-2.3-fast"
|
|
438
|
+
# Model ID: minimax/m2-her
|
|
439
|
+
# Model page: https://phaseo.app/models/minimax/m2-her
|
|
440
|
+
MINIMAX_M2_HER = "minimax/m2-her"
|
|
441
|
+
# Model ID: minimax/minimax-m1-80k
|
|
442
|
+
# Model page: https://phaseo.app/models/minimax/minimax-m1-80k
|
|
443
|
+
MINIMAX_MINIMAX_M1_80K = "minimax/minimax-m1-80k"
|
|
444
|
+
# Model ID: minimax/minimax-m2
|
|
445
|
+
# Model page: https://phaseo.app/models/minimax/minimax-m2
|
|
446
|
+
MINIMAX_MINIMAX_M2 = "minimax/minimax-m2"
|
|
447
|
+
# Model ID: minimax/minimax-m2.1
|
|
448
|
+
# Model page: https://phaseo.app/models/minimax/minimax-m2.1
|
|
449
|
+
MINIMAX_MINIMAX_M2_1 = "minimax/minimax-m2.1"
|
|
450
|
+
# Model ID: minimax/minimax-m2.5
|
|
451
|
+
# Model page: https://phaseo.app/models/minimax/minimax-m2.5
|
|
452
|
+
MINIMAX_MINIMAX_M2_5 = "minimax/minimax-m2.5"
|
|
453
|
+
# Model ID: minimax/minimax-m2.5-highspeed
|
|
454
|
+
# Model page: https://phaseo.app/models/minimax/minimax-m2.5-highspeed
|
|
455
|
+
MINIMAX_MINIMAX_M2_5_HIGHSPEED = "minimax/minimax-m2.5-highspeed"
|
|
456
|
+
# Model ID: minimax/minimax-m2.7
|
|
457
|
+
# Model page: https://phaseo.app/models/minimax/minimax-m2.7
|
|
458
|
+
MINIMAX_MINIMAX_M2_7 = "minimax/minimax-m2.7"
|
|
459
|
+
# Model ID: minimax/minimax-m3
|
|
460
|
+
# Model page: https://phaseo.app/models/minimax/minimax-m3
|
|
461
|
+
MINIMAX_MINIMAX_M3 = "minimax/minimax-m3"
|
|
462
|
+
# Model ID: minimax/music-2.6
|
|
463
|
+
# Model page: https://phaseo.app/models/minimax/music-2.6
|
|
464
|
+
MINIMAX_MUSIC_2_6 = "minimax/music-2.6"
|
|
465
|
+
# Model ID: minimax/music-2.6-free
|
|
466
|
+
# Model page: https://phaseo.app/models/minimax/music-2.6-free
|
|
467
|
+
MINIMAX_MUSIC_2_6_FREE = "minimax/music-2.6-free"
|
|
468
|
+
# Model ID: mistral/codestral-embed
|
|
469
|
+
# Model page: https://phaseo.app/models/mistral/codestral-embed
|
|
470
|
+
MISTRAL_CODESTRAL_EMBED = "mistral/codestral-embed"
|
|
471
|
+
# Model ID: mistral/devstral-2
|
|
472
|
+
# Model page: https://phaseo.app/models/mistral/devstral-2
|
|
473
|
+
MISTRAL_DEVSTRAL_2 = "mistral/devstral-2"
|
|
474
|
+
# Model ID: mistral/devstral-medium-1.0
|
|
475
|
+
# Model page: https://phaseo.app/models/mistral/devstral-medium-1.0
|
|
476
|
+
MISTRAL_DEVSTRAL_MEDIUM_1_0 = "mistral/devstral-medium-1.0"
|
|
477
|
+
# Model ID: mistral/devstral-small-1.1
|
|
478
|
+
# Model page: https://phaseo.app/models/mistral/devstral-small-1.1
|
|
479
|
+
MISTRAL_DEVSTRAL_SMALL_1_1 = "mistral/devstral-small-1.1"
|
|
480
|
+
# Model ID: mistral/leanstral-1.5:free
|
|
481
|
+
# Model page: https://phaseo.app/models/mistral/leanstral-1.5%3Afree
|
|
482
|
+
MISTRAL_LEANSTRAL_1_5_FREE = "mistral/leanstral-1.5:free"
|
|
483
|
+
# Model ID: mistral/magistral-medium-1.2
|
|
484
|
+
# Model page: https://phaseo.app/models/mistral/magistral-medium-1.2
|
|
485
|
+
MISTRAL_MAGISTRAL_MEDIUM_1_2 = "mistral/magistral-medium-1.2"
|
|
486
|
+
# Model ID: mistral/ministral-3-14b
|
|
487
|
+
# Model page: https://phaseo.app/models/mistral/ministral-3-14b
|
|
488
|
+
MISTRAL_MINISTRAL_3_14B = "mistral/ministral-3-14b"
|
|
489
|
+
# Model ID: mistral/ministral-3-3b
|
|
490
|
+
# Model page: https://phaseo.app/models/mistral/ministral-3-3b
|
|
491
|
+
MISTRAL_MINISTRAL_3_3B = "mistral/ministral-3-3b"
|
|
492
|
+
# Model ID: mistral/ministral-3-8b
|
|
493
|
+
# Model page: https://phaseo.app/models/mistral/ministral-3-8b
|
|
494
|
+
MISTRAL_MINISTRAL_3_8B = "mistral/ministral-3-8b"
|
|
495
|
+
# Model ID: mistral/mistral-embed
|
|
496
|
+
# Model page: https://phaseo.app/models/mistral/mistral-embed
|
|
497
|
+
MISTRAL_MISTRAL_EMBED = "mistral/mistral-embed"
|
|
498
|
+
# Model ID: mistral/mistral-large-2.1
|
|
499
|
+
# Model page: https://phaseo.app/models/mistral/mistral-large-2.1
|
|
500
|
+
MISTRAL_MISTRAL_LARGE_2_1 = "mistral/mistral-large-2.1"
|
|
501
|
+
# Model ID: mistral/mistral-large-3
|
|
502
|
+
# Model page: https://phaseo.app/models/mistral/mistral-large-3
|
|
503
|
+
MISTRAL_MISTRAL_LARGE_3 = "mistral/mistral-large-3"
|
|
504
|
+
# Model ID: mistral/mistral-medium-3.0
|
|
505
|
+
# Model page: https://phaseo.app/models/mistral/mistral-medium-3.0
|
|
506
|
+
MISTRAL_MISTRAL_MEDIUM_3_0 = "mistral/mistral-medium-3.0"
|
|
507
|
+
# Model ID: mistral/mistral-medium-3.1
|
|
508
|
+
# Model page: https://phaseo.app/models/mistral/mistral-medium-3.1
|
|
509
|
+
MISTRAL_MISTRAL_MEDIUM_3_1 = "mistral/mistral-medium-3.1"
|
|
510
|
+
# Model ID: mistral/mistral-medium-3.5
|
|
511
|
+
# Model page: https://phaseo.app/models/mistral/mistral-medium-3.5
|
|
512
|
+
MISTRAL_MISTRAL_MEDIUM_3_5 = "mistral/mistral-medium-3.5"
|
|
513
|
+
# Model ID: mistral/mistral-moderation
|
|
514
|
+
# Model page: https://phaseo.app/models/mistral/mistral-moderation
|
|
515
|
+
MISTRAL_MISTRAL_MODERATION = "mistral/mistral-moderation"
|
|
516
|
+
# Model ID: mistral/mistral-moderation-2
|
|
517
|
+
# Model page: https://phaseo.app/models/mistral/mistral-moderation-2
|
|
518
|
+
MISTRAL_MISTRAL_MODERATION_2 = "mistral/mistral-moderation-2"
|
|
519
|
+
# Model ID: mistral/mistral-nemo-12b
|
|
520
|
+
# Model page: https://phaseo.app/models/mistral/mistral-nemo-12b
|
|
521
|
+
MISTRAL_MISTRAL_NEMO_12B = "mistral/mistral-nemo-12b"
|
|
522
|
+
# Model ID: mistral/mistral-nemo-2407
|
|
523
|
+
# Model page: https://phaseo.app/models/mistral/mistral-nemo-2407
|
|
524
|
+
MISTRAL_MISTRAL_NEMO_2407 = "mistral/mistral-nemo-2407"
|
|
525
|
+
# Model ID: mistral/mistral-small-24b-2501
|
|
526
|
+
# Model page: https://phaseo.app/models/mistral/mistral-small-24b-2501
|
|
527
|
+
MISTRAL_MISTRAL_SMALL_24B_2501 = "mistral/mistral-small-24b-2501"
|
|
528
|
+
# Model ID: mistral/mistral-small-3.2
|
|
529
|
+
# Model page: https://phaseo.app/models/mistral/mistral-small-3.2
|
|
530
|
+
MISTRAL_MISTRAL_SMALL_3_2 = "mistral/mistral-small-3.2"
|
|
531
|
+
# Model ID: mistral/mistral-small-4
|
|
532
|
+
# Model page: https://phaseo.app/models/mistral/mistral-small-4
|
|
533
|
+
MISTRAL_MISTRAL_SMALL_4 = "mistral/mistral-small-4"
|
|
534
|
+
# Model ID: mistral/mixtral-8x7b
|
|
535
|
+
# Model page: https://phaseo.app/models/mistral/mixtral-8x7b
|
|
536
|
+
MISTRAL_MIXTRAL_8X7B = "mistral/mixtral-8x7b"
|
|
537
|
+
# Model ID: mistral/pixtral-large
|
|
538
|
+
# Model page: https://phaseo.app/models/mistral/pixtral-large
|
|
539
|
+
MISTRAL_PIXTRAL_LARGE = "mistral/pixtral-large"
|
|
540
|
+
# Model ID: mistralai/mistral-nemo
|
|
541
|
+
# Model page: https://phaseo.app/models/mistralai/mistral-nemo
|
|
542
|
+
MISTRALAI_MISTRAL_NEMO = "mistralai/mistral-nemo"
|
|
543
|
+
# Model ID: moonshotai/kimi-k2
|
|
544
|
+
# Model page: https://phaseo.app/models/moonshotai/kimi-k2
|
|
545
|
+
MOONSHOTAI_KIMI_K2 = "moonshotai/kimi-k2"
|
|
546
|
+
# Model ID: moonshotai/kimi-k2-0905
|
|
547
|
+
# Model page: https://phaseo.app/models/moonshotai/kimi-k2-0905
|
|
548
|
+
MOONSHOTAI_KIMI_K2_0905 = "moonshotai/kimi-k2-0905"
|
|
549
|
+
# Model ID: moonshotai/kimi-k2-instruct
|
|
550
|
+
# Model page: https://phaseo.app/models/moonshotai/kimi-k2-instruct
|
|
551
|
+
MOONSHOTAI_KIMI_K2_INSTRUCT = "moonshotai/kimi-k2-instruct"
|
|
552
|
+
# Model ID: moonshotai/kimi-k2-instruct-0905
|
|
553
|
+
# Model page: https://phaseo.app/models/moonshotai/kimi-k2-instruct-0905
|
|
554
|
+
MOONSHOTAI_KIMI_K2_INSTRUCT_0905 = "moonshotai/kimi-k2-instruct-0905"
|
|
555
|
+
# Model ID: moonshotai/kimi-k2-thinking
|
|
556
|
+
# Model page: https://phaseo.app/models/moonshotai/kimi-k2-thinking
|
|
557
|
+
MOONSHOTAI_KIMI_K2_THINKING = "moonshotai/kimi-k2-thinking"
|
|
558
|
+
# Model ID: moonshotai/kimi-k2.5
|
|
559
|
+
# Model page: https://phaseo.app/models/moonshotai/kimi-k2.5
|
|
560
|
+
MOONSHOTAI_KIMI_K2_5 = "moonshotai/kimi-k2.5"
|
|
561
|
+
# Model ID: moonshotai/kimi-k2.5-lightning
|
|
562
|
+
# Model page: https://phaseo.app/models/moonshotai/kimi-k2.5-lightning
|
|
563
|
+
MOONSHOTAI_KIMI_K2_5_LIGHTNING = "moonshotai/kimi-k2.5-lightning"
|
|
564
|
+
# Model ID: moonshotai/kimi-k2.6
|
|
565
|
+
# Model page: https://phaseo.app/models/moonshotai/kimi-k2.6
|
|
566
|
+
MOONSHOTAI_KIMI_K2_6 = "moonshotai/kimi-k2.6"
|
|
567
|
+
# Model ID: moonshotai/kimi-k2.7-code
|
|
568
|
+
# Model page: https://phaseo.app/models/moonshotai/kimi-k2.7-code
|
|
569
|
+
MOONSHOTAI_KIMI_K2_7_CODE = "moonshotai/kimi-k2.7-code"
|
|
570
|
+
# Model ID: moonshotai/moonshot-v1-128k
|
|
571
|
+
# Model page: https://phaseo.app/models/moonshotai/moonshot-v1-128k
|
|
572
|
+
MOONSHOTAI_MOONSHOT_V1_128K = "moonshotai/moonshot-v1-128k"
|
|
573
|
+
# Model ID: moonshotai/moonshot-v1-128k-vision-preview
|
|
574
|
+
# Model page: https://phaseo.app/models/moonshotai/moonshot-v1-128k-vision-preview
|
|
575
|
+
MOONSHOTAI_MOONSHOT_V1_128K_VISION_PREVIEW = "moonshotai/moonshot-v1-128k-vision-preview"
|
|
576
|
+
# Model ID: moonshotai/moonshot-v1-32k
|
|
577
|
+
# Model page: https://phaseo.app/models/moonshotai/moonshot-v1-32k
|
|
578
|
+
MOONSHOTAI_MOONSHOT_V1_32K = "moonshotai/moonshot-v1-32k"
|
|
579
|
+
# Model ID: moonshotai/moonshot-v1-32k-vision-preview
|
|
580
|
+
# Model page: https://phaseo.app/models/moonshotai/moonshot-v1-32k-vision-preview
|
|
581
|
+
MOONSHOTAI_MOONSHOT_V1_32K_VISION_PREVIEW = "moonshotai/moonshot-v1-32k-vision-preview"
|
|
582
|
+
# Model ID: moonshotai/moonshot-v1-8k
|
|
583
|
+
# Model page: https://phaseo.app/models/moonshotai/moonshot-v1-8k
|
|
584
|
+
MOONSHOTAI_MOONSHOT_V1_8K = "moonshotai/moonshot-v1-8k"
|
|
585
|
+
# Model ID: moonshotai/moonshot-v1-8k-vision-preview
|
|
586
|
+
# Model page: https://phaseo.app/models/moonshotai/moonshot-v1-8k-vision-preview
|
|
587
|
+
MOONSHOTAI_MOONSHOT_V1_8K_VISION_PREVIEW = "moonshotai/moonshot-v1-8k-vision-preview"
|
|
588
|
+
# Model ID: morph/morph-v3-fast
|
|
589
|
+
# Model page: https://phaseo.app/models/morph/morph-v3-fast
|
|
590
|
+
MORPH_MORPH_V3_FAST = "morph/morph-v3-fast"
|
|
591
|
+
# Model ID: morph/morph-v3-large
|
|
592
|
+
# Model page: https://phaseo.app/models/morph/morph-v3-large
|
|
593
|
+
MORPH_MORPH_V3_LARGE = "morph/morph-v3-large"
|
|
594
|
+
# Model ID: nex-agi/deepseek-v3.1-nex-n1
|
|
595
|
+
# Model page: https://phaseo.app/models/nex-agi/deepseek-v3.1-nex-n1
|
|
596
|
+
NEX_AGI_DEEPSEEK_V3_1_NEX_N1 = "nex-agi/deepseek-v3.1-nex-n1"
|
|
597
|
+
# Model ID: nex-agi/nex-n2-pro
|
|
598
|
+
# Model page: https://phaseo.app/models/nex-agi/nex-n2-pro
|
|
599
|
+
NEX_AGI_NEX_N2_PRO = "nex-agi/nex-n2-pro"
|
|
600
|
+
# Model ID: nous/hermes-3-llama-3.1-405b
|
|
601
|
+
# Model page: https://phaseo.app/models/nous/hermes-3-llama-3.1-405b
|
|
602
|
+
NOUS_HERMES_3_LLAMA_3_1_405B = "nous/hermes-3-llama-3.1-405b"
|
|
603
|
+
# Model ID: nousresearch/hermes-3-llama-3.1-405b
|
|
604
|
+
# Model page: https://phaseo.app/models/nousresearch/hermes-3-llama-3.1-405b
|
|
605
|
+
NOUSRESEARCH_HERMES_3_LLAMA_3_1_405B = "nousresearch/hermes-3-llama-3.1-405b"
|
|
606
|
+
# Model ID: nousresearch/hermes-3-llama-3.1-70b
|
|
607
|
+
# Model page: https://phaseo.app/models/nousresearch/hermes-3-llama-3.1-70b
|
|
608
|
+
NOUSRESEARCH_HERMES_3_LLAMA_3_1_70B = "nousresearch/hermes-3-llama-3.1-70b"
|
|
609
|
+
# Model ID: nousresearch/hermes-4-405b
|
|
610
|
+
# Model page: https://phaseo.app/models/nousresearch/hermes-4-405b
|
|
611
|
+
NOUSRESEARCH_HERMES_4_405B = "nousresearch/hermes-4-405b"
|
|
612
|
+
# Model ID: nousresearch/hermes-4-70b
|
|
613
|
+
# Model page: https://phaseo.app/models/nousresearch/hermes-4-70b
|
|
614
|
+
NOUSRESEARCH_HERMES_4_70B = "nousresearch/hermes-4-70b"
|
|
615
|
+
# Model ID: nvidia/cosmos3-super-reasoner
|
|
616
|
+
# Model page: https://phaseo.app/models/nvidia/cosmos3-super-reasoner
|
|
617
|
+
NVIDIA_COSMOS3_SUPER_REASONER = "nvidia/cosmos3-super-reasoner"
|
|
618
|
+
# Model ID: nvidia/llama-3.1-nemotron-70b-instruct
|
|
619
|
+
# Model page: https://phaseo.app/models/nvidia/llama-3.1-nemotron-70b-instruct
|
|
620
|
+
NVIDIA_LLAMA_3_1_NEMOTRON_70B_INSTRUCT = "nvidia/llama-3.1-nemotron-70b-instruct"
|
|
621
|
+
# Model ID: nvidia/llama-3.1-nemotron-ultra-253b
|
|
622
|
+
# Model page: https://phaseo.app/models/nvidia/llama-3.1-nemotron-ultra-253b
|
|
623
|
+
NVIDIA_LLAMA_3_1_NEMOTRON_ULTRA_253B = "nvidia/llama-3.1-nemotron-ultra-253b"
|
|
624
|
+
# Model ID: nvidia/llama-3.3-nemotron-super-49b-v1.5
|
|
625
|
+
# Model page: https://phaseo.app/models/nvidia/llama-3.3-nemotron-super-49b-v1.5
|
|
626
|
+
NVIDIA_LLAMA_3_3_NEMOTRON_SUPER_49B_V1_5 = "nvidia/llama-3.3-nemotron-super-49b-v1.5"
|
|
627
|
+
# Model ID: nvidia/nemotron-3-nano-30b-a3b
|
|
628
|
+
# Model page: https://phaseo.app/models/nvidia/nemotron-3-nano-30b-a3b
|
|
629
|
+
NVIDIA_NEMOTRON_3_NANO_30B_A3B = "nvidia/nemotron-3-nano-30b-a3b"
|
|
630
|
+
# Model ID: nvidia/nemotron-3-nano-omni-30b-a3b-reasoning
|
|
631
|
+
# Model page: https://phaseo.app/models/nvidia/nemotron-3-nano-omni-30b-a3b-reasoning
|
|
632
|
+
NVIDIA_NEMOTRON_3_NANO_OMNI_30B_A3B_REASONING = "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning"
|
|
633
|
+
# Model ID: nvidia/nemotron-3-super-120b-a12b
|
|
634
|
+
# Model page: https://phaseo.app/models/nvidia/nemotron-3-super-120b-a12b
|
|
635
|
+
NVIDIA_NEMOTRON_3_SUPER_120B_A12B = "nvidia/nemotron-3-super-120b-a12b"
|
|
636
|
+
# Model ID: nvidia/nemotron-3-ultra-550b-a55b
|
|
637
|
+
# Model page: https://phaseo.app/models/nvidia/nemotron-3-ultra-550b-a55b
|
|
638
|
+
NVIDIA_NEMOTRON_3_ULTRA_550B_A55B = "nvidia/nemotron-3-ultra-550b-a55b"
|
|
639
|
+
# Model ID: nvidia/nvidia-nemotron-3-nano-30b-a3b
|
|
640
|
+
# Model page: https://phaseo.app/models/nvidia/nvidia-nemotron-3-nano-30b-a3b
|
|
641
|
+
NVIDIA_NVIDIA_NEMOTRON_3_NANO_30B_A3B = "nvidia/nvidia-nemotron-3-nano-30b-a3b"
|
|
642
|
+
# Model ID: nvidia/nvidia-nemotron-nano-12b-v2-vl
|
|
643
|
+
# Model page: https://phaseo.app/models/nvidia/nvidia-nemotron-nano-12b-v2-vl
|
|
644
|
+
NVIDIA_NVIDIA_NEMOTRON_NANO_12B_V2_VL = "nvidia/nvidia-nemotron-nano-12b-v2-vl"
|
|
645
|
+
# Model ID: openai/babbage-002
|
|
646
|
+
# Model page: https://phaseo.app/models/openai/babbage-002
|
|
647
|
+
OPENAI_BABBAGE_002 = "openai/babbage-002"
|
|
648
|
+
# Model ID: openai/chat-latest
|
|
649
|
+
# Model page: https://phaseo.app/models/openai/chat-latest
|
|
650
|
+
OPENAI_CHAT_LATEST = "openai/chat-latest"
|
|
651
|
+
# Model ID: openai/chatgpt-4o
|
|
652
|
+
# Model page: https://phaseo.app/models/openai/chatgpt-4o
|
|
653
|
+
OPENAI_CHATGPT_4O = "openai/chatgpt-4o"
|
|
654
|
+
# Model ID: openai/computer-use-preview
|
|
655
|
+
# Model page: https://phaseo.app/models/openai/computer-use-preview
|
|
656
|
+
OPENAI_COMPUTER_USE_PREVIEW = "openai/computer-use-preview"
|
|
657
|
+
# Model ID: openai/davinci-002
|
|
658
|
+
# Model page: https://phaseo.app/models/openai/davinci-002
|
|
659
|
+
OPENAI_DAVINCI_002 = "openai/davinci-002"
|
|
660
|
+
# Model ID: openai/gpt-3.5-turbo-16k
|
|
661
|
+
# Model page: https://phaseo.app/models/openai/gpt-3.5-turbo-16k
|
|
662
|
+
OPENAI_GPT_3_5_TURBO_16K = "openai/gpt-3.5-turbo-16k"
|
|
663
|
+
# Model ID: openai/gpt-3.5-turbo-2023-03-21
|
|
664
|
+
# Model page: https://phaseo.app/models/openai/gpt-3.5-turbo-2023-03-21
|
|
665
|
+
OPENAI_GPT_3_5_TURBO_2023_03_21 = "openai/gpt-3.5-turbo-2023-03-21"
|
|
666
|
+
# Model ID: openai/gpt-4-2023-06-13
|
|
667
|
+
# Model page: https://phaseo.app/models/openai/gpt-4-2023-06-13
|
|
668
|
+
OPENAI_GPT_4_2023_06_13 = "openai/gpt-4-2023-06-13"
|
|
669
|
+
# Model ID: openai/gpt-4-turbo-2023-03-14
|
|
670
|
+
# Model page: https://phaseo.app/models/openai/gpt-4-turbo-2023-03-14
|
|
671
|
+
OPENAI_GPT_4_TURBO_2023_03_14 = "openai/gpt-4-turbo-2023-03-14"
|
|
672
|
+
# Model ID: openai/gpt-4-turbo-2023-11-06
|
|
673
|
+
# Model page: https://phaseo.app/models/openai/gpt-4-turbo-2023-11-06
|
|
674
|
+
OPENAI_GPT_4_TURBO_2023_11_06 = "openai/gpt-4-turbo-2023-11-06"
|
|
675
|
+
# Model ID: openai/gpt-4-turbo-2024-01-25
|
|
676
|
+
# Model page: https://phaseo.app/models/openai/gpt-4-turbo-2024-01-25
|
|
677
|
+
OPENAI_GPT_4_TURBO_2024_01_25 = "openai/gpt-4-turbo-2024-01-25"
|
|
678
|
+
# Model ID: openai/gpt-4.1
|
|
679
|
+
# Model page: https://phaseo.app/models/openai/gpt-4.1
|
|
680
|
+
OPENAI_GPT_4_1 = "openai/gpt-4.1"
|
|
681
|
+
# Model ID: openai/gpt-4.1-mini
|
|
682
|
+
# Model page: https://phaseo.app/models/openai/gpt-4.1-mini
|
|
683
|
+
OPENAI_GPT_4_1_MINI = "openai/gpt-4.1-mini"
|
|
684
|
+
# Model ID: openai/gpt-4.1-nano
|
|
685
|
+
# Model page: https://phaseo.app/models/openai/gpt-4.1-nano
|
|
686
|
+
OPENAI_GPT_4_1_NANO = "openai/gpt-4.1-nano"
|
|
687
|
+
# Model ID: openai/gpt-4o-2024-05-13
|
|
688
|
+
# Model page: https://phaseo.app/models/openai/gpt-4o-2024-05-13
|
|
689
|
+
OPENAI_GPT_4O_2024_05_13 = "openai/gpt-4o-2024-05-13"
|
|
690
|
+
# Model ID: openai/gpt-4o-2024-08-06
|
|
691
|
+
# Model page: https://phaseo.app/models/openai/gpt-4o-2024-08-06
|
|
692
|
+
OPENAI_GPT_4O_2024_08_06 = "openai/gpt-4o-2024-08-06"
|
|
693
|
+
# Model ID: openai/gpt-4o-2024-11-20
|
|
694
|
+
# Model page: https://phaseo.app/models/openai/gpt-4o-2024-11-20
|
|
695
|
+
OPENAI_GPT_4O_2024_11_20 = "openai/gpt-4o-2024-11-20"
|
|
696
|
+
# Model ID: openai/gpt-4o-mini
|
|
697
|
+
# Model page: https://phaseo.app/models/openai/gpt-4o-mini
|
|
698
|
+
OPENAI_GPT_4O_MINI = "openai/gpt-4o-mini"
|
|
699
|
+
# Model ID: openai/gpt-4o-mini-transcribe
|
|
700
|
+
# Model page: https://phaseo.app/models/openai/gpt-4o-mini-transcribe
|
|
701
|
+
OPENAI_GPT_4O_MINI_TRANSCRIBE = "openai/gpt-4o-mini-transcribe"
|
|
702
|
+
# Model ID: openai/gpt-4o-mini-tts
|
|
703
|
+
# Model page: https://phaseo.app/models/openai/gpt-4o-mini-tts
|
|
704
|
+
OPENAI_GPT_4O_MINI_TTS = "openai/gpt-4o-mini-tts"
|
|
705
|
+
# Model ID: openai/gpt-4o-transcribe
|
|
706
|
+
# Model page: https://phaseo.app/models/openai/gpt-4o-transcribe
|
|
707
|
+
OPENAI_GPT_4O_TRANSCRIBE = "openai/gpt-4o-transcribe"
|
|
708
|
+
# Model ID: openai/gpt-5
|
|
709
|
+
# Model page: https://phaseo.app/models/openai/gpt-5
|
|
710
|
+
OPENAI_GPT_5 = "openai/gpt-5"
|
|
711
|
+
# Model ID: openai/gpt-5-chat
|
|
712
|
+
# Model page: https://phaseo.app/models/openai/gpt-5-chat
|
|
713
|
+
OPENAI_GPT_5_CHAT = "openai/gpt-5-chat"
|
|
714
|
+
# Model ID: openai/gpt-5-codex
|
|
715
|
+
# Model page: https://phaseo.app/models/openai/gpt-5-codex
|
|
716
|
+
OPENAI_GPT_5_CODEX = "openai/gpt-5-codex"
|
|
717
|
+
# Model ID: openai/gpt-5-mini
|
|
718
|
+
# Model page: https://phaseo.app/models/openai/gpt-5-mini
|
|
719
|
+
OPENAI_GPT_5_MINI = "openai/gpt-5-mini"
|
|
720
|
+
# Model ID: openai/gpt-5-nano
|
|
721
|
+
# Model page: https://phaseo.app/models/openai/gpt-5-nano
|
|
722
|
+
OPENAI_GPT_5_NANO = "openai/gpt-5-nano"
|
|
723
|
+
# Model ID: openai/gpt-5-pro
|
|
724
|
+
# Model page: https://phaseo.app/models/openai/gpt-5-pro
|
|
725
|
+
OPENAI_GPT_5_PRO = "openai/gpt-5-pro"
|
|
726
|
+
# Model ID: openai/gpt-5.1
|
|
727
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.1
|
|
728
|
+
OPENAI_GPT_5_1 = "openai/gpt-5.1"
|
|
729
|
+
# Model ID: openai/gpt-5.1-chat
|
|
730
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.1-chat
|
|
731
|
+
OPENAI_GPT_5_1_CHAT = "openai/gpt-5.1-chat"
|
|
732
|
+
# Model ID: openai/gpt-5.1-codex
|
|
733
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.1-codex
|
|
734
|
+
OPENAI_GPT_5_1_CODEX = "openai/gpt-5.1-codex"
|
|
735
|
+
# Model ID: openai/gpt-5.1-codex-max
|
|
736
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.1-codex-max
|
|
737
|
+
OPENAI_GPT_5_1_CODEX_MAX = "openai/gpt-5.1-codex-max"
|
|
738
|
+
# Model ID: openai/gpt-5.1-codex-mini
|
|
739
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.1-codex-mini
|
|
740
|
+
OPENAI_GPT_5_1_CODEX_MINI = "openai/gpt-5.1-codex-mini"
|
|
741
|
+
# Model ID: openai/gpt-5.2
|
|
742
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.2
|
|
743
|
+
OPENAI_GPT_5_2 = "openai/gpt-5.2"
|
|
744
|
+
# Model ID: openai/gpt-5.2-chat
|
|
745
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.2-chat
|
|
746
|
+
OPENAI_GPT_5_2_CHAT = "openai/gpt-5.2-chat"
|
|
747
|
+
# Model ID: openai/gpt-5.2-codex
|
|
748
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.2-codex
|
|
749
|
+
OPENAI_GPT_5_2_CODEX = "openai/gpt-5.2-codex"
|
|
750
|
+
# Model ID: openai/gpt-5.2-pro
|
|
751
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.2-pro
|
|
752
|
+
OPENAI_GPT_5_2_PRO = "openai/gpt-5.2-pro"
|
|
753
|
+
# Model ID: openai/gpt-5.3-chat
|
|
754
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.3-chat
|
|
755
|
+
OPENAI_GPT_5_3_CHAT = "openai/gpt-5.3-chat"
|
|
756
|
+
# Model ID: openai/gpt-5.3-codex
|
|
757
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.3-codex
|
|
758
|
+
OPENAI_GPT_5_3_CODEX = "openai/gpt-5.3-codex"
|
|
759
|
+
# Model ID: openai/gpt-5.4
|
|
760
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.4
|
|
761
|
+
OPENAI_GPT_5_4 = "openai/gpt-5.4"
|
|
762
|
+
# Model ID: openai/gpt-5.4-mini
|
|
763
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.4-mini
|
|
764
|
+
OPENAI_GPT_5_4_MINI = "openai/gpt-5.4-mini"
|
|
765
|
+
# Model ID: openai/gpt-5.4-nano
|
|
766
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.4-nano
|
|
767
|
+
OPENAI_GPT_5_4_NANO = "openai/gpt-5.4-nano"
|
|
768
|
+
# Model ID: openai/gpt-5.4-pro
|
|
769
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.4-pro
|
|
770
|
+
OPENAI_GPT_5_4_PRO = "openai/gpt-5.4-pro"
|
|
771
|
+
# Model ID: openai/gpt-5.5
|
|
772
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.5
|
|
773
|
+
OPENAI_GPT_5_5 = "openai/gpt-5.5"
|
|
774
|
+
# Model ID: openai/gpt-5.5-pro
|
|
775
|
+
# Model page: https://phaseo.app/models/openai/gpt-5.5-pro
|
|
776
|
+
OPENAI_GPT_5_5_PRO = "openai/gpt-5.5-pro"
|
|
777
|
+
# Model ID: openai/gpt-image-1
|
|
778
|
+
# Model page: https://phaseo.app/models/openai/gpt-image-1
|
|
779
|
+
OPENAI_GPT_IMAGE_1 = "openai/gpt-image-1"
|
|
780
|
+
# Model ID: openai/gpt-image-1-mini
|
|
781
|
+
# Model page: https://phaseo.app/models/openai/gpt-image-1-mini
|
|
782
|
+
OPENAI_GPT_IMAGE_1_MINI = "openai/gpt-image-1-mini"
|
|
783
|
+
# Model ID: openai/gpt-image-1.5
|
|
784
|
+
# Model page: https://phaseo.app/models/openai/gpt-image-1.5
|
|
785
|
+
OPENAI_GPT_IMAGE_1_5 = "openai/gpt-image-1.5"
|
|
786
|
+
# Model ID: openai/gpt-image-2
|
|
787
|
+
# Model page: https://phaseo.app/models/openai/gpt-image-2
|
|
788
|
+
OPENAI_GPT_IMAGE_2 = "openai/gpt-image-2"
|
|
789
|
+
# Model ID: openai/gpt-oss-120b
|
|
790
|
+
# Model page: https://phaseo.app/models/openai/gpt-oss-120b
|
|
791
|
+
OPENAI_GPT_OSS_120B = "openai/gpt-oss-120b"
|
|
792
|
+
# Model ID: openai/gpt-oss-20b
|
|
793
|
+
# Model page: https://phaseo.app/models/openai/gpt-oss-20b
|
|
794
|
+
OPENAI_GPT_OSS_20B = "openai/gpt-oss-20b"
|
|
795
|
+
# Model ID: openai/gpt-oss-safeguard-20b
|
|
796
|
+
# Model page: https://phaseo.app/models/openai/gpt-oss-safeguard-20b
|
|
797
|
+
OPENAI_GPT_OSS_SAFEGUARD_20B = "openai/gpt-oss-safeguard-20b"
|
|
798
|
+
# Model ID: openai/o1
|
|
799
|
+
# Model page: https://phaseo.app/models/openai/o1
|
|
800
|
+
OPENAI_O1 = "openai/o1"
|
|
801
|
+
# Model ID: openai/o1-mini
|
|
802
|
+
# Model page: https://phaseo.app/models/openai/o1-mini
|
|
803
|
+
OPENAI_O1_MINI = "openai/o1-mini"
|
|
804
|
+
# Model ID: openai/o1-pro
|
|
805
|
+
# Model page: https://phaseo.app/models/openai/o1-pro
|
|
806
|
+
OPENAI_O1_PRO = "openai/o1-pro"
|
|
807
|
+
# Model ID: openai/o3
|
|
808
|
+
# Model page: https://phaseo.app/models/openai/o3
|
|
809
|
+
OPENAI_O3 = "openai/o3"
|
|
810
|
+
# Model ID: openai/o3-deep-research
|
|
811
|
+
# Model page: https://phaseo.app/models/openai/o3-deep-research
|
|
812
|
+
OPENAI_O3_DEEP_RESEARCH = "openai/o3-deep-research"
|
|
813
|
+
# Model ID: openai/o3-mini
|
|
814
|
+
# Model page: https://phaseo.app/models/openai/o3-mini
|
|
815
|
+
OPENAI_O3_MINI = "openai/o3-mini"
|
|
816
|
+
# Model ID: openai/o3-pro
|
|
817
|
+
# Model page: https://phaseo.app/models/openai/o3-pro
|
|
818
|
+
OPENAI_O3_PRO = "openai/o3-pro"
|
|
819
|
+
# Model ID: openai/o4-mini
|
|
820
|
+
# Model page: https://phaseo.app/models/openai/o4-mini
|
|
821
|
+
OPENAI_O4_MINI = "openai/o4-mini"
|
|
822
|
+
# Model ID: openai/o4-mini-deep-research
|
|
823
|
+
# Model page: https://phaseo.app/models/openai/o4-mini-deep-research
|
|
824
|
+
OPENAI_O4_MINI_DEEP_RESEARCH = "openai/o4-mini-deep-research"
|
|
825
|
+
# Model ID: openai/omni-moderation
|
|
826
|
+
# Model page: https://phaseo.app/models/openai/omni-moderation
|
|
827
|
+
OPENAI_OMNI_MODERATION = "openai/omni-moderation"
|
|
828
|
+
# Model ID: openai/sora-2
|
|
829
|
+
# Model page: https://phaseo.app/models/openai/sora-2
|
|
830
|
+
OPENAI_SORA_2 = "openai/sora-2"
|
|
831
|
+
# Model ID: openai/sora-2-pro
|
|
832
|
+
# Model page: https://phaseo.app/models/openai/sora-2-pro
|
|
833
|
+
OPENAI_SORA_2_PRO = "openai/sora-2-pro"
|
|
834
|
+
# Model ID: openai/text-embedding-3-large
|
|
835
|
+
# Model page: https://phaseo.app/models/openai/text-embedding-3-large
|
|
836
|
+
OPENAI_TEXT_EMBEDDING_3_LARGE = "openai/text-embedding-3-large"
|
|
837
|
+
# Model ID: openai/text-embedding-3-small
|
|
838
|
+
# Model page: https://phaseo.app/models/openai/text-embedding-3-small
|
|
839
|
+
OPENAI_TEXT_EMBEDDING_3_SMALL = "openai/text-embedding-3-small"
|
|
840
|
+
# Model ID: openai/text-embedding-ada-002
|
|
841
|
+
# Model page: https://phaseo.app/models/openai/text-embedding-ada-002
|
|
842
|
+
OPENAI_TEXT_EMBEDDING_ADA_002 = "openai/text-embedding-ada-002"
|
|
843
|
+
# Model ID: openai/whisper-1
|
|
844
|
+
# Model page: https://phaseo.app/models/openai/whisper-1
|
|
845
|
+
OPENAI_WHISPER_1 = "openai/whisper-1"
|
|
846
|
+
# Model ID: phaseo/free
|
|
847
|
+
# Model page: https://phaseo.app/models/phaseo/free
|
|
848
|
+
PHASEO_FREE = "phaseo/free"
|
|
849
|
+
# Model ID: poolside/laguna-m.1:free
|
|
850
|
+
# Model page: https://phaseo.app/models/poolside/laguna-m.1%3Afree
|
|
851
|
+
POOLSIDE_LAGUNA_M_1_FREE = "poolside/laguna-m.1:free"
|
|
852
|
+
# Model ID: poolside/laguna-xs-2.1:free
|
|
853
|
+
# Model page: https://phaseo.app/models/poolside/laguna-xs-2.1%3Afree
|
|
854
|
+
POOLSIDE_LAGUNA_XS_2_1_FREE = "poolside/laguna-xs-2.1:free"
|
|
855
|
+
# Model ID: qwen/qvq-max
|
|
856
|
+
# Model page: https://phaseo.app/models/qwen/qvq-max
|
|
857
|
+
QWEN_QVQ_MAX = "qwen/qvq-max"
|
|
858
|
+
# Model ID: qwen/qwen-3.6-plus
|
|
859
|
+
# Model page: https://phaseo.app/models/qwen/qwen-3.6-plus
|
|
860
|
+
QWEN_QWEN_3_6_PLUS = "qwen/qwen-3.6-plus"
|
|
861
|
+
# Model ID: qwen/qwen-flash
|
|
862
|
+
# Model page: https://phaseo.app/models/qwen/qwen-flash
|
|
863
|
+
QWEN_QWEN_FLASH = "qwen/qwen-flash"
|
|
864
|
+
# Model ID: qwen/qwen-flash-character
|
|
865
|
+
# Model page: https://phaseo.app/models/qwen/qwen-flash-character
|
|
866
|
+
QWEN_QWEN_FLASH_CHARACTER = "qwen/qwen-flash-character"
|
|
867
|
+
# Model ID: qwen/qwen-max
|
|
868
|
+
# Model page: https://phaseo.app/models/qwen/qwen-max
|
|
869
|
+
QWEN_QWEN_MAX = "qwen/qwen-max"
|
|
870
|
+
# Model ID: qwen/qwen-mt-flash
|
|
871
|
+
# Model page: https://phaseo.app/models/qwen/qwen-mt-flash
|
|
872
|
+
QWEN_QWEN_MT_FLASH = "qwen/qwen-mt-flash"
|
|
873
|
+
# Model ID: qwen/qwen-mt-lite
|
|
874
|
+
# Model page: https://phaseo.app/models/qwen/qwen-mt-lite
|
|
875
|
+
QWEN_QWEN_MT_LITE = "qwen/qwen-mt-lite"
|
|
876
|
+
# Model ID: qwen/qwen-mt-plus
|
|
877
|
+
# Model page: https://phaseo.app/models/qwen/qwen-mt-plus
|
|
878
|
+
QWEN_QWEN_MT_PLUS = "qwen/qwen-mt-plus"
|
|
879
|
+
# Model ID: qwen/qwen-mt-turbo
|
|
880
|
+
# Model page: https://phaseo.app/models/qwen/qwen-mt-turbo
|
|
881
|
+
QWEN_QWEN_MT_TURBO = "qwen/qwen-mt-turbo"
|
|
882
|
+
# Model ID: qwen/qwen-plus-2025-01-25
|
|
883
|
+
# Model page: https://phaseo.app/models/qwen/qwen-plus-2025-01-25
|
|
884
|
+
QWEN_QWEN_PLUS_2025_01_25 = "qwen/qwen-plus-2025-01-25"
|
|
885
|
+
# Model ID: qwen/qwen-plus-2025-04-28
|
|
886
|
+
# Model page: https://phaseo.app/models/qwen/qwen-plus-2025-04-28
|
|
887
|
+
QWEN_QWEN_PLUS_2025_04_28 = "qwen/qwen-plus-2025-04-28"
|
|
888
|
+
# Model ID: qwen/qwen-plus-2025-07-14
|
|
889
|
+
# Model page: https://phaseo.app/models/qwen/qwen-plus-2025-07-14
|
|
890
|
+
QWEN_QWEN_PLUS_2025_07_14 = "qwen/qwen-plus-2025-07-14"
|
|
891
|
+
# Model ID: qwen/qwen-plus-2025-07-28
|
|
892
|
+
# Model page: https://phaseo.app/models/qwen/qwen-plus-2025-07-28
|
|
893
|
+
QWEN_QWEN_PLUS_2025_07_28 = "qwen/qwen-plus-2025-07-28"
|
|
894
|
+
# Model ID: qwen/qwen-plus-2025-09-11
|
|
895
|
+
# Model page: https://phaseo.app/models/qwen/qwen-plus-2025-09-11
|
|
896
|
+
QWEN_QWEN_PLUS_2025_09_11 = "qwen/qwen-plus-2025-09-11"
|
|
897
|
+
# Model ID: qwen/qwen-plus-2025-12-01
|
|
898
|
+
# Model page: https://phaseo.app/models/qwen/qwen-plus-2025-12-01
|
|
899
|
+
QWEN_QWEN_PLUS_2025_12_01 = "qwen/qwen-plus-2025-12-01"
|
|
900
|
+
# Model ID: qwen/qwen-plus-character
|
|
901
|
+
# Model page: https://phaseo.app/models/qwen/qwen-plus-character
|
|
902
|
+
QWEN_QWEN_PLUS_CHARACTER = "qwen/qwen-plus-character"
|
|
903
|
+
# Model ID: qwen/qwen-turbo-2024-11-01
|
|
904
|
+
# Model page: https://phaseo.app/models/qwen/qwen-turbo-2024-11-01
|
|
905
|
+
QWEN_QWEN_TURBO_2024_11_01 = "qwen/qwen-turbo-2024-11-01"
|
|
906
|
+
# Model ID: qwen/qwen-turbo-2025-04-28
|
|
907
|
+
# Model page: https://phaseo.app/models/qwen/qwen-turbo-2025-04-28
|
|
908
|
+
QWEN_QWEN_TURBO_2025_04_28 = "qwen/qwen-turbo-2025-04-28"
|
|
909
|
+
# Model ID: qwen/qwen-vl-max-2025-04-08
|
|
910
|
+
# Model page: https://phaseo.app/models/qwen/qwen-vl-max-2025-04-08
|
|
911
|
+
QWEN_QWEN_VL_MAX_2025_04_08 = "qwen/qwen-vl-max-2025-04-08"
|
|
912
|
+
# Model ID: qwen/qwen-vl-max-2025-08-13
|
|
913
|
+
# Model page: https://phaseo.app/models/qwen/qwen-vl-max-2025-08-13
|
|
914
|
+
QWEN_QWEN_VL_MAX_2025_08_13 = "qwen/qwen-vl-max-2025-08-13"
|
|
915
|
+
# Model ID: qwen/qwen-vl-plus-2025-01-25
|
|
916
|
+
# Model page: https://phaseo.app/models/qwen/qwen-vl-plus-2025-01-25
|
|
917
|
+
QWEN_QWEN_VL_PLUS_2025_01_25 = "qwen/qwen-vl-plus-2025-01-25"
|
|
918
|
+
# Model ID: qwen/qwen-vl-plus-2025-05-07
|
|
919
|
+
# Model page: https://phaseo.app/models/qwen/qwen-vl-plus-2025-05-07
|
|
920
|
+
QWEN_QWEN_VL_PLUS_2025_05_07 = "qwen/qwen-vl-plus-2025-05-07"
|
|
921
|
+
# Model ID: qwen/qwen-vl-plus-2025-08-15
|
|
922
|
+
# Model page: https://phaseo.app/models/qwen/qwen-vl-plus-2025-08-15
|
|
923
|
+
QWEN_QWEN_VL_PLUS_2025_08_15 = "qwen/qwen-vl-plus-2025-08-15"
|
|
924
|
+
# Model ID: qwen/qwen2.5-14b
|
|
925
|
+
# Model page: https://phaseo.app/models/qwen/qwen2.5-14b
|
|
926
|
+
QWEN_QWEN2_5_14B = "qwen/qwen2.5-14b"
|
|
927
|
+
# Model ID: qwen/qwen2.5-14b-1m
|
|
928
|
+
# Model page: https://phaseo.app/models/qwen/qwen2.5-14b-1m
|
|
929
|
+
QWEN_QWEN2_5_14B_1M = "qwen/qwen2.5-14b-1m"
|
|
930
|
+
# Model ID: qwen/qwen2.5-32b
|
|
931
|
+
# Model page: https://phaseo.app/models/qwen/qwen2.5-32b
|
|
932
|
+
QWEN_QWEN2_5_32B = "qwen/qwen2.5-32b"
|
|
933
|
+
# Model ID: qwen/qwen2.5-72b
|
|
934
|
+
# Model page: https://phaseo.app/models/qwen/qwen2.5-72b
|
|
935
|
+
QWEN_QWEN2_5_72B = "qwen/qwen2.5-72b"
|
|
936
|
+
# Model ID: qwen/qwen2.5-7b
|
|
937
|
+
# Model page: https://phaseo.app/models/qwen/qwen2.5-7b
|
|
938
|
+
QWEN_QWEN2_5_7B = "qwen/qwen2.5-7b"
|
|
939
|
+
# Model ID: qwen/qwen2.5-7b-1m
|
|
940
|
+
# Model page: https://phaseo.app/models/qwen/qwen2.5-7b-1m
|
|
941
|
+
QWEN_QWEN2_5_7B_1M = "qwen/qwen2.5-7b-1m"
|
|
942
|
+
# Model ID: qwen/qwen2.5-coder-7b
|
|
943
|
+
# Model page: https://phaseo.app/models/qwen/qwen2.5-coder-7b
|
|
944
|
+
QWEN_QWEN2_5_CODER_7B = "qwen/qwen2.5-coder-7b"
|
|
945
|
+
# Model ID: qwen/qwen2.5-vl-32b
|
|
946
|
+
# Model page: https://phaseo.app/models/qwen/qwen2.5-vl-32b
|
|
947
|
+
QWEN_QWEN2_5_VL_32B = "qwen/qwen2.5-vl-32b"
|
|
948
|
+
# Model ID: qwen/qwen2.5-vl-32b-instruct
|
|
949
|
+
# Model page: https://phaseo.app/models/qwen/qwen2.5-vl-32b-instruct
|
|
950
|
+
QWEN_QWEN2_5_VL_32B_INSTRUCT = "qwen/qwen2.5-vl-32b-instruct"
|
|
951
|
+
# Model ID: qwen/qwen2.5-vl-72b
|
|
952
|
+
# Model page: https://phaseo.app/models/qwen/qwen2.5-vl-72b
|
|
953
|
+
QWEN_QWEN2_5_VL_72B = "qwen/qwen2.5-vl-72b"
|
|
954
|
+
# Model ID: qwen/qwen2.5-vl-72b-instruct
|
|
955
|
+
# Model page: https://phaseo.app/models/qwen/qwen2.5-vl-72b-instruct
|
|
956
|
+
QWEN_QWEN2_5_VL_72B_INSTRUCT = "qwen/qwen2.5-vl-72b-instruct"
|
|
957
|
+
# Model ID: qwen/qwen2.5-vl-7b
|
|
958
|
+
# Model page: https://phaseo.app/models/qwen/qwen2.5-vl-7b
|
|
959
|
+
QWEN_QWEN2_5_VL_7B = "qwen/qwen2.5-vl-7b"
|
|
960
|
+
# Model ID: qwen/qwen3-0.6b
|
|
961
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-0.6b
|
|
962
|
+
QWEN_QWEN3_0_6B = "qwen/qwen3-0.6b"
|
|
963
|
+
# Model ID: qwen/qwen3-1.7b
|
|
964
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-1.7b
|
|
965
|
+
QWEN_QWEN3_1_7B = "qwen/qwen3-1.7b"
|
|
966
|
+
# Model ID: qwen/qwen3-14b
|
|
967
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-14b
|
|
968
|
+
QWEN_QWEN3_14B = "qwen/qwen3-14b"
|
|
969
|
+
# Model ID: qwen/qwen3-235b-a22b-2507
|
|
970
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-235b-a22b-2507
|
|
971
|
+
QWEN_QWEN3_235B_A22B_2507 = "qwen/qwen3-235b-a22b-2507"
|
|
972
|
+
# Model ID: qwen/qwen3-235b-a22b-instruct-2507
|
|
973
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-235b-a22b-instruct-2507
|
|
974
|
+
QWEN_QWEN3_235B_A22B_INSTRUCT_2507 = "qwen/qwen3-235b-a22b-instruct-2507"
|
|
975
|
+
# Model ID: qwen/qwen3-235b-a22b-thinking-2507
|
|
976
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-235b-a22b-thinking-2507
|
|
977
|
+
QWEN_QWEN3_235B_A22B_THINKING_2507 = "qwen/qwen3-235b-a22b-thinking-2507"
|
|
978
|
+
# Model ID: qwen/qwen3-30b-a3b
|
|
979
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-30b-a3b
|
|
980
|
+
QWEN_QWEN3_30B_A3B = "qwen/qwen3-30b-a3b"
|
|
981
|
+
# Model ID: qwen/qwen3-30b-a3b-2507
|
|
982
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-30b-a3b-2507
|
|
983
|
+
QWEN_QWEN3_30B_A3B_2507 = "qwen/qwen3-30b-a3b-2507"
|
|
984
|
+
# Model ID: qwen/qwen3-30b-a3b-instruct-2507
|
|
985
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-30b-a3b-instruct-2507
|
|
986
|
+
QWEN_QWEN3_30B_A3B_INSTRUCT_2507 = "qwen/qwen3-30b-a3b-instruct-2507"
|
|
987
|
+
# Model ID: qwen/qwen3-30b-a3b-thinking-2507
|
|
988
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-30b-a3b-thinking-2507
|
|
989
|
+
QWEN_QWEN3_30B_A3B_THINKING_2507 = "qwen/qwen3-30b-a3b-thinking-2507"
|
|
990
|
+
# Model ID: qwen/qwen3-32b
|
|
991
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-32b
|
|
992
|
+
QWEN_QWEN3_32B = "qwen/qwen3-32b"
|
|
993
|
+
# Model ID: qwen/qwen3-4b
|
|
994
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-4b
|
|
995
|
+
QWEN_QWEN3_4B = "qwen/qwen3-4b"
|
|
996
|
+
# Model ID: qwen/qwen3-8b
|
|
997
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-8b
|
|
998
|
+
QWEN_QWEN3_8B = "qwen/qwen3-8b"
|
|
999
|
+
# Model ID: qwen/qwen3-coder
|
|
1000
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-coder
|
|
1001
|
+
QWEN_QWEN3_CODER = "qwen/qwen3-coder"
|
|
1002
|
+
# Model ID: qwen/qwen3-coder-30b-a3b
|
|
1003
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-coder-30b-a3b
|
|
1004
|
+
QWEN_QWEN3_CODER_30B_A3B = "qwen/qwen3-coder-30b-a3b"
|
|
1005
|
+
# Model ID: qwen/qwen3-coder-480b-a35b
|
|
1006
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-coder-480b-a35b
|
|
1007
|
+
QWEN_QWEN3_CODER_480B_A35B = "qwen/qwen3-coder-480b-a35b"
|
|
1008
|
+
# Model ID: qwen/qwen3-coder-flash
|
|
1009
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-coder-flash
|
|
1010
|
+
QWEN_QWEN3_CODER_FLASH = "qwen/qwen3-coder-flash"
|
|
1011
|
+
# Model ID: qwen/qwen3-coder-next
|
|
1012
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-coder-next
|
|
1013
|
+
QWEN_QWEN3_CODER_NEXT = "qwen/qwen3-coder-next"
|
|
1014
|
+
# Model ID: qwen/qwen3-coder-plus-2025-07-22
|
|
1015
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-coder-plus-2025-07-22
|
|
1016
|
+
QWEN_QWEN3_CODER_PLUS_2025_07_22 = "qwen/qwen3-coder-plus-2025-07-22"
|
|
1017
|
+
# Model ID: qwen/qwen3-coder-plus-2025-09-23
|
|
1018
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-coder-plus-2025-09-23
|
|
1019
|
+
QWEN_QWEN3_CODER_PLUS_2025_09_23 = "qwen/qwen3-coder-plus-2025-09-23"
|
|
1020
|
+
# Model ID: qwen/qwen3-embedding-8b
|
|
1021
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-embedding-8b
|
|
1022
|
+
QWEN_QWEN3_EMBEDDING_8B = "qwen/qwen3-embedding-8b"
|
|
1023
|
+
# Model ID: qwen/qwen3-max
|
|
1024
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-max
|
|
1025
|
+
QWEN_QWEN3_MAX = "qwen/qwen3-max"
|
|
1026
|
+
# Model ID: qwen/qwen3-max-2025-09-23
|
|
1027
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-max-2025-09-23
|
|
1028
|
+
QWEN_QWEN3_MAX_2025_09_23 = "qwen/qwen3-max-2025-09-23"
|
|
1029
|
+
# Model ID: qwen/qwen3-max-2026-01-23
|
|
1030
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-max-2026-01-23
|
|
1031
|
+
QWEN_QWEN3_MAX_2026_01_23 = "qwen/qwen3-max-2026-01-23"
|
|
1032
|
+
# Model ID: qwen/qwen3-max-preview
|
|
1033
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-max-preview
|
|
1034
|
+
QWEN_QWEN3_MAX_PREVIEW = "qwen/qwen3-max-preview"
|
|
1035
|
+
# Model ID: qwen/qwen3-max-thinking
|
|
1036
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-max-thinking
|
|
1037
|
+
QWEN_QWEN3_MAX_THINKING = "qwen/qwen3-max-thinking"
|
|
1038
|
+
# Model ID: qwen/qwen3-next-80b
|
|
1039
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-next-80b
|
|
1040
|
+
QWEN_QWEN3_NEXT_80B = "qwen/qwen3-next-80b"
|
|
1041
|
+
# Model ID: qwen/qwen3-next-80b-a3b
|
|
1042
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-next-80b-a3b
|
|
1043
|
+
QWEN_QWEN3_NEXT_80B_A3B = "qwen/qwen3-next-80b-a3b"
|
|
1044
|
+
# Model ID: qwen/qwen3-next-80b-a3b-instruct
|
|
1045
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-next-80b-a3b-instruct
|
|
1046
|
+
QWEN_QWEN3_NEXT_80B_A3B_INSTRUCT = "qwen/qwen3-next-80b-a3b-instruct"
|
|
1047
|
+
# Model ID: qwen/qwen3-next-80b-a3b-thinking
|
|
1048
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-next-80b-a3b-thinking
|
|
1049
|
+
QWEN_QWEN3_NEXT_80B_A3B_THINKING = "qwen/qwen3-next-80b-a3b-thinking"
|
|
1050
|
+
# Model ID: qwen/qwen3-omni-30b-a3b-thinking
|
|
1051
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-omni-30b-a3b-thinking
|
|
1052
|
+
QWEN_QWEN3_OMNI_30B_A3B_THINKING = "qwen/qwen3-omni-30b-a3b-thinking"
|
|
1053
|
+
# Model ID: qwen/qwen3-reranker
|
|
1054
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-reranker
|
|
1055
|
+
QWEN_QWEN3_RERANKER = "qwen/qwen3-reranker"
|
|
1056
|
+
# Model ID: qwen/qwen3-vl-235b-a22b
|
|
1057
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-vl-235b-a22b
|
|
1058
|
+
QWEN_QWEN3_VL_235B_A22B = "qwen/qwen3-vl-235b-a22b"
|
|
1059
|
+
# Model ID: qwen/qwen3-vl-235b-a22b-instruct
|
|
1060
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-vl-235b-a22b-instruct
|
|
1061
|
+
QWEN_QWEN3_VL_235B_A22B_INSTRUCT = "qwen/qwen3-vl-235b-a22b-instruct"
|
|
1062
|
+
# Model ID: qwen/qwen3-vl-235b-a22b-thinking
|
|
1063
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-vl-235b-a22b-thinking
|
|
1064
|
+
QWEN_QWEN3_VL_235B_A22B_THINKING = "qwen/qwen3-vl-235b-a22b-thinking"
|
|
1065
|
+
# Model ID: qwen/qwen3-vl-30b-a3b
|
|
1066
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-vl-30b-a3b
|
|
1067
|
+
QWEN_QWEN3_VL_30B_A3B = "qwen/qwen3-vl-30b-a3b"
|
|
1068
|
+
# Model ID: qwen/qwen3-vl-30b-a3b-instruct
|
|
1069
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-vl-30b-a3b-instruct
|
|
1070
|
+
QWEN_QWEN3_VL_30B_A3B_INSTRUCT = "qwen/qwen3-vl-30b-a3b-instruct"
|
|
1071
|
+
# Model ID: qwen/qwen3-vl-30b-a3b-thinking
|
|
1072
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-vl-30b-a3b-thinking
|
|
1073
|
+
QWEN_QWEN3_VL_30B_A3B_THINKING = "qwen/qwen3-vl-30b-a3b-thinking"
|
|
1074
|
+
# Model ID: qwen/qwen3-vl-32b-instruct
|
|
1075
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-vl-32b-instruct
|
|
1076
|
+
QWEN_QWEN3_VL_32B_INSTRUCT = "qwen/qwen3-vl-32b-instruct"
|
|
1077
|
+
# Model ID: qwen/qwen3-vl-32b-thinking
|
|
1078
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-vl-32b-thinking
|
|
1079
|
+
QWEN_QWEN3_VL_32B_THINKING = "qwen/qwen3-vl-32b-thinking"
|
|
1080
|
+
# Model ID: qwen/qwen3-vl-8b
|
|
1081
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-vl-8b
|
|
1082
|
+
QWEN_QWEN3_VL_8B = "qwen/qwen3-vl-8b"
|
|
1083
|
+
# Model ID: qwen/qwen3-vl-8b-instruct
|
|
1084
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-vl-8b-instruct
|
|
1085
|
+
QWEN_QWEN3_VL_8B_INSTRUCT = "qwen/qwen3-vl-8b-instruct"
|
|
1086
|
+
# Model ID: qwen/qwen3-vl-flash-2025-10-15
|
|
1087
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-vl-flash-2025-10-15
|
|
1088
|
+
QWEN_QWEN3_VL_FLASH_2025_10_15 = "qwen/qwen3-vl-flash-2025-10-15"
|
|
1089
|
+
# Model ID: qwen/qwen3-vl-flash-2026-01-22
|
|
1090
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-vl-flash-2026-01-22
|
|
1091
|
+
QWEN_QWEN3_VL_FLASH_2026_01_22 = "qwen/qwen3-vl-flash-2026-01-22"
|
|
1092
|
+
# Model ID: qwen/qwen3-vl-plus-2025-09-23
|
|
1093
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-vl-plus-2025-09-23
|
|
1094
|
+
QWEN_QWEN3_VL_PLUS_2025_09_23 = "qwen/qwen3-vl-plus-2025-09-23"
|
|
1095
|
+
# Model ID: qwen/qwen3-vl-plus-2025-12-19
|
|
1096
|
+
# Model page: https://phaseo.app/models/qwen/qwen3-vl-plus-2025-12-19
|
|
1097
|
+
QWEN_QWEN3_VL_PLUS_2025_12_19 = "qwen/qwen3-vl-plus-2025-12-19"
|
|
1098
|
+
# Model ID: qwen/qwen3.5-122b-a10b
|
|
1099
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.5-122b-a10b
|
|
1100
|
+
QWEN_QWEN3_5_122B_A10B = "qwen/qwen3.5-122b-a10b"
|
|
1101
|
+
# Model ID: qwen/qwen3.5-27b
|
|
1102
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.5-27b
|
|
1103
|
+
QWEN_QWEN3_5_27B = "qwen/qwen3.5-27b"
|
|
1104
|
+
# Model ID: qwen/qwen3.5-35b-a3b
|
|
1105
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.5-35b-a3b
|
|
1106
|
+
QWEN_QWEN3_5_35B_A3B = "qwen/qwen3.5-35b-a3b"
|
|
1107
|
+
# Model ID: qwen/qwen3.5-397b-a17b
|
|
1108
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.5-397b-a17b
|
|
1109
|
+
QWEN_QWEN3_5_397B_A17B = "qwen/qwen3.5-397b-a17b"
|
|
1110
|
+
# Model ID: qwen/qwen3.5-4b
|
|
1111
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.5-4b
|
|
1112
|
+
QWEN_QWEN3_5_4B = "qwen/qwen3.5-4b"
|
|
1113
|
+
# Model ID: qwen/qwen3.5-9b
|
|
1114
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.5-9b
|
|
1115
|
+
QWEN_QWEN3_5_9B = "qwen/qwen3.5-9b"
|
|
1116
|
+
# Model ID: qwen/qwen3.5-flash
|
|
1117
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.5-flash
|
|
1118
|
+
QWEN_QWEN3_5_FLASH = "qwen/qwen3.5-flash"
|
|
1119
|
+
# Model ID: qwen/qwen3.5-livetranslate-flash-realtime-2026-05-19
|
|
1120
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.5-livetranslate-flash-realtime-2026-05-19
|
|
1121
|
+
QWEN_QWEN3_5_LIVETRANSLATE_FLASH_REALTIME_2026_05_19 = "qwen/qwen3.5-livetranslate-flash-realtime-2026-05-19"
|
|
1122
|
+
# Model ID: qwen/qwen3.5-plus
|
|
1123
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.5-plus
|
|
1124
|
+
QWEN_QWEN3_5_PLUS = "qwen/qwen3.5-plus"
|
|
1125
|
+
# Model ID: qwen/qwen3.5-plus-2026-04-20
|
|
1126
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.5-plus-2026-04-20
|
|
1127
|
+
QWEN_QWEN3_5_PLUS_2026_04_20 = "qwen/qwen3.5-plus-2026-04-20"
|
|
1128
|
+
# Model ID: qwen/qwen3.6-27b
|
|
1129
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.6-27b
|
|
1130
|
+
QWEN_QWEN3_6_27B = "qwen/qwen3.6-27b"
|
|
1131
|
+
# Model ID: qwen/qwen3.6-35b-a3b
|
|
1132
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.6-35b-a3b
|
|
1133
|
+
QWEN_QWEN3_6_35B_A3B = "qwen/qwen3.6-35b-a3b"
|
|
1134
|
+
# Model ID: qwen/qwen3.6-max-preview
|
|
1135
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.6-max-preview
|
|
1136
|
+
QWEN_QWEN3_6_MAX_PREVIEW = "qwen/qwen3.6-max-preview"
|
|
1137
|
+
# Model ID: qwen/qwen3.6-plus
|
|
1138
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.6-plus
|
|
1139
|
+
QWEN_QWEN3_6_PLUS = "qwen/qwen3.6-plus"
|
|
1140
|
+
# Model ID: qwen/qwen3.7-max
|
|
1141
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.7-max
|
|
1142
|
+
QWEN_QWEN3_7_MAX = "qwen/qwen3.7-max"
|
|
1143
|
+
# Model ID: qwen/qwen3.7-max-2026-05-17
|
|
1144
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.7-max-2026-05-17
|
|
1145
|
+
QWEN_QWEN3_7_MAX_2026_05_17 = "qwen/qwen3.7-max-2026-05-17"
|
|
1146
|
+
# Model ID: qwen/qwen3.7-plus
|
|
1147
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.7-plus
|
|
1148
|
+
QWEN_QWEN3_7_PLUS = "qwen/qwen3.7-plus"
|
|
1149
|
+
# Model ID: qwen/qwen3.7-plus-2026-05-26
|
|
1150
|
+
# Model page: https://phaseo.app/models/qwen/qwen3.7-plus-2026-05-26
|
|
1151
|
+
QWEN_QWEN3_7_PLUS_2026_05_26 = "qwen/qwen3.7-plus-2026-05-26"
|
|
1152
|
+
# Model ID: qwen/qwq-32b
|
|
1153
|
+
# Model page: https://phaseo.app/models/qwen/qwq-32b
|
|
1154
|
+
QWEN_QWQ_32B = "qwen/qwq-32b"
|
|
1155
|
+
# Model ID: qwen/qwq-plus
|
|
1156
|
+
# Model page: https://phaseo.app/models/qwen/qwq-plus
|
|
1157
|
+
QWEN_QWQ_PLUS = "qwen/qwq-plus"
|
|
1158
|
+
# Model ID: qwen/text-embedding-v3
|
|
1159
|
+
# Model page: https://phaseo.app/models/qwen/text-embedding-v3
|
|
1160
|
+
QWEN_TEXT_EMBEDDING_V3 = "qwen/text-embedding-v3"
|
|
1161
|
+
# Model ID: qwen/text-embedding-v4
|
|
1162
|
+
# Model page: https://phaseo.app/models/qwen/text-embedding-v4
|
|
1163
|
+
QWEN_TEXT_EMBEDDING_V4 = "qwen/text-embedding-v4"
|
|
1164
|
+
# Model ID: qwen/wan2.7-t2v
|
|
1165
|
+
# Model page: https://phaseo.app/models/qwen/wan2.7-t2v
|
|
1166
|
+
QWEN_WAN2_7_T2V = "qwen/wan2.7-t2v"
|
|
1167
|
+
# Model ID: spacex-ai/grok-4.20-beta-0309
|
|
1168
|
+
# Model page: https://phaseo.app/models/spacex-ai/grok-4.20-beta-0309
|
|
1169
|
+
SPACEX_AI_GROK_4_20_BETA_0309 = "spacex-ai/grok-4.20-beta-0309"
|
|
1170
|
+
# Model ID: spacex-ai/grok-4.20-multi-agent-beta-0309
|
|
1171
|
+
# Model page: https://phaseo.app/models/spacex-ai/grok-4.20-multi-agent-beta-0309
|
|
1172
|
+
SPACEX_AI_GROK_4_20_MULTI_AGENT_BETA_0309 = "spacex-ai/grok-4.20-multi-agent-beta-0309"
|
|
1173
|
+
# Model ID: spacex-ai/grok-4.3
|
|
1174
|
+
# Model page: https://phaseo.app/models/spacex-ai/grok-4.3
|
|
1175
|
+
SPACEX_AI_GROK_4_3 = "spacex-ai/grok-4.3"
|
|
1176
|
+
# Model ID: spacex-ai/grok-4.5
|
|
1177
|
+
# Model page: https://phaseo.app/models/spacex-ai/grok-4.5
|
|
1178
|
+
SPACEX_AI_GROK_4_5 = "spacex-ai/grok-4.5"
|
|
1179
|
+
# Model ID: spacex-ai/grok-build-0.1
|
|
1180
|
+
# Model page: https://phaseo.app/models/spacex-ai/grok-build-0.1
|
|
1181
|
+
SPACEX_AI_GROK_BUILD_0_1 = "spacex-ai/grok-build-0.1"
|
|
1182
|
+
# Model ID: spacex-ai/grok-code-fast-1
|
|
1183
|
+
# Model page: https://phaseo.app/models/spacex-ai/grok-code-fast-1
|
|
1184
|
+
SPACEX_AI_GROK_CODE_FAST_1 = "spacex-ai/grok-code-fast-1"
|
|
1185
|
+
# Model ID: spacex-ai/grok-imagine-image
|
|
1186
|
+
# Model page: https://phaseo.app/models/spacex-ai/grok-imagine-image
|
|
1187
|
+
SPACEX_AI_GROK_IMAGINE_IMAGE = "spacex-ai/grok-imagine-image"
|
|
1188
|
+
# Model ID: spacex-ai/grok-imagine-image-quality
|
|
1189
|
+
# Model page: https://phaseo.app/models/spacex-ai/grok-imagine-image-quality
|
|
1190
|
+
SPACEX_AI_GROK_IMAGINE_IMAGE_QUALITY = "spacex-ai/grok-imagine-image-quality"
|
|
1191
|
+
# Model ID: spacex-ai/grok-imagine-video
|
|
1192
|
+
# Model page: https://phaseo.app/models/spacex-ai/grok-imagine-video
|
|
1193
|
+
SPACEX_AI_GROK_IMAGINE_VIDEO = "spacex-ai/grok-imagine-video"
|
|
1194
|
+
# Model ID: spacex-ai/grok-tts
|
|
1195
|
+
# Model page: https://phaseo.app/models/spacex-ai/grok-tts
|
|
1196
|
+
SPACEX_AI_GROK_TTS = "spacex-ai/grok-tts"
|
|
1197
|
+
# Model ID: stepfun/step-3.5-flash
|
|
1198
|
+
# Model page: https://phaseo.app/models/stepfun/step-3.5-flash
|
|
1199
|
+
STEPFUN_STEP_3_5_FLASH = "stepfun/step-3.5-flash"
|
|
1200
|
+
# Model ID: stepfun/step-3.7-flash
|
|
1201
|
+
# Model page: https://phaseo.app/models/stepfun/step-3.7-flash
|
|
1202
|
+
STEPFUN_STEP_3_7_FLASH = "stepfun/step-3.7-flash"
|
|
1203
|
+
# Model ID: tencent/hunyuan-a13b-instruct
|
|
1204
|
+
# Model page: https://phaseo.app/models/tencent/hunyuan-a13b-instruct
|
|
1205
|
+
TENCENT_HUNYUAN_A13B_INSTRUCT = "tencent/hunyuan-a13b-instruct"
|
|
1206
|
+
# Model ID: tencent/hy3
|
|
1207
|
+
# Model page: https://phaseo.app/models/tencent/hy3
|
|
1208
|
+
TENCENT_HY3 = "tencent/hy3"
|
|
1209
|
+
# Model ID: tencent/hy3-preview
|
|
1210
|
+
# Model page: https://phaseo.app/models/tencent/hy3-preview
|
|
1211
|
+
TENCENT_HY3_PREVIEW = "tencent/hy3-preview"
|
|
1212
|
+
# Model ID: tencent/hy3:free
|
|
1213
|
+
# Model page: https://phaseo.app/models/tencent/hy3%3Afree
|
|
1214
|
+
TENCENT_HY3_FREE = "tencent/hy3:free"
|
|
1215
|
+
# Model ID: venice/venice-uncensored
|
|
1216
|
+
# Model page: https://phaseo.app/models/venice/venice-uncensored
|
|
1217
|
+
VENICE_VENICE_UNCENSORED = "venice/venice-uncensored"
|
|
1218
|
+
# Model ID: venice/venice-uncensored-1.1
|
|
1219
|
+
# Model page: https://phaseo.app/models/venice/venice-uncensored-1.1
|
|
1220
|
+
VENICE_VENICE_UNCENSORED_1_1 = "venice/venice-uncensored-1.1"
|
|
1221
|
+
# Model ID: voyage/rerank-1
|
|
1222
|
+
# Model page: https://phaseo.app/models/voyage/rerank-1
|
|
1223
|
+
VOYAGE_RERANK_1 = "voyage/rerank-1"
|
|
1224
|
+
# Model ID: voyage/rerank-2
|
|
1225
|
+
# Model page: https://phaseo.app/models/voyage/rerank-2
|
|
1226
|
+
VOYAGE_RERANK_2 = "voyage/rerank-2"
|
|
1227
|
+
# Model ID: voyage/rerank-2-lite
|
|
1228
|
+
# Model page: https://phaseo.app/models/voyage/rerank-2-lite
|
|
1229
|
+
VOYAGE_RERANK_2_LITE = "voyage/rerank-2-lite"
|
|
1230
|
+
# Model ID: voyage/rerank-lite-1
|
|
1231
|
+
# Model page: https://phaseo.app/models/voyage/rerank-lite-1
|
|
1232
|
+
VOYAGE_RERANK_LITE_1 = "voyage/rerank-lite-1"
|
|
1233
|
+
# Model ID: voyage/voyage-01
|
|
1234
|
+
# Model page: https://phaseo.app/models/voyage/voyage-01
|
|
1235
|
+
VOYAGE_VOYAGE_01 = "voyage/voyage-01"
|
|
1236
|
+
# Model ID: voyage/voyage-02
|
|
1237
|
+
# Model page: https://phaseo.app/models/voyage/voyage-02
|
|
1238
|
+
VOYAGE_VOYAGE_02 = "voyage/voyage-02"
|
|
1239
|
+
# Model ID: voyage/voyage-2
|
|
1240
|
+
# Model page: https://phaseo.app/models/voyage/voyage-2
|
|
1241
|
+
VOYAGE_VOYAGE_2 = "voyage/voyage-2"
|
|
1242
|
+
# Model ID: voyage/voyage-3
|
|
1243
|
+
# Model page: https://phaseo.app/models/voyage/voyage-3
|
|
1244
|
+
VOYAGE_VOYAGE_3 = "voyage/voyage-3"
|
|
1245
|
+
# Model ID: voyage/voyage-3-large
|
|
1246
|
+
# Model page: https://phaseo.app/models/voyage/voyage-3-large
|
|
1247
|
+
VOYAGE_VOYAGE_3_LARGE = "voyage/voyage-3-large"
|
|
1248
|
+
# Model ID: voyage/voyage-3-lite
|
|
1249
|
+
# Model page: https://phaseo.app/models/voyage/voyage-3-lite
|
|
1250
|
+
VOYAGE_VOYAGE_3_LITE = "voyage/voyage-3-lite"
|
|
1251
|
+
# Model ID: voyage/voyage-3.5
|
|
1252
|
+
# Model page: https://phaseo.app/models/voyage/voyage-3.5
|
|
1253
|
+
VOYAGE_VOYAGE_3_5 = "voyage/voyage-3.5"
|
|
1254
|
+
# Model ID: voyage/voyage-3.5-lite
|
|
1255
|
+
# Model page: https://phaseo.app/models/voyage/voyage-3.5-lite
|
|
1256
|
+
VOYAGE_VOYAGE_3_5_LITE = "voyage/voyage-3.5-lite"
|
|
1257
|
+
# Model ID: voyage/voyage-4
|
|
1258
|
+
# Model page: https://phaseo.app/models/voyage/voyage-4
|
|
1259
|
+
VOYAGE_VOYAGE_4 = "voyage/voyage-4"
|
|
1260
|
+
# Model ID: voyage/voyage-4-large
|
|
1261
|
+
# Model page: https://phaseo.app/models/voyage/voyage-4-large
|
|
1262
|
+
VOYAGE_VOYAGE_4_LARGE = "voyage/voyage-4-large"
|
|
1263
|
+
# Model ID: voyage/voyage-4-lite
|
|
1264
|
+
# Model page: https://phaseo.app/models/voyage/voyage-4-lite
|
|
1265
|
+
VOYAGE_VOYAGE_4_LITE = "voyage/voyage-4-lite"
|
|
1266
|
+
# Model ID: voyage/voyage-code-2
|
|
1267
|
+
# Model page: https://phaseo.app/models/voyage/voyage-code-2
|
|
1268
|
+
VOYAGE_VOYAGE_CODE_2 = "voyage/voyage-code-2"
|
|
1269
|
+
# Model ID: voyage/voyage-code-3
|
|
1270
|
+
# Model page: https://phaseo.app/models/voyage/voyage-code-3
|
|
1271
|
+
VOYAGE_VOYAGE_CODE_3 = "voyage/voyage-code-3"
|
|
1272
|
+
# Model ID: voyage/voyage-context-3
|
|
1273
|
+
# Model page: https://phaseo.app/models/voyage/voyage-context-3
|
|
1274
|
+
VOYAGE_VOYAGE_CONTEXT_3 = "voyage/voyage-context-3"
|
|
1275
|
+
# Model ID: voyage/voyage-finance-2
|
|
1276
|
+
# Model page: https://phaseo.app/models/voyage/voyage-finance-2
|
|
1277
|
+
VOYAGE_VOYAGE_FINANCE_2 = "voyage/voyage-finance-2"
|
|
1278
|
+
# Model ID: voyage/voyage-large-2
|
|
1279
|
+
# Model page: https://phaseo.app/models/voyage/voyage-large-2
|
|
1280
|
+
VOYAGE_VOYAGE_LARGE_2 = "voyage/voyage-large-2"
|
|
1281
|
+
# Model ID: voyage/voyage-large-2-instruct
|
|
1282
|
+
# Model page: https://phaseo.app/models/voyage/voyage-large-2-instruct
|
|
1283
|
+
VOYAGE_VOYAGE_LARGE_2_INSTRUCT = "voyage/voyage-large-2-instruct"
|
|
1284
|
+
# Model ID: voyage/voyage-law-2
|
|
1285
|
+
# Model page: https://phaseo.app/models/voyage/voyage-law-2
|
|
1286
|
+
VOYAGE_VOYAGE_LAW_2 = "voyage/voyage-law-2"
|
|
1287
|
+
# Model ID: voyage/voyage-lite-01
|
|
1288
|
+
# Model page: https://phaseo.app/models/voyage/voyage-lite-01
|
|
1289
|
+
VOYAGE_VOYAGE_LITE_01 = "voyage/voyage-lite-01"
|
|
1290
|
+
# Model ID: voyage/voyage-lite-01-instruct
|
|
1291
|
+
# Model page: https://phaseo.app/models/voyage/voyage-lite-01-instruct
|
|
1292
|
+
VOYAGE_VOYAGE_LITE_01_INSTRUCT = "voyage/voyage-lite-01-instruct"
|
|
1293
|
+
# Model ID: voyage/voyage-lite-02-instruct
|
|
1294
|
+
# Model page: https://phaseo.app/models/voyage/voyage-lite-02-instruct
|
|
1295
|
+
VOYAGE_VOYAGE_LITE_02_INSTRUCT = "voyage/voyage-lite-02-instruct"
|
|
1296
|
+
# Model ID: voyage/voyage-multilingual-2
|
|
1297
|
+
# Model page: https://phaseo.app/models/voyage/voyage-multilingual-2
|
|
1298
|
+
VOYAGE_VOYAGE_MULTILINGUAL_2 = "voyage/voyage-multilingual-2"
|
|
1299
|
+
# Model ID: voyage/voyage-multimodal-3
|
|
1300
|
+
# Model page: https://phaseo.app/models/voyage/voyage-multimodal-3
|
|
1301
|
+
VOYAGE_VOYAGE_MULTIMODAL_3 = "voyage/voyage-multimodal-3"
|
|
1302
|
+
# Model ID: voyage/voyage-multimodal-3.5
|
|
1303
|
+
# Model page: https://phaseo.app/models/voyage/voyage-multimodal-3.5
|
|
1304
|
+
VOYAGE_VOYAGE_MULTIMODAL_3_5 = "voyage/voyage-multimodal-3.5"
|
|
1305
|
+
# Model ID: xiaomi/mimo-v2-flash
|
|
1306
|
+
# Model page: https://phaseo.app/models/xiaomi/mimo-v2-flash
|
|
1307
|
+
XIAOMI_MIMO_V2_FLASH = "xiaomi/mimo-v2-flash"
|
|
1308
|
+
# Model ID: xiaomi/mimo-v2.5
|
|
1309
|
+
# Model page: https://phaseo.app/models/xiaomi/mimo-v2.5
|
|
1310
|
+
XIAOMI_MIMO_V2_5 = "xiaomi/mimo-v2.5"
|
|
1311
|
+
# Model ID: xiaomi/mimo-v2.5-pro
|
|
1312
|
+
# Model page: https://phaseo.app/models/xiaomi/mimo-v2.5-pro
|
|
1313
|
+
XIAOMI_MIMO_V2_5_PRO = "xiaomi/mimo-v2.5-pro"
|
|
1314
|
+
# Model ID: xiaomi/mimo-v2.5-tts:free
|
|
1315
|
+
# Model page: https://phaseo.app/models/xiaomi/mimo-v2.5-tts%3Afree
|
|
1316
|
+
XIAOMI_MIMO_V2_5_TTS_FREE = "xiaomi/mimo-v2.5-tts:free"
|
|
1317
|
+
# Model ID: z-ai/glm-4-32b
|
|
1318
|
+
# Model page: https://phaseo.app/models/z-ai/glm-4-32b
|
|
1319
|
+
Z_AI_GLM_4_32B = "z-ai/glm-4-32b"
|
|
1320
|
+
# Model ID: z-ai/glm-4-7-flash:free
|
|
1321
|
+
# Model page: https://phaseo.app/models/z-ai/glm-4-7-flash%3Afree
|
|
1322
|
+
Z_AI_GLM_4_7_FLASH_FREE = "z-ai/glm-4-7-flash:free"
|
|
1323
|
+
# Model ID: z-ai/glm-4.5
|
|
1324
|
+
# Model page: https://phaseo.app/models/z-ai/glm-4.5
|
|
1325
|
+
Z_AI_GLM_4_5 = "z-ai/glm-4.5"
|
|
1326
|
+
# Model ID: z-ai/glm-4.5-air
|
|
1327
|
+
# Model page: https://phaseo.app/models/z-ai/glm-4.5-air
|
|
1328
|
+
Z_AI_GLM_4_5_AIR = "z-ai/glm-4.5-air"
|
|
1329
|
+
# Model ID: z-ai/glm-4.5-air-x
|
|
1330
|
+
# Model page: https://phaseo.app/models/z-ai/glm-4.5-air-x
|
|
1331
|
+
Z_AI_GLM_4_5_AIR_X = "z-ai/glm-4.5-air-x"
|
|
1332
|
+
# Model ID: z-ai/glm-4.5-x
|
|
1333
|
+
# Model page: https://phaseo.app/models/z-ai/glm-4.5-x
|
|
1334
|
+
Z_AI_GLM_4_5_X = "z-ai/glm-4.5-x"
|
|
1335
|
+
# Model ID: z-ai/glm-4.5v
|
|
1336
|
+
# Model page: https://phaseo.app/models/z-ai/glm-4.5v
|
|
1337
|
+
Z_AI_GLM_4_5V = "z-ai/glm-4.5v"
|
|
1338
|
+
# Model ID: z-ai/glm-4.6
|
|
1339
|
+
# Model page: https://phaseo.app/models/z-ai/glm-4.6
|
|
1340
|
+
Z_AI_GLM_4_6 = "z-ai/glm-4.6"
|
|
1341
|
+
# Model ID: z-ai/glm-4.6v
|
|
1342
|
+
# Model page: https://phaseo.app/models/z-ai/glm-4.6v
|
|
1343
|
+
Z_AI_GLM_4_6V = "z-ai/glm-4.6v"
|
|
1344
|
+
# Model ID: z-ai/glm-4.6v-flash
|
|
1345
|
+
# Model page: https://phaseo.app/models/z-ai/glm-4.6v-flash
|
|
1346
|
+
Z_AI_GLM_4_6V_FLASH = "z-ai/glm-4.6v-flash"
|
|
1347
|
+
# Model ID: z-ai/glm-4.7
|
|
1348
|
+
# Model page: https://phaseo.app/models/z-ai/glm-4.7
|
|
1349
|
+
Z_AI_GLM_4_7 = "z-ai/glm-4.7"
|
|
1350
|
+
# Model ID: z-ai/glm-4.7-flash
|
|
1351
|
+
# Model page: https://phaseo.app/models/z-ai/glm-4.7-flash
|
|
1352
|
+
Z_AI_GLM_4_7_FLASH = "z-ai/glm-4.7-flash"
|
|
1353
|
+
# Model ID: z-ai/glm-5
|
|
1354
|
+
# Model page: https://phaseo.app/models/z-ai/glm-5
|
|
1355
|
+
Z_AI_GLM_5 = "z-ai/glm-5"
|
|
1356
|
+
# Model ID: z-ai/glm-5-code
|
|
1357
|
+
# Model page: https://phaseo.app/models/z-ai/glm-5-code
|
|
1358
|
+
Z_AI_GLM_5_CODE = "z-ai/glm-5-code"
|
|
1359
|
+
# Model ID: z-ai/glm-5-turbo
|
|
1360
|
+
# Model page: https://phaseo.app/models/z-ai/glm-5-turbo
|
|
1361
|
+
Z_AI_GLM_5_TURBO = "z-ai/glm-5-turbo"
|
|
1362
|
+
# Model ID: z-ai/glm-5.1
|
|
1363
|
+
# Model page: https://phaseo.app/models/z-ai/glm-5.1
|
|
1364
|
+
Z_AI_GLM_5_1 = "z-ai/glm-5.1"
|
|
1365
|
+
# Model ID: z-ai/glm-5.2
|
|
1366
|
+
# Model page: https://phaseo.app/models/z-ai/glm-5.2
|
|
1367
|
+
Z_AI_GLM_5_2 = "z-ai/glm-5.2"
|
|
1368
|
+
# Model ID: z-ai/glm-5v-turbo
|
|
1369
|
+
# Model page: https://phaseo.app/models/z-ai/glm-5v-turbo
|
|
1370
|
+
Z_AI_GLM_5V_TURBO = "z-ai/glm-5v-turbo"
|
|
1371
|
+
# Model ID: zai-org/glm-4.5-air
|
|
1372
|
+
# Model page: https://phaseo.app/models/zai-org/glm-4.5-air
|
|
1373
|
+
ZAI_ORG_GLM_4_5_AIR = "zai-org/glm-4.5-air"
|
|
1374
|
+
# Model ID: zai/glm-5
|
|
1375
|
+
# Model page: https://phaseo.app/models/zai/glm-5
|
|
1376
|
+
ZAI_GLM_5 = "zai/glm-5"
|
|
1377
|
+
# Deprecated alias for deepseek/deepseek-v4; use DEEPSEEK_DEEPSEEK_V4_PRO. Remove in the next major SDK release.
|
|
1378
|
+
DEEPSEEK_DEEPSEEK_V4 = DEEPSEEK_DEEPSEEK_V4_PRO
|
|
1379
|
+
end
|
|
1380
|
+
|
|
1381
|
+
MODEL_IDS = [
|
|
1382
|
+
ModelIds::AI21_JAMBA_LARGE_1_7,
|
|
1383
|
+
ModelIds::AI21_JAMBA_MINI_2,
|
|
1384
|
+
ModelIds::AION_LABS_AION_2_0,
|
|
1385
|
+
ModelIds::AION_LABS_AION_2_5,
|
|
1386
|
+
ModelIds::AION_LABS_AION_3_0,
|
|
1387
|
+
ModelIds::AION_LABS_AION_3_0_MINI,
|
|
1388
|
+
ModelIds::AION_LABS_AION_RP_LLAMA_3_1_8B,
|
|
1389
|
+
ModelIds::ALLENAI_MOLMO_2_8B,
|
|
1390
|
+
ModelIds::ALLENAI_OLMO_3_1_32B,
|
|
1391
|
+
ModelIds::ANTHROPIC_CLAUDE_FABLE_5,
|
|
1392
|
+
ModelIds::ANTHROPIC_CLAUDE_HAIKU_4_5,
|
|
1393
|
+
ModelIds::ANTHROPIC_CLAUDE_OPUS_4_1,
|
|
1394
|
+
ModelIds::ANTHROPIC_CLAUDE_OPUS_4_5,
|
|
1395
|
+
ModelIds::ANTHROPIC_CLAUDE_OPUS_4_6,
|
|
1396
|
+
ModelIds::ANTHROPIC_CLAUDE_OPUS_4_7,
|
|
1397
|
+
ModelIds::ANTHROPIC_CLAUDE_OPUS_4_7_FAST,
|
|
1398
|
+
ModelIds::ANTHROPIC_CLAUDE_OPUS_4_8,
|
|
1399
|
+
ModelIds::ANTHROPIC_CLAUDE_OPUS_5,
|
|
1400
|
+
ModelIds::ANTHROPIC_CLAUDE_SONNET_4_5,
|
|
1401
|
+
ModelIds::ANTHROPIC_CLAUDE_SONNET_4_6,
|
|
1402
|
+
ModelIds::ANTHROPIC_CLAUDE_SONNET_5,
|
|
1403
|
+
ModelIds::ARCEE_AI_TRINITY_LARGE,
|
|
1404
|
+
ModelIds::ARCEE_AI_TRINITY_LARGE_THINKING,
|
|
1405
|
+
ModelIds::ARCEE_AI_TRINITY_MINI,
|
|
1406
|
+
ModelIds::BAIDU_ERNIE_4_5_21B_A3B,
|
|
1407
|
+
ModelIds::BAIDU_ERNIE_4_5_21B_A3B_THINKING,
|
|
1408
|
+
ModelIds::BAIDU_ERNIE_4_5_300B_A47B,
|
|
1409
|
+
ModelIds::BAIDU_ERNIE_4_5_VL_28B_A3B,
|
|
1410
|
+
ModelIds::BAIDU_ERNIE_4_5_VL_28B_A3B_THINKING,
|
|
1411
|
+
ModelIds::BAIDU_ERNIE_4_5_VL_424B_A47B,
|
|
1412
|
+
ModelIds::BLACK_FOREST_LABS_FLUX_1_SCHNELL,
|
|
1413
|
+
ModelIds::BYTEDANCE_SEED_1_6,
|
|
1414
|
+
ModelIds::BYTEDANCE_SEED_1_6_250915,
|
|
1415
|
+
ModelIds::BYTEDANCE_SEED_1_6_FLASH,
|
|
1416
|
+
ModelIds::BYTEDANCE_SEED_1_6_FLASH_250715,
|
|
1417
|
+
ModelIds::BYTEDANCE_SEED_1_8,
|
|
1418
|
+
ModelIds::BYTEDANCE_SEED_2_0_LITE,
|
|
1419
|
+
ModelIds::BYTEDANCE_SEED_2_0_LITE_260428,
|
|
1420
|
+
ModelIds::BYTEDANCE_SEED_2_0_MINI,
|
|
1421
|
+
ModelIds::BYTEDANCE_SEED_2_0_MINI_260428,
|
|
1422
|
+
ModelIds::BYTEDANCE_SEED_2_0_PRO,
|
|
1423
|
+
ModelIds::BYTEDANCE_SEED_OSS_36B_INSTRUCT,
|
|
1424
|
+
ModelIds::BYTEDANCE_SEED_TRANSLATION,
|
|
1425
|
+
ModelIds::BYTEDANCE_SEEDANCE_2_0,
|
|
1426
|
+
ModelIds::BYTEDANCE_SEEDANCE_2_0_FAST,
|
|
1427
|
+
ModelIds::BYTEDANCE_SEEDANCE_2_0_MINI_260615,
|
|
1428
|
+
ModelIds::CROFAI_GREG_1_MINI,
|
|
1429
|
+
ModelIds::CROFAI_GREG_2_SUPER,
|
|
1430
|
+
ModelIds::CROFAI_GREG_2_ULTRA,
|
|
1431
|
+
ModelIds::CROFAI_GREG_RP,
|
|
1432
|
+
ModelIds::DEEPSEEK_DEEPSEEK_OCR,
|
|
1433
|
+
ModelIds::DEEPSEEK_DEEPSEEK_OCR_2,
|
|
1434
|
+
ModelIds::DEEPSEEK_DEEPSEEK_PROVER_V2_671B,
|
|
1435
|
+
ModelIds::DEEPSEEK_DEEPSEEK_R1,
|
|
1436
|
+
ModelIds::DEEPSEEK_DEEPSEEK_R1_0528,
|
|
1437
|
+
ModelIds::DEEPSEEK_DEEPSEEK_R1_2025_05_28,
|
|
1438
|
+
ModelIds::DEEPSEEK_DEEPSEEK_R1_TURBO,
|
|
1439
|
+
ModelIds::DEEPSEEK_DEEPSEEK_V3,
|
|
1440
|
+
ModelIds::DEEPSEEK_DEEPSEEK_V3_0324,
|
|
1441
|
+
ModelIds::DEEPSEEK_DEEPSEEK_V3_TURBO,
|
|
1442
|
+
ModelIds::DEEPSEEK_DEEPSEEK_V3_1,
|
|
1443
|
+
ModelIds::DEEPSEEK_DEEPSEEK_V3_1_TERMINUS,
|
|
1444
|
+
ModelIds::DEEPSEEK_DEEPSEEK_V3_2,
|
|
1445
|
+
ModelIds::DEEPSEEK_DEEPSEEK_V3_2_EXP,
|
|
1446
|
+
ModelIds::DEEPSEEK_DEEPSEEK_V3_2_SPECIALE,
|
|
1447
|
+
ModelIds::DEEPSEEK_DEEPSEEK_V3_2_THINKING,
|
|
1448
|
+
ModelIds::DEEPSEEK_DEEPSEEK_V4_FLASH,
|
|
1449
|
+
ModelIds::DEEPSEEK_DEEPSEEK_V4_PRO,
|
|
1450
|
+
ModelIds::DEEPSEEK_DEEPSEEK_V4_PRO_LIGHTNING,
|
|
1451
|
+
ModelIds::ELEVEN_LABS_ELEVEN_FLASH_V2,
|
|
1452
|
+
ModelIds::ELEVEN_LABS_ELEVEN_FLASH_V2_5,
|
|
1453
|
+
ModelIds::ELEVEN_LABS_ELEVEN_MULTILINGUAL_V2,
|
|
1454
|
+
ModelIds::ELEVEN_LABS_ELEVEN_TURBO_V2,
|
|
1455
|
+
ModelIds::ELEVEN_LABS_ELEVEN_TURBO_V2_5,
|
|
1456
|
+
ModelIds::ELEVEN_LABS_ELEVEN_V3,
|
|
1457
|
+
ModelIds::ESSENTIAL_AI_RNJ_1,
|
|
1458
|
+
ModelIds::GOOGLE_GEMINI_2_5_FLASH,
|
|
1459
|
+
ModelIds::GOOGLE_GEMINI_2_5_FLASH_LITE,
|
|
1460
|
+
ModelIds::GOOGLE_GEMINI_2_5_FLASH_LITE_PREVIEW_2025_06_17,
|
|
1461
|
+
ModelIds::GOOGLE_GEMINI_2_5_FLASH_LITE_PREVIEW_2025_09_25,
|
|
1462
|
+
ModelIds::GOOGLE_GEMINI_2_5_PRO,
|
|
1463
|
+
ModelIds::GOOGLE_GEMINI_3_FLASH_PREVIEW,
|
|
1464
|
+
ModelIds::GOOGLE_GEMINI_3_PRO_IMAGE,
|
|
1465
|
+
ModelIds::GOOGLE_GEMINI_3_1_FLASH_IMAGE,
|
|
1466
|
+
ModelIds::GOOGLE_GEMINI_3_1_FLASH_IMAGE_PREVIEW,
|
|
1467
|
+
ModelIds::GOOGLE_GEMINI_3_1_FLASH_LITE,
|
|
1468
|
+
ModelIds::GOOGLE_GEMINI_3_1_FLASH_LITE_IMAGE,
|
|
1469
|
+
ModelIds::GOOGLE_GEMINI_3_1_FLASH_LITE_PREVIEW,
|
|
1470
|
+
ModelIds::GOOGLE_GEMINI_3_1_FLASH_TTS_PREVIEW,
|
|
1471
|
+
ModelIds::GOOGLE_GEMINI_3_1_PRO_PREVIEW,
|
|
1472
|
+
ModelIds::GOOGLE_GEMINI_3_1_PRO_PREVIEW_CUSTOMTOOLS,
|
|
1473
|
+
ModelIds::GOOGLE_GEMINI_3_5_FLASH,
|
|
1474
|
+
ModelIds::GOOGLE_GEMINI_3_5_PRO,
|
|
1475
|
+
ModelIds::GOOGLE_GEMINI_EMBEDDING_001,
|
|
1476
|
+
ModelIds::GOOGLE_GEMINI_EMBEDDING_2,
|
|
1477
|
+
ModelIds::GOOGLE_GEMINI_EMBEDDING_2_PREVIEW,
|
|
1478
|
+
ModelIds::GOOGLE_GEMINI_ROBOTICS_ER_1_6_PREVIEW,
|
|
1479
|
+
ModelIds::GOOGLE_GEMMA_3_27B,
|
|
1480
|
+
ModelIds::GOOGLE_GEMMA_3N_E4B,
|
|
1481
|
+
ModelIds::GOOGLE_GEMMA_4_26B_A4B,
|
|
1482
|
+
ModelIds::GOOGLE_GEMMA_4_26B_A4B_FREE,
|
|
1483
|
+
ModelIds::GOOGLE_GEMMA_4_31B,
|
|
1484
|
+
ModelIds::GOOGLE_GEMMA_4_31B_IT,
|
|
1485
|
+
ModelIds::GOOGLE_GEMMA_4_31B_FREE,
|
|
1486
|
+
ModelIds::GOOGLE_LYRIA_3_CLIP_PREVIEW,
|
|
1487
|
+
ModelIds::GOOGLE_LYRIA_3_PRO_PREVIEW,
|
|
1488
|
+
ModelIds::GOOGLE_VEO_2,
|
|
1489
|
+
ModelIds::GOOGLE_VEO_3_1_FAST_PREVIEW,
|
|
1490
|
+
ModelIds::GOOGLE_VEO_3_1_LITE_GENERATE_PREVIEW,
|
|
1491
|
+
ModelIds::GOOGLE_VEO_3_1_PREVIEW,
|
|
1492
|
+
ModelIds::IBM_GRANITE_4_1_8B,
|
|
1493
|
+
ModelIds::INCEPTION_MERCURY_2,
|
|
1494
|
+
ModelIds::INCEPTION_MERCURY_EDIT_2,
|
|
1495
|
+
ModelIds::INCLUSIONAI_LING_2_6_1T,
|
|
1496
|
+
ModelIds::INCLUSIONAI_LING_FLASH_2_0,
|
|
1497
|
+
ModelIds::INCLUSIONAI_RING_FLASH_2_0,
|
|
1498
|
+
ModelIds::INFLECTION_INFLECTION_3_PI,
|
|
1499
|
+
ModelIds::INFLECTION_INFLECTION_3_PRODUCTIVITY,
|
|
1500
|
+
ModelIds::KWAIPILOT_KAT_CODER_AIR_V2_5,
|
|
1501
|
+
ModelIds::KWAIPILOT_KAT_CODER_EXP_72B_1010,
|
|
1502
|
+
ModelIds::KWAIPILOT_KAT_CODER_PRO,
|
|
1503
|
+
ModelIds::KWAIPILOT_KAT_CODER_PRO_V1,
|
|
1504
|
+
ModelIds::KWAIPILOT_KAT_CODER_PRO_V2,
|
|
1505
|
+
ModelIds::KWAIPILOT_KAT_CODER_PRO_V2_5,
|
|
1506
|
+
ModelIds::LIQUID_AI_LFM_2_24B_A2B,
|
|
1507
|
+
ModelIds::MEITUAN_LONGCAT_2_0,
|
|
1508
|
+
ModelIds::META_LLAMA_3_70B,
|
|
1509
|
+
ModelIds::META_LLAMA_3_8B,
|
|
1510
|
+
ModelIds::META_LLAMA_3_8B_LITE,
|
|
1511
|
+
ModelIds::META_LLAMA_3_1_70B,
|
|
1512
|
+
ModelIds::META_LLAMA_3_1_8B,
|
|
1513
|
+
ModelIds::META_LLAMA_3_2_11B_VISION,
|
|
1514
|
+
ModelIds::META_LLAMA_3_2_3B,
|
|
1515
|
+
ModelIds::META_LLAMA_3_3_70B,
|
|
1516
|
+
ModelIds::META_LLAMA_4_MAVERICK,
|
|
1517
|
+
ModelIds::META_LLAMA_4_SCOUT,
|
|
1518
|
+
ModelIds::META_LLAMA_GUARD_4_12B,
|
|
1519
|
+
ModelIds::META_LLAMA_PROMPT_GUARD_2_22M,
|
|
1520
|
+
ModelIds::META_LLAMA_PROMPT_GUARD_2_86M,
|
|
1521
|
+
ModelIds::MICROSOFT_PHI_4,
|
|
1522
|
+
ModelIds::MICROSOFT_PHI_4_MINI,
|
|
1523
|
+
ModelIds::MINIMAX_HAILUO_02,
|
|
1524
|
+
ModelIds::MINIMAX_HAILUO_2_3,
|
|
1525
|
+
ModelIds::MINIMAX_HAILUO_2_3_FAST,
|
|
1526
|
+
ModelIds::MINIMAX_M2_HER,
|
|
1527
|
+
ModelIds::MINIMAX_MINIMAX_M1_80K,
|
|
1528
|
+
ModelIds::MINIMAX_MINIMAX_M2,
|
|
1529
|
+
ModelIds::MINIMAX_MINIMAX_M2_1,
|
|
1530
|
+
ModelIds::MINIMAX_MINIMAX_M2_5,
|
|
1531
|
+
ModelIds::MINIMAX_MINIMAX_M2_5_HIGHSPEED,
|
|
1532
|
+
ModelIds::MINIMAX_MINIMAX_M2_7,
|
|
1533
|
+
ModelIds::MINIMAX_MINIMAX_M3,
|
|
1534
|
+
ModelIds::MINIMAX_MUSIC_2_6,
|
|
1535
|
+
ModelIds::MINIMAX_MUSIC_2_6_FREE,
|
|
1536
|
+
ModelIds::MISTRAL_CODESTRAL_EMBED,
|
|
1537
|
+
ModelIds::MISTRAL_DEVSTRAL_2,
|
|
1538
|
+
ModelIds::MISTRAL_DEVSTRAL_MEDIUM_1_0,
|
|
1539
|
+
ModelIds::MISTRAL_DEVSTRAL_SMALL_1_1,
|
|
1540
|
+
ModelIds::MISTRAL_LEANSTRAL_1_5_FREE,
|
|
1541
|
+
ModelIds::MISTRAL_MAGISTRAL_MEDIUM_1_2,
|
|
1542
|
+
ModelIds::MISTRAL_MINISTRAL_3_14B,
|
|
1543
|
+
ModelIds::MISTRAL_MINISTRAL_3_3B,
|
|
1544
|
+
ModelIds::MISTRAL_MINISTRAL_3_8B,
|
|
1545
|
+
ModelIds::MISTRAL_MISTRAL_EMBED,
|
|
1546
|
+
ModelIds::MISTRAL_MISTRAL_LARGE_2_1,
|
|
1547
|
+
ModelIds::MISTRAL_MISTRAL_LARGE_3,
|
|
1548
|
+
ModelIds::MISTRAL_MISTRAL_MEDIUM_3_0,
|
|
1549
|
+
ModelIds::MISTRAL_MISTRAL_MEDIUM_3_1,
|
|
1550
|
+
ModelIds::MISTRAL_MISTRAL_MEDIUM_3_5,
|
|
1551
|
+
ModelIds::MISTRAL_MISTRAL_MODERATION,
|
|
1552
|
+
ModelIds::MISTRAL_MISTRAL_MODERATION_2,
|
|
1553
|
+
ModelIds::MISTRAL_MISTRAL_NEMO_12B,
|
|
1554
|
+
ModelIds::MISTRAL_MISTRAL_NEMO_2407,
|
|
1555
|
+
ModelIds::MISTRAL_MISTRAL_SMALL_24B_2501,
|
|
1556
|
+
ModelIds::MISTRAL_MISTRAL_SMALL_3_2,
|
|
1557
|
+
ModelIds::MISTRAL_MISTRAL_SMALL_4,
|
|
1558
|
+
ModelIds::MISTRAL_MIXTRAL_8X7B,
|
|
1559
|
+
ModelIds::MISTRAL_PIXTRAL_LARGE,
|
|
1560
|
+
ModelIds::MISTRALAI_MISTRAL_NEMO,
|
|
1561
|
+
ModelIds::MOONSHOTAI_KIMI_K2,
|
|
1562
|
+
ModelIds::MOONSHOTAI_KIMI_K2_0905,
|
|
1563
|
+
ModelIds::MOONSHOTAI_KIMI_K2_INSTRUCT,
|
|
1564
|
+
ModelIds::MOONSHOTAI_KIMI_K2_INSTRUCT_0905,
|
|
1565
|
+
ModelIds::MOONSHOTAI_KIMI_K2_THINKING,
|
|
1566
|
+
ModelIds::MOONSHOTAI_KIMI_K2_5,
|
|
1567
|
+
ModelIds::MOONSHOTAI_KIMI_K2_5_LIGHTNING,
|
|
1568
|
+
ModelIds::MOONSHOTAI_KIMI_K2_6,
|
|
1569
|
+
ModelIds::MOONSHOTAI_KIMI_K2_7_CODE,
|
|
1570
|
+
ModelIds::MOONSHOTAI_MOONSHOT_V1_128K,
|
|
1571
|
+
ModelIds::MOONSHOTAI_MOONSHOT_V1_128K_VISION_PREVIEW,
|
|
1572
|
+
ModelIds::MOONSHOTAI_MOONSHOT_V1_32K,
|
|
1573
|
+
ModelIds::MOONSHOTAI_MOONSHOT_V1_32K_VISION_PREVIEW,
|
|
1574
|
+
ModelIds::MOONSHOTAI_MOONSHOT_V1_8K,
|
|
1575
|
+
ModelIds::MOONSHOTAI_MOONSHOT_V1_8K_VISION_PREVIEW,
|
|
1576
|
+
ModelIds::MORPH_MORPH_V3_FAST,
|
|
1577
|
+
ModelIds::MORPH_MORPH_V3_LARGE,
|
|
1578
|
+
ModelIds::NEX_AGI_DEEPSEEK_V3_1_NEX_N1,
|
|
1579
|
+
ModelIds::NEX_AGI_NEX_N2_PRO,
|
|
1580
|
+
ModelIds::NOUS_HERMES_3_LLAMA_3_1_405B,
|
|
1581
|
+
ModelIds::NOUSRESEARCH_HERMES_3_LLAMA_3_1_405B,
|
|
1582
|
+
ModelIds::NOUSRESEARCH_HERMES_3_LLAMA_3_1_70B,
|
|
1583
|
+
ModelIds::NOUSRESEARCH_HERMES_4_405B,
|
|
1584
|
+
ModelIds::NOUSRESEARCH_HERMES_4_70B,
|
|
1585
|
+
ModelIds::NVIDIA_COSMOS3_SUPER_REASONER,
|
|
1586
|
+
ModelIds::NVIDIA_LLAMA_3_1_NEMOTRON_70B_INSTRUCT,
|
|
1587
|
+
ModelIds::NVIDIA_LLAMA_3_1_NEMOTRON_ULTRA_253B,
|
|
1588
|
+
ModelIds::NVIDIA_LLAMA_3_3_NEMOTRON_SUPER_49B_V1_5,
|
|
1589
|
+
ModelIds::NVIDIA_NEMOTRON_3_NANO_30B_A3B,
|
|
1590
|
+
ModelIds::NVIDIA_NEMOTRON_3_NANO_OMNI_30B_A3B_REASONING,
|
|
1591
|
+
ModelIds::NVIDIA_NEMOTRON_3_SUPER_120B_A12B,
|
|
1592
|
+
ModelIds::NVIDIA_NEMOTRON_3_ULTRA_550B_A55B,
|
|
1593
|
+
ModelIds::NVIDIA_NVIDIA_NEMOTRON_3_NANO_30B_A3B,
|
|
1594
|
+
ModelIds::NVIDIA_NVIDIA_NEMOTRON_NANO_12B_V2_VL,
|
|
1595
|
+
ModelIds::OPENAI_BABBAGE_002,
|
|
1596
|
+
ModelIds::OPENAI_CHAT_LATEST,
|
|
1597
|
+
ModelIds::OPENAI_CHATGPT_4O,
|
|
1598
|
+
ModelIds::OPENAI_COMPUTER_USE_PREVIEW,
|
|
1599
|
+
ModelIds::OPENAI_DAVINCI_002,
|
|
1600
|
+
ModelIds::OPENAI_GPT_3_5_TURBO_16K,
|
|
1601
|
+
ModelIds::OPENAI_GPT_3_5_TURBO_2023_03_21,
|
|
1602
|
+
ModelIds::OPENAI_GPT_4_2023_06_13,
|
|
1603
|
+
ModelIds::OPENAI_GPT_4_TURBO_2023_03_14,
|
|
1604
|
+
ModelIds::OPENAI_GPT_4_TURBO_2023_11_06,
|
|
1605
|
+
ModelIds::OPENAI_GPT_4_TURBO_2024_01_25,
|
|
1606
|
+
ModelIds::OPENAI_GPT_4_1,
|
|
1607
|
+
ModelIds::OPENAI_GPT_4_1_MINI,
|
|
1608
|
+
ModelIds::OPENAI_GPT_4_1_NANO,
|
|
1609
|
+
ModelIds::OPENAI_GPT_4O_2024_05_13,
|
|
1610
|
+
ModelIds::OPENAI_GPT_4O_2024_08_06,
|
|
1611
|
+
ModelIds::OPENAI_GPT_4O_2024_11_20,
|
|
1612
|
+
ModelIds::OPENAI_GPT_4O_MINI,
|
|
1613
|
+
ModelIds::OPENAI_GPT_4O_MINI_TRANSCRIBE,
|
|
1614
|
+
ModelIds::OPENAI_GPT_4O_MINI_TTS,
|
|
1615
|
+
ModelIds::OPENAI_GPT_4O_TRANSCRIBE,
|
|
1616
|
+
ModelIds::OPENAI_GPT_5,
|
|
1617
|
+
ModelIds::OPENAI_GPT_5_CHAT,
|
|
1618
|
+
ModelIds::OPENAI_GPT_5_CODEX,
|
|
1619
|
+
ModelIds::OPENAI_GPT_5_MINI,
|
|
1620
|
+
ModelIds::OPENAI_GPT_5_NANO,
|
|
1621
|
+
ModelIds::OPENAI_GPT_5_PRO,
|
|
1622
|
+
ModelIds::OPENAI_GPT_5_1,
|
|
1623
|
+
ModelIds::OPENAI_GPT_5_1_CHAT,
|
|
1624
|
+
ModelIds::OPENAI_GPT_5_1_CODEX,
|
|
1625
|
+
ModelIds::OPENAI_GPT_5_1_CODEX_MAX,
|
|
1626
|
+
ModelIds::OPENAI_GPT_5_1_CODEX_MINI,
|
|
1627
|
+
ModelIds::OPENAI_GPT_5_2,
|
|
1628
|
+
ModelIds::OPENAI_GPT_5_2_CHAT,
|
|
1629
|
+
ModelIds::OPENAI_GPT_5_2_CODEX,
|
|
1630
|
+
ModelIds::OPENAI_GPT_5_2_PRO,
|
|
1631
|
+
ModelIds::OPENAI_GPT_5_3_CHAT,
|
|
1632
|
+
ModelIds::OPENAI_GPT_5_3_CODEX,
|
|
1633
|
+
ModelIds::OPENAI_GPT_5_4,
|
|
1634
|
+
ModelIds::OPENAI_GPT_5_4_MINI,
|
|
1635
|
+
ModelIds::OPENAI_GPT_5_4_NANO,
|
|
1636
|
+
ModelIds::OPENAI_GPT_5_4_PRO,
|
|
1637
|
+
ModelIds::OPENAI_GPT_5_5,
|
|
1638
|
+
ModelIds::OPENAI_GPT_5_5_PRO,
|
|
1639
|
+
ModelIds::OPENAI_GPT_IMAGE_1,
|
|
1640
|
+
ModelIds::OPENAI_GPT_IMAGE_1_MINI,
|
|
1641
|
+
ModelIds::OPENAI_GPT_IMAGE_1_5,
|
|
1642
|
+
ModelIds::OPENAI_GPT_IMAGE_2,
|
|
1643
|
+
ModelIds::OPENAI_GPT_OSS_120B,
|
|
1644
|
+
ModelIds::OPENAI_GPT_OSS_20B,
|
|
1645
|
+
ModelIds::OPENAI_GPT_OSS_SAFEGUARD_20B,
|
|
1646
|
+
ModelIds::OPENAI_O1,
|
|
1647
|
+
ModelIds::OPENAI_O1_MINI,
|
|
1648
|
+
ModelIds::OPENAI_O1_PRO,
|
|
1649
|
+
ModelIds::OPENAI_O3,
|
|
1650
|
+
ModelIds::OPENAI_O3_DEEP_RESEARCH,
|
|
1651
|
+
ModelIds::OPENAI_O3_MINI,
|
|
1652
|
+
ModelIds::OPENAI_O3_PRO,
|
|
1653
|
+
ModelIds::OPENAI_O4_MINI,
|
|
1654
|
+
ModelIds::OPENAI_O4_MINI_DEEP_RESEARCH,
|
|
1655
|
+
ModelIds::OPENAI_OMNI_MODERATION,
|
|
1656
|
+
ModelIds::OPENAI_SORA_2,
|
|
1657
|
+
ModelIds::OPENAI_SORA_2_PRO,
|
|
1658
|
+
ModelIds::OPENAI_TEXT_EMBEDDING_3_LARGE,
|
|
1659
|
+
ModelIds::OPENAI_TEXT_EMBEDDING_3_SMALL,
|
|
1660
|
+
ModelIds::OPENAI_TEXT_EMBEDDING_ADA_002,
|
|
1661
|
+
ModelIds::OPENAI_WHISPER_1,
|
|
1662
|
+
ModelIds::PHASEO_FREE,
|
|
1663
|
+
ModelIds::POOLSIDE_LAGUNA_M_1_FREE,
|
|
1664
|
+
ModelIds::POOLSIDE_LAGUNA_XS_2_1_FREE,
|
|
1665
|
+
ModelIds::QWEN_QVQ_MAX,
|
|
1666
|
+
ModelIds::QWEN_QWEN_3_6_PLUS,
|
|
1667
|
+
ModelIds::QWEN_QWEN_FLASH,
|
|
1668
|
+
ModelIds::QWEN_QWEN_FLASH_CHARACTER,
|
|
1669
|
+
ModelIds::QWEN_QWEN_MAX,
|
|
1670
|
+
ModelIds::QWEN_QWEN_MT_FLASH,
|
|
1671
|
+
ModelIds::QWEN_QWEN_MT_LITE,
|
|
1672
|
+
ModelIds::QWEN_QWEN_MT_PLUS,
|
|
1673
|
+
ModelIds::QWEN_QWEN_MT_TURBO,
|
|
1674
|
+
ModelIds::QWEN_QWEN_PLUS_2025_01_25,
|
|
1675
|
+
ModelIds::QWEN_QWEN_PLUS_2025_04_28,
|
|
1676
|
+
ModelIds::QWEN_QWEN_PLUS_2025_07_14,
|
|
1677
|
+
ModelIds::QWEN_QWEN_PLUS_2025_07_28,
|
|
1678
|
+
ModelIds::QWEN_QWEN_PLUS_2025_09_11,
|
|
1679
|
+
ModelIds::QWEN_QWEN_PLUS_2025_12_01,
|
|
1680
|
+
ModelIds::QWEN_QWEN_PLUS_CHARACTER,
|
|
1681
|
+
ModelIds::QWEN_QWEN_TURBO_2024_11_01,
|
|
1682
|
+
ModelIds::QWEN_QWEN_TURBO_2025_04_28,
|
|
1683
|
+
ModelIds::QWEN_QWEN_VL_MAX_2025_04_08,
|
|
1684
|
+
ModelIds::QWEN_QWEN_VL_MAX_2025_08_13,
|
|
1685
|
+
ModelIds::QWEN_QWEN_VL_PLUS_2025_01_25,
|
|
1686
|
+
ModelIds::QWEN_QWEN_VL_PLUS_2025_05_07,
|
|
1687
|
+
ModelIds::QWEN_QWEN_VL_PLUS_2025_08_15,
|
|
1688
|
+
ModelIds::QWEN_QWEN2_5_14B,
|
|
1689
|
+
ModelIds::QWEN_QWEN2_5_14B_1M,
|
|
1690
|
+
ModelIds::QWEN_QWEN2_5_32B,
|
|
1691
|
+
ModelIds::QWEN_QWEN2_5_72B,
|
|
1692
|
+
ModelIds::QWEN_QWEN2_5_7B,
|
|
1693
|
+
ModelIds::QWEN_QWEN2_5_7B_1M,
|
|
1694
|
+
ModelIds::QWEN_QWEN2_5_CODER_7B,
|
|
1695
|
+
ModelIds::QWEN_QWEN2_5_VL_32B,
|
|
1696
|
+
ModelIds::QWEN_QWEN2_5_VL_32B_INSTRUCT,
|
|
1697
|
+
ModelIds::QWEN_QWEN2_5_VL_72B,
|
|
1698
|
+
ModelIds::QWEN_QWEN2_5_VL_72B_INSTRUCT,
|
|
1699
|
+
ModelIds::QWEN_QWEN2_5_VL_7B,
|
|
1700
|
+
ModelIds::QWEN_QWEN3_0_6B,
|
|
1701
|
+
ModelIds::QWEN_QWEN3_1_7B,
|
|
1702
|
+
ModelIds::QWEN_QWEN3_14B,
|
|
1703
|
+
ModelIds::QWEN_QWEN3_235B_A22B_2507,
|
|
1704
|
+
ModelIds::QWEN_QWEN3_235B_A22B_INSTRUCT_2507,
|
|
1705
|
+
ModelIds::QWEN_QWEN3_235B_A22B_THINKING_2507,
|
|
1706
|
+
ModelIds::QWEN_QWEN3_30B_A3B,
|
|
1707
|
+
ModelIds::QWEN_QWEN3_30B_A3B_2507,
|
|
1708
|
+
ModelIds::QWEN_QWEN3_30B_A3B_INSTRUCT_2507,
|
|
1709
|
+
ModelIds::QWEN_QWEN3_30B_A3B_THINKING_2507,
|
|
1710
|
+
ModelIds::QWEN_QWEN3_32B,
|
|
1711
|
+
ModelIds::QWEN_QWEN3_4B,
|
|
1712
|
+
ModelIds::QWEN_QWEN3_8B,
|
|
1713
|
+
ModelIds::QWEN_QWEN3_CODER,
|
|
1714
|
+
ModelIds::QWEN_QWEN3_CODER_30B_A3B,
|
|
1715
|
+
ModelIds::QWEN_QWEN3_CODER_480B_A35B,
|
|
1716
|
+
ModelIds::QWEN_QWEN3_CODER_FLASH,
|
|
1717
|
+
ModelIds::QWEN_QWEN3_CODER_NEXT,
|
|
1718
|
+
ModelIds::QWEN_QWEN3_CODER_PLUS_2025_07_22,
|
|
1719
|
+
ModelIds::QWEN_QWEN3_CODER_PLUS_2025_09_23,
|
|
1720
|
+
ModelIds::QWEN_QWEN3_EMBEDDING_8B,
|
|
1721
|
+
ModelIds::QWEN_QWEN3_MAX,
|
|
1722
|
+
ModelIds::QWEN_QWEN3_MAX_2025_09_23,
|
|
1723
|
+
ModelIds::QWEN_QWEN3_MAX_2026_01_23,
|
|
1724
|
+
ModelIds::QWEN_QWEN3_MAX_PREVIEW,
|
|
1725
|
+
ModelIds::QWEN_QWEN3_MAX_THINKING,
|
|
1726
|
+
ModelIds::QWEN_QWEN3_NEXT_80B,
|
|
1727
|
+
ModelIds::QWEN_QWEN3_NEXT_80B_A3B,
|
|
1728
|
+
ModelIds::QWEN_QWEN3_NEXT_80B_A3B_INSTRUCT,
|
|
1729
|
+
ModelIds::QWEN_QWEN3_NEXT_80B_A3B_THINKING,
|
|
1730
|
+
ModelIds::QWEN_QWEN3_OMNI_30B_A3B_THINKING,
|
|
1731
|
+
ModelIds::QWEN_QWEN3_RERANKER,
|
|
1732
|
+
ModelIds::QWEN_QWEN3_VL_235B_A22B,
|
|
1733
|
+
ModelIds::QWEN_QWEN3_VL_235B_A22B_INSTRUCT,
|
|
1734
|
+
ModelIds::QWEN_QWEN3_VL_235B_A22B_THINKING,
|
|
1735
|
+
ModelIds::QWEN_QWEN3_VL_30B_A3B,
|
|
1736
|
+
ModelIds::QWEN_QWEN3_VL_30B_A3B_INSTRUCT,
|
|
1737
|
+
ModelIds::QWEN_QWEN3_VL_30B_A3B_THINKING,
|
|
1738
|
+
ModelIds::QWEN_QWEN3_VL_32B_INSTRUCT,
|
|
1739
|
+
ModelIds::QWEN_QWEN3_VL_32B_THINKING,
|
|
1740
|
+
ModelIds::QWEN_QWEN3_VL_8B,
|
|
1741
|
+
ModelIds::QWEN_QWEN3_VL_8B_INSTRUCT,
|
|
1742
|
+
ModelIds::QWEN_QWEN3_VL_FLASH_2025_10_15,
|
|
1743
|
+
ModelIds::QWEN_QWEN3_VL_FLASH_2026_01_22,
|
|
1744
|
+
ModelIds::QWEN_QWEN3_VL_PLUS_2025_09_23,
|
|
1745
|
+
ModelIds::QWEN_QWEN3_VL_PLUS_2025_12_19,
|
|
1746
|
+
ModelIds::QWEN_QWEN3_5_122B_A10B,
|
|
1747
|
+
ModelIds::QWEN_QWEN3_5_27B,
|
|
1748
|
+
ModelIds::QWEN_QWEN3_5_35B_A3B,
|
|
1749
|
+
ModelIds::QWEN_QWEN3_5_397B_A17B,
|
|
1750
|
+
ModelIds::QWEN_QWEN3_5_4B,
|
|
1751
|
+
ModelIds::QWEN_QWEN3_5_9B,
|
|
1752
|
+
ModelIds::QWEN_QWEN3_5_FLASH,
|
|
1753
|
+
ModelIds::QWEN_QWEN3_5_LIVETRANSLATE_FLASH_REALTIME_2026_05_19,
|
|
1754
|
+
ModelIds::QWEN_QWEN3_5_PLUS,
|
|
1755
|
+
ModelIds::QWEN_QWEN3_5_PLUS_2026_04_20,
|
|
1756
|
+
ModelIds::QWEN_QWEN3_6_27B,
|
|
1757
|
+
ModelIds::QWEN_QWEN3_6_35B_A3B,
|
|
1758
|
+
ModelIds::QWEN_QWEN3_6_MAX_PREVIEW,
|
|
1759
|
+
ModelIds::QWEN_QWEN3_6_PLUS,
|
|
1760
|
+
ModelIds::QWEN_QWEN3_7_MAX,
|
|
1761
|
+
ModelIds::QWEN_QWEN3_7_MAX_2026_05_17,
|
|
1762
|
+
ModelIds::QWEN_QWEN3_7_PLUS,
|
|
1763
|
+
ModelIds::QWEN_QWEN3_7_PLUS_2026_05_26,
|
|
1764
|
+
ModelIds::QWEN_QWQ_32B,
|
|
1765
|
+
ModelIds::QWEN_QWQ_PLUS,
|
|
1766
|
+
ModelIds::QWEN_TEXT_EMBEDDING_V3,
|
|
1767
|
+
ModelIds::QWEN_TEXT_EMBEDDING_V4,
|
|
1768
|
+
ModelIds::QWEN_WAN2_7_T2V,
|
|
1769
|
+
ModelIds::SPACEX_AI_GROK_4_20_BETA_0309,
|
|
1770
|
+
ModelIds::SPACEX_AI_GROK_4_20_MULTI_AGENT_BETA_0309,
|
|
1771
|
+
ModelIds::SPACEX_AI_GROK_4_3,
|
|
1772
|
+
ModelIds::SPACEX_AI_GROK_4_5,
|
|
1773
|
+
ModelIds::SPACEX_AI_GROK_BUILD_0_1,
|
|
1774
|
+
ModelIds::SPACEX_AI_GROK_CODE_FAST_1,
|
|
1775
|
+
ModelIds::SPACEX_AI_GROK_IMAGINE_IMAGE,
|
|
1776
|
+
ModelIds::SPACEX_AI_GROK_IMAGINE_IMAGE_QUALITY,
|
|
1777
|
+
ModelIds::SPACEX_AI_GROK_IMAGINE_VIDEO,
|
|
1778
|
+
ModelIds::SPACEX_AI_GROK_TTS,
|
|
1779
|
+
ModelIds::STEPFUN_STEP_3_5_FLASH,
|
|
1780
|
+
ModelIds::STEPFUN_STEP_3_7_FLASH,
|
|
1781
|
+
ModelIds::TENCENT_HUNYUAN_A13B_INSTRUCT,
|
|
1782
|
+
ModelIds::TENCENT_HY3,
|
|
1783
|
+
ModelIds::TENCENT_HY3_PREVIEW,
|
|
1784
|
+
ModelIds::TENCENT_HY3_FREE,
|
|
1785
|
+
ModelIds::VENICE_VENICE_UNCENSORED,
|
|
1786
|
+
ModelIds::VENICE_VENICE_UNCENSORED_1_1,
|
|
1787
|
+
ModelIds::VOYAGE_RERANK_1,
|
|
1788
|
+
ModelIds::VOYAGE_RERANK_2,
|
|
1789
|
+
ModelIds::VOYAGE_RERANK_2_LITE,
|
|
1790
|
+
ModelIds::VOYAGE_RERANK_LITE_1,
|
|
1791
|
+
ModelIds::VOYAGE_VOYAGE_01,
|
|
1792
|
+
ModelIds::VOYAGE_VOYAGE_02,
|
|
1793
|
+
ModelIds::VOYAGE_VOYAGE_2,
|
|
1794
|
+
ModelIds::VOYAGE_VOYAGE_3,
|
|
1795
|
+
ModelIds::VOYAGE_VOYAGE_3_LARGE,
|
|
1796
|
+
ModelIds::VOYAGE_VOYAGE_3_LITE,
|
|
1797
|
+
ModelIds::VOYAGE_VOYAGE_3_5,
|
|
1798
|
+
ModelIds::VOYAGE_VOYAGE_3_5_LITE,
|
|
1799
|
+
ModelIds::VOYAGE_VOYAGE_4,
|
|
1800
|
+
ModelIds::VOYAGE_VOYAGE_4_LARGE,
|
|
1801
|
+
ModelIds::VOYAGE_VOYAGE_4_LITE,
|
|
1802
|
+
ModelIds::VOYAGE_VOYAGE_CODE_2,
|
|
1803
|
+
ModelIds::VOYAGE_VOYAGE_CODE_3,
|
|
1804
|
+
ModelIds::VOYAGE_VOYAGE_CONTEXT_3,
|
|
1805
|
+
ModelIds::VOYAGE_VOYAGE_FINANCE_2,
|
|
1806
|
+
ModelIds::VOYAGE_VOYAGE_LARGE_2,
|
|
1807
|
+
ModelIds::VOYAGE_VOYAGE_LARGE_2_INSTRUCT,
|
|
1808
|
+
ModelIds::VOYAGE_VOYAGE_LAW_2,
|
|
1809
|
+
ModelIds::VOYAGE_VOYAGE_LITE_01,
|
|
1810
|
+
ModelIds::VOYAGE_VOYAGE_LITE_01_INSTRUCT,
|
|
1811
|
+
ModelIds::VOYAGE_VOYAGE_LITE_02_INSTRUCT,
|
|
1812
|
+
ModelIds::VOYAGE_VOYAGE_MULTILINGUAL_2,
|
|
1813
|
+
ModelIds::VOYAGE_VOYAGE_MULTIMODAL_3,
|
|
1814
|
+
ModelIds::VOYAGE_VOYAGE_MULTIMODAL_3_5,
|
|
1815
|
+
ModelIds::XIAOMI_MIMO_V2_FLASH,
|
|
1816
|
+
ModelIds::XIAOMI_MIMO_V2_5,
|
|
1817
|
+
ModelIds::XIAOMI_MIMO_V2_5_PRO,
|
|
1818
|
+
ModelIds::XIAOMI_MIMO_V2_5_TTS_FREE,
|
|
1819
|
+
ModelIds::Z_AI_GLM_4_32B,
|
|
1820
|
+
ModelIds::Z_AI_GLM_4_7_FLASH_FREE,
|
|
1821
|
+
ModelIds::Z_AI_GLM_4_5,
|
|
1822
|
+
ModelIds::Z_AI_GLM_4_5_AIR,
|
|
1823
|
+
ModelIds::Z_AI_GLM_4_5_AIR_X,
|
|
1824
|
+
ModelIds::Z_AI_GLM_4_5_X,
|
|
1825
|
+
ModelIds::Z_AI_GLM_4_5V,
|
|
1826
|
+
ModelIds::Z_AI_GLM_4_6,
|
|
1827
|
+
ModelIds::Z_AI_GLM_4_6V,
|
|
1828
|
+
ModelIds::Z_AI_GLM_4_6V_FLASH,
|
|
1829
|
+
ModelIds::Z_AI_GLM_4_7,
|
|
1830
|
+
ModelIds::Z_AI_GLM_4_7_FLASH,
|
|
1831
|
+
ModelIds::Z_AI_GLM_5,
|
|
1832
|
+
ModelIds::Z_AI_GLM_5_CODE,
|
|
1833
|
+
ModelIds::Z_AI_GLM_5_TURBO,
|
|
1834
|
+
ModelIds::Z_AI_GLM_5_1,
|
|
1835
|
+
ModelIds::Z_AI_GLM_5_2,
|
|
1836
|
+
ModelIds::Z_AI_GLM_5V_TURBO,
|
|
1837
|
+
ModelIds::ZAI_ORG_GLM_4_5_AIR,
|
|
1838
|
+
ModelIds::ZAI_GLM_5,
|
|
1839
|
+
].freeze
|
|
1840
|
+
end
|