|
1 | 1 | [ |
| 2 | + { |
| 3 | + "meta": { |
| 4 | + "icon": "openai" |
| 5 | + }, |
| 6 | + "id": "openai/gpt-5.2", |
| 7 | + "name": "OpenAI GPT-5.2", |
| 8 | + "type": "llm", |
| 9 | + "context_length": 400000, |
| 10 | + "max_output_tokens": 128000, |
| 11 | + "capabilities": ["chat", "image", "reasoning", "tool"], |
| 12 | + "languages": ["en", "mul"], |
| 13 | + "llm_input_cost_per_mtoken": 1.75, |
| 14 | + "llm_output_cost_per_mtoken": 14.0, |
| 15 | + "deployments": [ |
| 16 | + { |
| 17 | + "name": "OpenAI GPT-5.2 Deployment", |
| 18 | + "provider": "openai", |
| 19 | + "routing_id": "openai/gpt-5.2", |
| 20 | + "api_base": "" |
| 21 | + } |
| 22 | + ] |
| 23 | + }, |
2 | 24 | { |
3 | 25 | "meta": { |
4 | 26 | "icon": "openai" |
|
197 | 219 | } |
198 | 220 | ] |
199 | 221 | }, |
| 222 | + { |
| 223 | + "meta": { |
| 224 | + "icon": "google" |
| 225 | + }, |
| 226 | + "id": "google/gemini-3-flash-preview", |
| 227 | + "name": "Google Gemini 3 Flash Preview", |
| 228 | + "type": "llm", |
| 229 | + "context_length": 1048576, |
| 230 | + "max_output_tokens": 65536, |
| 231 | + "capabilities": ["chat", "image", "reasoning", "tool"], |
| 232 | + "languages": ["en", "mul"], |
| 233 | + "llm_input_cost_per_mtoken": 0.5, |
| 234 | + "llm_output_cost_per_mtoken": 3.0, |
| 235 | + "deployments": [ |
| 236 | + { |
| 237 | + "name": "Google Gemini 3 Flash Preview Deployment", |
| 238 | + "provider": "gemini", |
| 239 | + "routing_id": "gemini/gemini-3-flash-preview", |
| 240 | + "api_base": "" |
| 241 | + } |
| 242 | + ] |
| 243 | + }, |
200 | 244 | { |
201 | 245 | "meta": { |
202 | 246 | "icon": "google" |
|
267 | 311 | } |
268 | 312 | ] |
269 | 313 | }, |
| 314 | + { |
| 315 | + "meta": { |
| 316 | + "icon": "deepseek" |
| 317 | + }, |
| 318 | + "id": "deepseek-ai/DeepSeek-V3.2", |
| 319 | + "name": "DeepSeek V3.2 (685B-A22B)", |
| 320 | + "type": "llm", |
| 321 | + "context_length": 131072, |
| 322 | + "capabilities": ["chat", "reasoning", "tool"], |
| 323 | + "languages": ["en", "mul"], |
| 324 | + "llm_input_cost_per_mtoken": 0.9, |
| 325 | + "llm_output_cost_per_mtoken": 1.2, |
| 326 | + "deployments": [ |
| 327 | + { |
| 328 | + "name": "DeepSeek V3.2 (685B-A22B) Deployment", |
| 329 | + "huggingface_id": "deepseek-ai/DeepSeek-V3.2", |
| 330 | + "cpu_count": "4", |
| 331 | + "memory_gb": "8", |
| 332 | + "required_vram": "1100", |
| 333 | + "num_replicas": 1, |
| 334 | + "provider": "vllm" |
| 335 | + } |
| 336 | + ] |
| 337 | + }, |
270 | 338 | { |
271 | 339 | "meta": { |
272 | 340 | "icon": "deepseek" |
|
0 commit comments