openrouter.json

   1{
   2  "name": "OpenRouter",
   3  "id": "openrouter",
   4  "api_key": "$OPENROUTER_API_KEY",
   5  "api_endpoint": "https://openrouter.ai/api/v1",
   6  "type": "openrouter",
   7  "default_large_model_id": "anthropic/claude-sonnet-4",
   8  "default_small_model_id": "anthropic/claude-3.5-haiku",
   9  "models": [
  10    {
  11      "id": "ai21/jamba-large-1.7",
  12      "name": "AI21: Jamba Large 1.7",
  13      "cost_per_1m_in": 2,
  14      "cost_per_1m_out": 8,
  15      "cost_per_1m_in_cached": 0,
  16      "cost_per_1m_out_cached": 0,
  17      "context_window": 256000,
  18      "default_max_tokens": 2048,
  19      "can_reason": false,
  20      "supports_attachments": false,
  21      "options": {}
  22    },
  23    {
  24      "id": "allenai/olmo-3.1-32b-instruct",
  25      "name": "AllenAI: Olmo 3.1 32B Instruct",
  26      "cost_per_1m_in": 0.2,
  27      "cost_per_1m_out": 0.6,
  28      "cost_per_1m_in_cached": 0,
  29      "cost_per_1m_out_cached": 0,
  30      "context_window": 65536,
  31      "default_max_tokens": 6553,
  32      "can_reason": false,
  33      "supports_attachments": false,
  34      "options": {}
  35    },
  36    {
  37      "id": "amazon/nova-2-lite-v1",
  38      "name": "Amazon: Nova 2 Lite",
  39      "cost_per_1m_in": 0.3,
  40      "cost_per_1m_out": 2.5,
  41      "cost_per_1m_in_cached": 0,
  42      "cost_per_1m_out_cached": 0,
  43      "context_window": 1000000,
  44      "default_max_tokens": 32767,
  45      "can_reason": true,
  46      "reasoning_levels": [
  47        "low",
  48        "medium",
  49        "high"
  50      ],
  51      "default_reasoning_effort": "medium",
  52      "supports_attachments": true,
  53      "options": {}
  54    },
  55    {
  56      "id": "amazon/nova-lite-v1",
  57      "name": "Amazon: Nova Lite 1.0",
  58      "cost_per_1m_in": 0.06,
  59      "cost_per_1m_out": 0.24,
  60      "cost_per_1m_in_cached": 0,
  61      "cost_per_1m_out_cached": 0,
  62      "context_window": 300000,
  63      "default_max_tokens": 2560,
  64      "can_reason": false,
  65      "supports_attachments": true,
  66      "options": {}
  67    },
  68    {
  69      "id": "amazon/nova-micro-v1",
  70      "name": "Amazon: Nova Micro 1.0",
  71      "cost_per_1m_in": 0.035,
  72      "cost_per_1m_out": 0.14,
  73      "cost_per_1m_in_cached": 0,
  74      "cost_per_1m_out_cached": 0,
  75      "context_window": 128000,
  76      "default_max_tokens": 2560,
  77      "can_reason": false,
  78      "supports_attachments": false,
  79      "options": {}
  80    },
  81    {
  82      "id": "amazon/nova-premier-v1",
  83      "name": "Amazon: Nova Premier 1.0",
  84      "cost_per_1m_in": 2.5,
  85      "cost_per_1m_out": 12.5,
  86      "cost_per_1m_in_cached": 0,
  87      "cost_per_1m_out_cached": 0.625,
  88      "context_window": 1000000,
  89      "default_max_tokens": 16000,
  90      "can_reason": false,
  91      "supports_attachments": true,
  92      "options": {}
  93    },
  94    {
  95      "id": "amazon/nova-pro-v1",
  96      "name": "Amazon: Nova Pro 1.0",
  97      "cost_per_1m_in": 0.8,
  98      "cost_per_1m_out": 3.2,
  99      "cost_per_1m_in_cached": 0,
 100      "cost_per_1m_out_cached": 0,
 101      "context_window": 300000,
 102      "default_max_tokens": 2560,
 103      "can_reason": false,
 104      "supports_attachments": true,
 105      "options": {}
 106    },
 107    {
 108      "id": "anthropic/claude-3-haiku",
 109      "name": "Anthropic: Claude 3 Haiku",
 110      "cost_per_1m_in": 0.25,
 111      "cost_per_1m_out": 1.25,
 112      "cost_per_1m_in_cached": 0.3,
 113      "cost_per_1m_out_cached": 0.03,
 114      "context_window": 200000,
 115      "default_max_tokens": 2048,
 116      "can_reason": false,
 117      "supports_attachments": true,
 118      "options": {}
 119    },
 120    {
 121      "id": "anthropic/claude-3.5-haiku",
 122      "name": "Anthropic: Claude 3.5 Haiku",
 123      "cost_per_1m_in": 0.8,
 124      "cost_per_1m_out": 4,
 125      "cost_per_1m_in_cached": 1,
 126      "cost_per_1m_out_cached": 0.08,
 127      "context_window": 200000,
 128      "default_max_tokens": 4096,
 129      "can_reason": false,
 130      "supports_attachments": true,
 131      "options": {}
 132    },
 133    {
 134      "id": "anthropic/claude-3.5-sonnet",
 135      "name": "Anthropic: Claude 3.5 Sonnet",
 136      "cost_per_1m_in": 6,
 137      "cost_per_1m_out": 30,
 138      "cost_per_1m_in_cached": 7.5,
 139      "cost_per_1m_out_cached": 0.6,
 140      "context_window": 200000,
 141      "default_max_tokens": 4096,
 142      "can_reason": false,
 143      "supports_attachments": true,
 144      "options": {}
 145    },
 146    {
 147      "id": "anthropic/claude-3.7-sonnet",
 148      "name": "Anthropic: Claude 3.7 Sonnet",
 149      "cost_per_1m_in": 3,
 150      "cost_per_1m_out": 15,
 151      "cost_per_1m_in_cached": 3.75,
 152      "cost_per_1m_out_cached": 0.3,
 153      "context_window": 200000,
 154      "default_max_tokens": 32000,
 155      "can_reason": true,
 156      "reasoning_levels": [
 157        "low",
 158        "medium",
 159        "high"
 160      ],
 161      "default_reasoning_effort": "medium",
 162      "supports_attachments": true,
 163      "options": {}
 164    },
 165    {
 166      "id": "anthropic/claude-3.7-sonnet:thinking",
 167      "name": "Anthropic: Claude 3.7 Sonnet (thinking)",
 168      "cost_per_1m_in": 3,
 169      "cost_per_1m_out": 15,
 170      "cost_per_1m_in_cached": 3.75,
 171      "cost_per_1m_out_cached": 0.3,
 172      "context_window": 200000,
 173      "default_max_tokens": 32000,
 174      "can_reason": true,
 175      "reasoning_levels": [
 176        "low",
 177        "medium",
 178        "high"
 179      ],
 180      "default_reasoning_effort": "medium",
 181      "supports_attachments": true,
 182      "options": {}
 183    },
 184    {
 185      "id": "anthropic/claude-haiku-4.5",
 186      "name": "Anthropic: Claude Haiku 4.5",
 187      "cost_per_1m_in": 1,
 188      "cost_per_1m_out": 5,
 189      "cost_per_1m_in_cached": 1.25,
 190      "cost_per_1m_out_cached": 0.1,
 191      "context_window": 200000,
 192      "default_max_tokens": 32000,
 193      "can_reason": true,
 194      "reasoning_levels": [
 195        "low",
 196        "medium",
 197        "high"
 198      ],
 199      "default_reasoning_effort": "medium",
 200      "supports_attachments": true,
 201      "options": {}
 202    },
 203    {
 204      "id": "anthropic/claude-opus-4",
 205      "name": "Anthropic: Claude Opus 4",
 206      "cost_per_1m_in": 15,
 207      "cost_per_1m_out": 75,
 208      "cost_per_1m_in_cached": 18.75,
 209      "cost_per_1m_out_cached": 1.5,
 210      "context_window": 200000,
 211      "default_max_tokens": 16000,
 212      "can_reason": true,
 213      "reasoning_levels": [
 214        "low",
 215        "medium",
 216        "high"
 217      ],
 218      "default_reasoning_effort": "medium",
 219      "supports_attachments": true,
 220      "options": {}
 221    },
 222    {
 223      "id": "anthropic/claude-opus-4.1",
 224      "name": "Anthropic: Claude Opus 4.1",
 225      "cost_per_1m_in": 15,
 226      "cost_per_1m_out": 75,
 227      "cost_per_1m_in_cached": 18.75,
 228      "cost_per_1m_out_cached": 1.5,
 229      "context_window": 200000,
 230      "default_max_tokens": 16000,
 231      "can_reason": true,
 232      "reasoning_levels": [
 233        "low",
 234        "medium",
 235        "high"
 236      ],
 237      "default_reasoning_effort": "medium",
 238      "supports_attachments": true,
 239      "options": {}
 240    },
 241    {
 242      "id": "anthropic/claude-opus-4.5",
 243      "name": "Anthropic: Claude Opus 4.5",
 244      "cost_per_1m_in": 5,
 245      "cost_per_1m_out": 25,
 246      "cost_per_1m_in_cached": 6.25,
 247      "cost_per_1m_out_cached": 0.5,
 248      "context_window": 200000,
 249      "default_max_tokens": 32000,
 250      "can_reason": true,
 251      "reasoning_levels": [
 252        "low",
 253        "medium",
 254        "high"
 255      ],
 256      "default_reasoning_effort": "medium",
 257      "supports_attachments": true,
 258      "options": {}
 259    },
 260    {
 261      "id": "anthropic/claude-opus-4.6",
 262      "name": "Anthropic: Claude Opus 4.6",
 263      "cost_per_1m_in": 5,
 264      "cost_per_1m_out": 25,
 265      "cost_per_1m_in_cached": 6.25,
 266      "cost_per_1m_out_cached": 0.5,
 267      "context_window": 1000000,
 268      "default_max_tokens": 64000,
 269      "can_reason": true,
 270      "reasoning_levels": [
 271        "low",
 272        "medium",
 273        "high"
 274      ],
 275      "default_reasoning_effort": "medium",
 276      "supports_attachments": true,
 277      "options": {}
 278    },
 279    {
 280      "id": "anthropic/claude-sonnet-4",
 281      "name": "Anthropic: Claude Sonnet 4",
 282      "cost_per_1m_in": 3,
 283      "cost_per_1m_out": 15,
 284      "cost_per_1m_in_cached": 3.75,
 285      "cost_per_1m_out_cached": 0.3,
 286      "context_window": 1000000,
 287      "default_max_tokens": 32000,
 288      "can_reason": true,
 289      "reasoning_levels": [
 290        "low",
 291        "medium",
 292        "high"
 293      ],
 294      "default_reasoning_effort": "medium",
 295      "supports_attachments": true,
 296      "options": {}
 297    },
 298    {
 299      "id": "anthropic/claude-sonnet-4.5",
 300      "name": "Anthropic: Claude Sonnet 4.5",
 301      "cost_per_1m_in": 3,
 302      "cost_per_1m_out": 15,
 303      "cost_per_1m_in_cached": 3.75,
 304      "cost_per_1m_out_cached": 0.3,
 305      "context_window": 1000000,
 306      "default_max_tokens": 32000,
 307      "can_reason": true,
 308      "reasoning_levels": [
 309        "low",
 310        "medium",
 311        "high"
 312      ],
 313      "default_reasoning_effort": "medium",
 314      "supports_attachments": true,
 315      "options": {}
 316    },
 317    {
 318      "id": "anthropic/claude-sonnet-4.6",
 319      "name": "Anthropic: Claude Sonnet 4.6",
 320      "cost_per_1m_in": 3,
 321      "cost_per_1m_out": 15,
 322      "cost_per_1m_in_cached": 3.75,
 323      "cost_per_1m_out_cached": 0.3,
 324      "context_window": 1000000,
 325      "default_max_tokens": 64000,
 326      "can_reason": true,
 327      "reasoning_levels": [
 328        "low",
 329        "medium",
 330        "high"
 331      ],
 332      "default_reasoning_effort": "medium",
 333      "supports_attachments": true,
 334      "options": {}
 335    },
 336    {
 337      "id": "arcee-ai/trinity-large-preview:free",
 338      "name": "Arcee AI: Trinity Large Preview (free)",
 339      "cost_per_1m_in": 0,
 340      "cost_per_1m_out": 0,
 341      "cost_per_1m_in_cached": 0,
 342      "cost_per_1m_out_cached": 0,
 343      "context_window": 131000,
 344      "default_max_tokens": 13100,
 345      "can_reason": false,
 346      "supports_attachments": false,
 347      "options": {}
 348    },
 349    {
 350      "id": "arcee-ai/trinity-mini",
 351      "name": "Arcee AI: Trinity Mini",
 352      "cost_per_1m_in": 0.045,
 353      "cost_per_1m_out": 0.15,
 354      "cost_per_1m_in_cached": 0,
 355      "cost_per_1m_out_cached": 0,
 356      "context_window": 131072,
 357      "default_max_tokens": 65536,
 358      "can_reason": true,
 359      "reasoning_levels": [
 360        "low",
 361        "medium",
 362        "high"
 363      ],
 364      "default_reasoning_effort": "medium",
 365      "supports_attachments": false,
 366      "options": {}
 367    },
 368    {
 369      "id": "arcee-ai/trinity-mini:free",
 370      "name": "Arcee AI: Trinity Mini (free)",
 371      "cost_per_1m_in": 0,
 372      "cost_per_1m_out": 0,
 373      "cost_per_1m_in_cached": 0,
 374      "cost_per_1m_out_cached": 0,
 375      "context_window": 131072,
 376      "default_max_tokens": 13107,
 377      "can_reason": true,
 378      "reasoning_levels": [
 379        "low",
 380        "medium",
 381        "high"
 382      ],
 383      "default_reasoning_effort": "medium",
 384      "supports_attachments": false,
 385      "options": {}
 386    },
 387    {
 388      "id": "arcee-ai/virtuoso-large",
 389      "name": "Arcee AI: Virtuoso Large",
 390      "cost_per_1m_in": 0.75,
 391      "cost_per_1m_out": 1.2,
 392      "cost_per_1m_in_cached": 0,
 393      "cost_per_1m_out_cached": 0,
 394      "context_window": 131072,
 395      "default_max_tokens": 32000,
 396      "can_reason": false,
 397      "supports_attachments": false,
 398      "options": {}
 399    },
 400    {
 401      "id": "baidu/ernie-4.5-21b-a3b",
 402      "name": "Baidu: ERNIE 4.5 21B A3B",
 403      "cost_per_1m_in": 0.07,
 404      "cost_per_1m_out": 0.28,
 405      "cost_per_1m_in_cached": 0,
 406      "cost_per_1m_out_cached": 0,
 407      "context_window": 120000,
 408      "default_max_tokens": 4000,
 409      "can_reason": false,
 410      "supports_attachments": false,
 411      "options": {}
 412    },
 413    {
 414      "id": "baidu/ernie-4.5-vl-28b-a3b",
 415      "name": "Baidu: ERNIE 4.5 VL 28B A3B",
 416      "cost_per_1m_in": 0.14,
 417      "cost_per_1m_out": 0.56,
 418      "cost_per_1m_in_cached": 0,
 419      "cost_per_1m_out_cached": 0,
 420      "context_window": 30000,
 421      "default_max_tokens": 4000,
 422      "can_reason": true,
 423      "reasoning_levels": [
 424        "low",
 425        "medium",
 426        "high"
 427      ],
 428      "default_reasoning_effort": "medium",
 429      "supports_attachments": true,
 430      "options": {}
 431    },
 432    {
 433      "id": "bytedance-seed/seed-1.6",
 434      "name": "ByteDance Seed: Seed 1.6",
 435      "cost_per_1m_in": 0.25,
 436      "cost_per_1m_out": 2,
 437      "cost_per_1m_in_cached": 0,
 438      "cost_per_1m_out_cached": 0,
 439      "context_window": 262144,
 440      "default_max_tokens": 16384,
 441      "can_reason": true,
 442      "reasoning_levels": [
 443        "low",
 444        "medium",
 445        "high"
 446      ],
 447      "default_reasoning_effort": "medium",
 448      "supports_attachments": true,
 449      "options": {}
 450    },
 451    {
 452      "id": "bytedance-seed/seed-1.6-flash",
 453      "name": "ByteDance Seed: Seed 1.6 Flash",
 454      "cost_per_1m_in": 0.075,
 455      "cost_per_1m_out": 0.3,
 456      "cost_per_1m_in_cached": 0,
 457      "cost_per_1m_out_cached": 0,
 458      "context_window": 262144,
 459      "default_max_tokens": 16384,
 460      "can_reason": true,
 461      "reasoning_levels": [
 462        "low",
 463        "medium",
 464        "high"
 465      ],
 466      "default_reasoning_effort": "medium",
 467      "supports_attachments": true,
 468      "options": {}
 469    },
 470    {
 471      "id": "bytedance-seed/seed-2.0-lite",
 472      "name": "ByteDance Seed: Seed-2.0-Lite",
 473      "cost_per_1m_in": 0.25,
 474      "cost_per_1m_out": 2,
 475      "cost_per_1m_in_cached": 0,
 476      "cost_per_1m_out_cached": 0,
 477      "context_window": 262144,
 478      "default_max_tokens": 65536,
 479      "can_reason": true,
 480      "reasoning_levels": [
 481        "low",
 482        "medium",
 483        "high"
 484      ],
 485      "default_reasoning_effort": "medium",
 486      "supports_attachments": true,
 487      "options": {}
 488    },
 489    {
 490      "id": "bytedance-seed/seed-2.0-mini",
 491      "name": "ByteDance Seed: Seed-2.0-Mini",
 492      "cost_per_1m_in": 0.1,
 493      "cost_per_1m_out": 0.4,
 494      "cost_per_1m_in_cached": 0,
 495      "cost_per_1m_out_cached": 0,
 496      "context_window": 262144,
 497      "default_max_tokens": 65536,
 498      "can_reason": true,
 499      "reasoning_levels": [
 500        "low",
 501        "medium",
 502        "high"
 503      ],
 504      "default_reasoning_effort": "medium",
 505      "supports_attachments": true,
 506      "options": {}
 507    },
 508    {
 509      "id": "cohere/command-r-08-2024",
 510      "name": "Cohere: Command R (08-2024)",
 511      "cost_per_1m_in": 0.15,
 512      "cost_per_1m_out": 0.6,
 513      "cost_per_1m_in_cached": 0,
 514      "cost_per_1m_out_cached": 0,
 515      "context_window": 128000,
 516      "default_max_tokens": 2000,
 517      "can_reason": false,
 518      "supports_attachments": false,
 519      "options": {}
 520    },
 521    {
 522      "id": "cohere/command-r-plus-08-2024",
 523      "name": "Cohere: Command R+ (08-2024)",
 524      "cost_per_1m_in": 2.5,
 525      "cost_per_1m_out": 10,
 526      "cost_per_1m_in_cached": 0,
 527      "cost_per_1m_out_cached": 0,
 528      "context_window": 128000,
 529      "default_max_tokens": 2000,
 530      "can_reason": false,
 531      "supports_attachments": false,
 532      "options": {}
 533    },
 534    {
 535      "id": "deepseek/deepseek-chat",
 536      "name": "DeepSeek: DeepSeek V3",
 537      "cost_per_1m_in": 0.4,
 538      "cost_per_1m_out": 1.3,
 539      "cost_per_1m_in_cached": 0,
 540      "cost_per_1m_out_cached": 0,
 541      "context_window": 64000,
 542      "default_max_tokens": 8000,
 543      "can_reason": false,
 544      "supports_attachments": false,
 545      "options": {}
 546    },
 547    {
 548      "id": "deepseek/deepseek-chat-v3-0324",
 549      "name": "DeepSeek: DeepSeek V3 0324",
 550      "cost_per_1m_in": 0.27,
 551      "cost_per_1m_out": 1.12,
 552      "cost_per_1m_in_cached": 0,
 553      "cost_per_1m_out_cached": 0.135,
 554      "context_window": 163840,
 555      "default_max_tokens": 81920,
 556      "can_reason": false,
 557      "supports_attachments": false,
 558      "options": {}
 559    },
 560    {
 561      "id": "deepseek/deepseek-chat-v3.1",
 562      "name": "DeepSeek: DeepSeek V3.1",
 563      "cost_per_1m_in": 0.21,
 564      "cost_per_1m_out": 0.79,
 565      "cost_per_1m_in_cached": 0,
 566      "cost_per_1m_out_cached": 0.13,
 567      "context_window": 163840,
 568      "default_max_tokens": 16384,
 569      "can_reason": true,
 570      "reasoning_levels": [
 571        "low",
 572        "medium",
 573        "high"
 574      ],
 575      "default_reasoning_effort": "medium",
 576      "supports_attachments": false,
 577      "options": {}
 578    },
 579    {
 580      "id": "deepseek/deepseek-v3.1-terminus",
 581      "name": "DeepSeek: DeepSeek V3.1 Terminus",
 582      "cost_per_1m_in": 0.27,
 583      "cost_per_1m_out": 1,
 584      "cost_per_1m_in_cached": 0,
 585      "cost_per_1m_out_cached": 0.135,
 586      "context_window": 163840,
 587      "default_max_tokens": 32768,
 588      "can_reason": true,
 589      "reasoning_levels": [
 590        "low",
 591        "medium",
 592        "high"
 593      ],
 594      "default_reasoning_effort": "medium",
 595      "supports_attachments": false,
 596      "options": {}
 597    },
 598    {
 599      "id": "deepseek/deepseek-v3.2",
 600      "name": "DeepSeek: DeepSeek V3.2",
 601      "cost_per_1m_in": 0.26,
 602      "cost_per_1m_out": 0.38,
 603      "cost_per_1m_in_cached": 0,
 604      "cost_per_1m_out_cached": 0.13,
 605      "context_window": 163840,
 606      "default_max_tokens": 16384,
 607      "can_reason": true,
 608      "reasoning_levels": [
 609        "low",
 610        "medium",
 611        "high"
 612      ],
 613      "default_reasoning_effort": "medium",
 614      "supports_attachments": false,
 615      "options": {}
 616    },
 617    {
 618      "id": "deepseek/deepseek-v3.2-exp",
 619      "name": "DeepSeek: DeepSeek V3.2 Exp",
 620      "cost_per_1m_in": 0.27,
 621      "cost_per_1m_out": 0.41,
 622      "cost_per_1m_in_cached": 0,
 623      "cost_per_1m_out_cached": 0.27,
 624      "context_window": 163840,
 625      "default_max_tokens": 81920,
 626      "can_reason": true,
 627      "reasoning_levels": [
 628        "low",
 629        "medium",
 630        "high"
 631      ],
 632      "default_reasoning_effort": "medium",
 633      "supports_attachments": false,
 634      "options": {}
 635    },
 636    {
 637      "id": "deepseek/deepseek-r1",
 638      "name": "DeepSeek: R1",
 639      "cost_per_1m_in": 0.7,
 640      "cost_per_1m_out": 2.5,
 641      "cost_per_1m_in_cached": 0,
 642      "cost_per_1m_out_cached": 0,
 643      "context_window": 64000,
 644      "default_max_tokens": 8000,
 645      "can_reason": true,
 646      "reasoning_levels": [
 647        "low",
 648        "medium",
 649        "high"
 650      ],
 651      "default_reasoning_effort": "medium",
 652      "supports_attachments": false,
 653      "options": {}
 654    },
 655    {
 656      "id": "deepseek/deepseek-r1-0528",
 657      "name": "DeepSeek: R1 0528",
 658      "cost_per_1m_in": 0.8,
 659      "cost_per_1m_out": 2.4,
 660      "cost_per_1m_in_cached": 0,
 661      "cost_per_1m_out_cached": 0,
 662      "context_window": 163840,
 663      "default_max_tokens": 16384,
 664      "can_reason": true,
 665      "reasoning_levels": [
 666        "low",
 667        "medium",
 668        "high"
 669      ],
 670      "default_reasoning_effort": "medium",
 671      "supports_attachments": false,
 672      "options": {}
 673    },
 674    {
 675      "id": "essentialai/rnj-1-instruct",
 676      "name": "EssentialAI: Rnj 1 Instruct",
 677      "cost_per_1m_in": 0.15,
 678      "cost_per_1m_out": 0.15,
 679      "cost_per_1m_in_cached": 0,
 680      "cost_per_1m_out_cached": 0,
 681      "context_window": 32768,
 682      "default_max_tokens": 3276,
 683      "can_reason": false,
 684      "supports_attachments": false,
 685      "options": {}
 686    },
 687    {
 688      "id": "google/gemini-2.0-flash-001",
 689      "name": "Google: Gemini 2.0 Flash",
 690      "cost_per_1m_in": 0.1,
 691      "cost_per_1m_out": 0.4,
 692      "cost_per_1m_in_cached": 0.08333,
 693      "cost_per_1m_out_cached": 0.025,
 694      "context_window": 1048576,
 695      "default_max_tokens": 4096,
 696      "can_reason": false,
 697      "supports_attachments": true,
 698      "options": {}
 699    },
 700    {
 701      "id": "google/gemini-2.0-flash-lite-001",
 702      "name": "Google: Gemini 2.0 Flash Lite",
 703      "cost_per_1m_in": 0.075,
 704      "cost_per_1m_out": 0.3,
 705      "cost_per_1m_in_cached": 0,
 706      "cost_per_1m_out_cached": 0,
 707      "context_window": 1048576,
 708      "default_max_tokens": 4096,
 709      "can_reason": false,
 710      "supports_attachments": true,
 711      "options": {}
 712    },
 713    {
 714      "id": "google/gemini-2.5-flash",
 715      "name": "Google: Gemini 2.5 Flash",
 716      "cost_per_1m_in": 0.3,
 717      "cost_per_1m_out": 2.5,
 718      "cost_per_1m_in_cached": 0.08333,
 719      "cost_per_1m_out_cached": 0.03,
 720      "context_window": 1048576,
 721      "default_max_tokens": 32767,
 722      "can_reason": true,
 723      "reasoning_levels": [
 724        "low",
 725        "medium",
 726        "high"
 727      ],
 728      "default_reasoning_effort": "medium",
 729      "supports_attachments": true,
 730      "options": {}
 731    },
 732    {
 733      "id": "google/gemini-2.5-flash-lite",
 734      "name": "Google: Gemini 2.5 Flash Lite",
 735      "cost_per_1m_in": 0.1,
 736      "cost_per_1m_out": 0.4,
 737      "cost_per_1m_in_cached": 0.08333,
 738      "cost_per_1m_out_cached": 0.01,
 739      "context_window": 1048576,
 740      "default_max_tokens": 32767,
 741      "can_reason": true,
 742      "reasoning_levels": [
 743        "low",
 744        "medium",
 745        "high"
 746      ],
 747      "default_reasoning_effort": "medium",
 748      "supports_attachments": true,
 749      "options": {}
 750    },
 751    {
 752      "id": "google/gemini-2.5-flash-lite-preview-09-2025",
 753      "name": "Google: Gemini 2.5 Flash Lite Preview 09-2025",
 754      "cost_per_1m_in": 0.1,
 755      "cost_per_1m_out": 0.4,
 756      "cost_per_1m_in_cached": 0.08333,
 757      "cost_per_1m_out_cached": 0.01,
 758      "context_window": 1048576,
 759      "default_max_tokens": 32768,
 760      "can_reason": true,
 761      "reasoning_levels": [
 762        "low",
 763        "medium",
 764        "high"
 765      ],
 766      "default_reasoning_effort": "medium",
 767      "supports_attachments": true,
 768      "options": {}
 769    },
 770    {
 771      "id": "google/gemini-2.5-pro",
 772      "name": "Google: Gemini 2.5 Pro",
 773      "cost_per_1m_in": 1.25,
 774      "cost_per_1m_out": 10,
 775      "cost_per_1m_in_cached": 0.375,
 776      "cost_per_1m_out_cached": 0.125,
 777      "context_window": 1048576,
 778      "default_max_tokens": 32768,
 779      "can_reason": true,
 780      "reasoning_levels": [
 781        "low",
 782        "medium",
 783        "high"
 784      ],
 785      "default_reasoning_effort": "medium",
 786      "supports_attachments": true,
 787      "options": {}
 788    },
 789    {
 790      "id": "google/gemini-2.5-pro-preview-05-06",
 791      "name": "Google: Gemini 2.5 Pro Preview 05-06",
 792      "cost_per_1m_in": 1.25,
 793      "cost_per_1m_out": 10,
 794      "cost_per_1m_in_cached": 0.375,
 795      "cost_per_1m_out_cached": 0.125,
 796      "context_window": 1048576,
 797      "default_max_tokens": 32768,
 798      "can_reason": true,
 799      "reasoning_levels": [
 800        "low",
 801        "medium",
 802        "high"
 803      ],
 804      "default_reasoning_effort": "medium",
 805      "supports_attachments": true,
 806      "options": {}
 807    },
 808    {
 809      "id": "google/gemini-2.5-pro-preview",
 810      "name": "Google: Gemini 2.5 Pro Preview 06-05",
 811      "cost_per_1m_in": 1.25,
 812      "cost_per_1m_out": 10,
 813      "cost_per_1m_in_cached": 0.375,
 814      "cost_per_1m_out_cached": 0.125,
 815      "context_window": 1048576,
 816      "default_max_tokens": 32768,
 817      "can_reason": true,
 818      "reasoning_levels": [
 819        "low",
 820        "medium",
 821        "high"
 822      ],
 823      "default_reasoning_effort": "medium",
 824      "supports_attachments": true,
 825      "options": {}
 826    },
 827    {
 828      "id": "google/gemini-3-flash-preview",
 829      "name": "Google: Gemini 3 Flash Preview",
 830      "cost_per_1m_in": 0.5,
 831      "cost_per_1m_out": 3,
 832      "cost_per_1m_in_cached": 0.08333,
 833      "cost_per_1m_out_cached": 0.05,
 834      "context_window": 1048576,
 835      "default_max_tokens": 32767,
 836      "can_reason": true,
 837      "reasoning_levels": [
 838        "low",
 839        "medium",
 840        "high"
 841      ],
 842      "default_reasoning_effort": "medium",
 843      "supports_attachments": true,
 844      "options": {}
 845    },
 846    {
 847      "id": "google/gemini-3.1-flash-lite-preview",
 848      "name": "Google: Gemini 3.1 Flash Lite Preview",
 849      "cost_per_1m_in": 0.25,
 850      "cost_per_1m_out": 1.5,
 851      "cost_per_1m_in_cached": 0.08333,
 852      "cost_per_1m_out_cached": 0.025,
 853      "context_window": 1048576,
 854      "default_max_tokens": 32768,
 855      "can_reason": true,
 856      "reasoning_levels": [
 857        "low",
 858        "medium",
 859        "high"
 860      ],
 861      "default_reasoning_effort": "medium",
 862      "supports_attachments": true,
 863      "options": {}
 864    },
 865    {
 866      "id": "google/gemini-3.1-pro-preview",
 867      "name": "Google: Gemini 3.1 Pro Preview",
 868      "cost_per_1m_in": 2,
 869      "cost_per_1m_out": 12,
 870      "cost_per_1m_in_cached": 0.375,
 871      "cost_per_1m_out_cached": 0.2,
 872      "context_window": 1048576,
 873      "default_max_tokens": 32768,
 874      "can_reason": true,
 875      "reasoning_levels": [
 876        "low",
 877        "medium",
 878        "high"
 879      ],
 880      "default_reasoning_effort": "medium",
 881      "supports_attachments": true,
 882      "options": {}
 883    },
 884    {
 885      "id": "google/gemini-3.1-pro-preview-customtools",
 886      "name": "Google: Gemini 3.1 Pro Preview Custom Tools",
 887      "cost_per_1m_in": 2,
 888      "cost_per_1m_out": 12,
 889      "cost_per_1m_in_cached": 0.375,
 890      "cost_per_1m_out_cached": 0.2,
 891      "context_window": 1048576,
 892      "default_max_tokens": 32768,
 893      "can_reason": true,
 894      "reasoning_levels": [
 895        "low",
 896        "medium",
 897        "high"
 898      ],
 899      "default_reasoning_effort": "medium",
 900      "supports_attachments": true,
 901      "options": {}
 902    },
 903    {
 904      "id": "inception/mercury",
 905      "name": "Inception: Mercury",
 906      "cost_per_1m_in": 0.25,
 907      "cost_per_1m_out": 0.75,
 908      "cost_per_1m_in_cached": 0,
 909      "cost_per_1m_out_cached": 0.025,
 910      "context_window": 128000,
 911      "default_max_tokens": 16000,
 912      "can_reason": false,
 913      "supports_attachments": false,
 914      "options": {}
 915    },
 916    {
 917      "id": "inception/mercury-2",
 918      "name": "Inception: Mercury 2",
 919      "cost_per_1m_in": 0.25,
 920      "cost_per_1m_out": 0.75,
 921      "cost_per_1m_in_cached": 0,
 922      "cost_per_1m_out_cached": 0.025,
 923      "context_window": 128000,
 924      "default_max_tokens": 25000,
 925      "can_reason": true,
 926      "reasoning_levels": [
 927        "low",
 928        "medium",
 929        "high"
 930      ],
 931      "default_reasoning_effort": "medium",
 932      "supports_attachments": false,
 933      "options": {}
 934    },
 935    {
 936      "id": "inception/mercury-coder",
 937      "name": "Inception: Mercury Coder",
 938      "cost_per_1m_in": 0.25,
 939      "cost_per_1m_out": 0.75,
 940      "cost_per_1m_in_cached": 0,
 941      "cost_per_1m_out_cached": 0.025,
 942      "context_window": 128000,
 943      "default_max_tokens": 16000,
 944      "can_reason": false,
 945      "supports_attachments": false,
 946      "options": {}
 947    },
 948    {
 949      "id": "kwaipilot/kat-coder-pro",
 950      "name": "Kwaipilot: KAT-Coder-Pro V1",
 951      "cost_per_1m_in": 0.207,
 952      "cost_per_1m_out": 0.828,
 953      "cost_per_1m_in_cached": 0,
 954      "cost_per_1m_out_cached": 0.0414,
 955      "context_window": 256000,
 956      "default_max_tokens": 64000,
 957      "can_reason": false,
 958      "supports_attachments": false,
 959      "options": {}
 960    },
 961    {
 962      "id": "meituan/longcat-flash-chat",
 963      "name": "Meituan: LongCat Flash Chat",
 964      "cost_per_1m_in": 0.2,
 965      "cost_per_1m_out": 0.8,
 966      "cost_per_1m_in_cached": 0,
 967      "cost_per_1m_out_cached": 0.2,
 968      "context_window": 131072,
 969      "default_max_tokens": 65536,
 970      "can_reason": false,
 971      "supports_attachments": false,
 972      "options": {}
 973    },
 974    {
 975      "id": "meta-llama/llama-3.1-70b-instruct",
 976      "name": "Meta: Llama 3.1 70B Instruct",
 977      "cost_per_1m_in": 0.4,
 978      "cost_per_1m_out": 0.4,
 979      "cost_per_1m_in_cached": 0,
 980      "cost_per_1m_out_cached": 0,
 981      "context_window": 131072,
 982      "default_max_tokens": 8192,
 983      "can_reason": false,
 984      "supports_attachments": false,
 985      "options": {}
 986    },
 987    {
 988      "id": "meta-llama/llama-3.3-70b-instruct",
 989      "name": "Meta: Llama 3.3 70B Instruct",
 990      "cost_per_1m_in": 0.25,
 991      "cost_per_1m_out": 0.75,
 992      "cost_per_1m_in_cached": 0,
 993      "cost_per_1m_out_cached": 0,
 994      "context_window": 131072,
 995      "default_max_tokens": 13107,
 996      "can_reason": false,
 997      "supports_attachments": false,
 998      "options": {}
 999    },
1000    {
1001      "id": "meta-llama/llama-3.3-70b-instruct:free",
1002      "name": "Meta: Llama 3.3 70B Instruct (free)",
1003      "cost_per_1m_in": 0,
1004      "cost_per_1m_out": 0,
1005      "cost_per_1m_in_cached": 0,
1006      "cost_per_1m_out_cached": 0,
1007      "context_window": 65536,
1008      "default_max_tokens": 6553,
1009      "can_reason": false,
1010      "supports_attachments": false,
1011      "options": {}
1012    },
1013    {
1014      "id": "meta-llama/llama-4-maverick",
1015      "name": "Meta: Llama 4 Maverick",
1016      "cost_per_1m_in": 0.27,
1017      "cost_per_1m_out": 0.85,
1018      "cost_per_1m_in_cached": 0,
1019      "cost_per_1m_out_cached": 0,
1020      "context_window": 1048576,
1021      "default_max_tokens": 104857,
1022      "can_reason": false,
1023      "supports_attachments": true,
1024      "options": {}
1025    },
1026    {
1027      "id": "meta-llama/llama-4-scout",
1028      "name": "Meta: Llama 4 Scout",
1029      "cost_per_1m_in": 0.25,
1030      "cost_per_1m_out": 0.7,
1031      "cost_per_1m_in_cached": 0,
1032      "cost_per_1m_out_cached": 0,
1033      "context_window": 1310720,
1034      "default_max_tokens": 4096,
1035      "can_reason": false,
1036      "supports_attachments": true,
1037      "options": {}
1038    },
1039    {
1040      "id": "minimax/minimax-m2",
1041      "name": "MiniMax: MiniMax M2",
1042      "cost_per_1m_in": 0.255,
1043      "cost_per_1m_out": 1,
1044      "cost_per_1m_in_cached": 0,
1045      "cost_per_1m_out_cached": 0.03,
1046      "context_window": 196608,
1047      "default_max_tokens": 98304,
1048      "can_reason": true,
1049      "reasoning_levels": [
1050        "low",
1051        "medium",
1052        "high"
1053      ],
1054      "default_reasoning_effort": "medium",
1055      "supports_attachments": false,
1056      "options": {}
1057    },
1058    {
1059      "id": "minimax/minimax-m2.1",
1060      "name": "MiniMax: MiniMax M2.1",
1061      "cost_per_1m_in": 0.27,
1062      "cost_per_1m_out": 0.95,
1063      "cost_per_1m_in_cached": 0,
1064      "cost_per_1m_out_cached": 0.029,
1065      "context_window": 196608,
1066      "default_max_tokens": 19660,
1067      "can_reason": true,
1068      "reasoning_levels": [
1069        "low",
1070        "medium",
1071        "high"
1072      ],
1073      "default_reasoning_effort": "medium",
1074      "supports_attachments": false,
1075      "options": {}
1076    },
1077    {
1078      "id": "minimax/minimax-m2.5",
1079      "name": "MiniMax: MiniMax M2.5",
1080      "cost_per_1m_in": 0.6,
1081      "cost_per_1m_out": 2.4,
1082      "cost_per_1m_in_cached": 0,
1083      "cost_per_1m_out_cached": 0.06,
1084      "context_window": 204800,
1085      "default_max_tokens": 65536,
1086      "can_reason": true,
1087      "reasoning_levels": [
1088        "low",
1089        "medium",
1090        "high"
1091      ],
1092      "default_reasoning_effort": "medium",
1093      "supports_attachments": false,
1094      "options": {}
1095    },
1096    {
1097      "id": "minimax/minimax-m2.5:free",
1098      "name": "MiniMax: MiniMax M2.5 (free)",
1099      "cost_per_1m_in": 0,
1100      "cost_per_1m_out": 0,
1101      "cost_per_1m_in_cached": 0,
1102      "cost_per_1m_out_cached": 0,
1103      "context_window": 196608,
1104      "default_max_tokens": 98304,
1105      "can_reason": true,
1106      "reasoning_levels": [
1107        "low",
1108        "medium",
1109        "high"
1110      ],
1111      "default_reasoning_effort": "medium",
1112      "supports_attachments": false,
1113      "options": {}
1114    },
1115    {
1116      "id": "minimax/minimax-m2.7",
1117      "name": "MiniMax: MiniMax M2.7",
1118      "cost_per_1m_in": 0.3,
1119      "cost_per_1m_out": 1.2,
1120      "cost_per_1m_in_cached": 0,
1121      "cost_per_1m_out_cached": 0.06,
1122      "context_window": 204800,
1123      "default_max_tokens": 65536,
1124      "can_reason": true,
1125      "reasoning_levels": [
1126        "low",
1127        "medium",
1128        "high"
1129      ],
1130      "default_reasoning_effort": "medium",
1131      "supports_attachments": false,
1132      "options": {}
1133    },
1134    {
1135      "id": "mistralai/mistral-large",
1136      "name": "Mistral Large",
1137      "cost_per_1m_in": 2,
1138      "cost_per_1m_out": 6,
1139      "cost_per_1m_in_cached": 0,
1140      "cost_per_1m_out_cached": 0.2,
1141      "context_window": 128000,
1142      "default_max_tokens": 12800,
1143      "can_reason": false,
1144      "supports_attachments": false,
1145      "options": {}
1146    },
1147    {
1148      "id": "mistralai/mistral-large-2407",
1149      "name": "Mistral Large 2407",
1150      "cost_per_1m_in": 2,
1151      "cost_per_1m_out": 6,
1152      "cost_per_1m_in_cached": 0,
1153      "cost_per_1m_out_cached": 0.2,
1154      "context_window": 131072,
1155      "default_max_tokens": 13107,
1156      "can_reason": false,
1157      "supports_attachments": false,
1158      "options": {}
1159    },
1160    {
1161      "id": "mistralai/mistral-large-2411",
1162      "name": "Mistral Large 2411",
1163      "cost_per_1m_in": 2,
1164      "cost_per_1m_out": 6,
1165      "cost_per_1m_in_cached": 0,
1166      "cost_per_1m_out_cached": 0.2,
1167      "context_window": 131072,
1168      "default_max_tokens": 13107,
1169      "can_reason": false,
1170      "supports_attachments": false,
1171      "options": {}
1172    },
1173    {
1174      "id": "mistralai/codestral-2508",
1175      "name": "Mistral: Codestral 2508",
1176      "cost_per_1m_in": 0.3,
1177      "cost_per_1m_out": 0.9,
1178      "cost_per_1m_in_cached": 0,
1179      "cost_per_1m_out_cached": 0.03,
1180      "context_window": 256000,
1181      "default_max_tokens": 25600,
1182      "can_reason": false,
1183      "supports_attachments": false,
1184      "options": {}
1185    },
1186    {
1187      "id": "mistralai/devstral-2512",
1188      "name": "Mistral: Devstral 2 2512",
1189      "cost_per_1m_in": 0.4,
1190      "cost_per_1m_out": 2,
1191      "cost_per_1m_in_cached": 0,
1192      "cost_per_1m_out_cached": 0.04,
1193      "context_window": 262144,
1194      "default_max_tokens": 26214,
1195      "can_reason": false,
1196      "supports_attachments": false,
1197      "options": {}
1198    },
1199    {
1200      "id": "mistralai/devstral-medium",
1201      "name": "Mistral: Devstral Medium",
1202      "cost_per_1m_in": 0.4,
1203      "cost_per_1m_out": 2,
1204      "cost_per_1m_in_cached": 0,
1205      "cost_per_1m_out_cached": 0.04,
1206      "context_window": 131072,
1207      "default_max_tokens": 13107,
1208      "can_reason": false,
1209      "supports_attachments": false,
1210      "options": {}
1211    },
1212    {
1213      "id": "mistralai/devstral-small",
1214      "name": "Mistral: Devstral Small 1.1",
1215      "cost_per_1m_in": 0.1,
1216      "cost_per_1m_out": 0.3,
1217      "cost_per_1m_in_cached": 0,
1218      "cost_per_1m_out_cached": 0.01,
1219      "context_window": 131072,
1220      "default_max_tokens": 13107,
1221      "can_reason": false,
1222      "supports_attachments": false,
1223      "options": {}
1224    },
1225    {
1226      "id": "mistralai/ministral-14b-2512",
1227      "name": "Mistral: Ministral 3 14B 2512",
1228      "cost_per_1m_in": 0.35,
1229      "cost_per_1m_out": 0.35,
1230      "cost_per_1m_in_cached": 0,
1231      "cost_per_1m_out_cached": 0,
1232      "context_window": 262144,
1233      "default_max_tokens": 131072,
1234      "can_reason": false,
1235      "supports_attachments": true,
1236      "options": {}
1237    },
1238    {
1239      "id": "mistralai/ministral-3b-2512",
1240      "name": "Mistral: Ministral 3 3B 2512",
1241      "cost_per_1m_in": 0.35,
1242      "cost_per_1m_out": 0.35,
1243      "cost_per_1m_in_cached": 0,
1244      "cost_per_1m_out_cached": 0,
1245      "context_window": 131072,
1246      "default_max_tokens": 65536,
1247      "can_reason": false,
1248      "supports_attachments": true,
1249      "options": {}
1250    },
1251    {
1252      "id": "mistralai/ministral-8b-2512",
1253      "name": "Mistral: Ministral 3 8B 2512",
1254      "cost_per_1m_in": 0.15,
1255      "cost_per_1m_out": 0.15,
1256      "cost_per_1m_in_cached": 0,
1257      "cost_per_1m_out_cached": 0.015,
1258      "context_window": 262144,
1259      "default_max_tokens": 26214,
1260      "can_reason": false,
1261      "supports_attachments": true,
1262      "options": {}
1263    },
1264    {
1265      "id": "mistralai/mistral-large-2512",
1266      "name": "Mistral: Mistral Large 3 2512",
1267      "cost_per_1m_in": 0.5,
1268      "cost_per_1m_out": 1.5,
1269      "cost_per_1m_in_cached": 0,
1270      "cost_per_1m_out_cached": 0.05,
1271      "context_window": 262144,
1272      "default_max_tokens": 26214,
1273      "can_reason": false,
1274      "supports_attachments": true,
1275      "options": {}
1276    },
1277    {
1278      "id": "mistralai/mistral-medium-3",
1279      "name": "Mistral: Mistral Medium 3",
1280      "cost_per_1m_in": 0.4,
1281      "cost_per_1m_out": 2,
1282      "cost_per_1m_in_cached": 0,
1283      "cost_per_1m_out_cached": 0.04,
1284      "context_window": 131072,
1285      "default_max_tokens": 13107,
1286      "can_reason": false,
1287      "supports_attachments": true,
1288      "options": {}
1289    },
1290    {
1291      "id": "mistralai/mistral-medium-3.1",
1292      "name": "Mistral: Mistral Medium 3.1",
1293      "cost_per_1m_in": 0.4,
1294      "cost_per_1m_out": 2,
1295      "cost_per_1m_in_cached": 0,
1296      "cost_per_1m_out_cached": 0.04,
1297      "context_window": 131072,
1298      "default_max_tokens": 13107,
1299      "can_reason": false,
1300      "supports_attachments": true,
1301      "options": {}
1302    },
1303    {
1304      "id": "mistralai/mistral-nemo",
1305      "name": "Mistral: Mistral Nemo",
1306      "cost_per_1m_in": 0.15,
1307      "cost_per_1m_out": 0.15,
1308      "cost_per_1m_in_cached": 0,
1309      "cost_per_1m_out_cached": 0.015,
1310      "context_window": 131072,
1311      "default_max_tokens": 13107,
1312      "can_reason": false,
1313      "supports_attachments": false,
1314      "options": {}
1315    },
1316    {
1317      "id": "mistralai/mistral-small-24b-instruct-2501",
1318      "name": "Mistral: Mistral Small 3",
1319      "cost_per_1m_in": 0.1,
1320      "cost_per_1m_out": 0.3,
1321      "cost_per_1m_in_cached": 0,
1322      "cost_per_1m_out_cached": 0,
1323      "context_window": 32768,
1324      "default_max_tokens": 1024,
1325      "can_reason": false,
1326      "supports_attachments": false,
1327      "options": {}
1328    },
1329    {
1330      "id": "mistralai/mistral-small-3.1-24b-instruct:free",
1331      "name": "Mistral: Mistral Small 3.1 24B (free)",
1332      "cost_per_1m_in": 0,
1333      "cost_per_1m_out": 0,
1334      "cost_per_1m_in_cached": 0,
1335      "cost_per_1m_out_cached": 0,
1336      "context_window": 128000,
1337      "default_max_tokens": 12800,
1338      "can_reason": false,
1339      "supports_attachments": true,
1340      "options": {}
1341    },
1342    {
1343      "id": "mistralai/mistral-small-3.2-24b-instruct",
1344      "name": "Mistral: Mistral Small 3.2 24B",
1345      "cost_per_1m_in": 0.09375,
1346      "cost_per_1m_out": 0.25,
1347      "cost_per_1m_in_cached": 0,
1348      "cost_per_1m_out_cached": 0,
1349      "context_window": 256000,
1350      "default_max_tokens": 8192,
1351      "can_reason": false,
1352      "supports_attachments": true,
1353      "options": {}
1354    },
1355    {
1356      "id": "mistralai/mistral-small-2603",
1357      "name": "Mistral: Mistral Small 4",
1358      "cost_per_1m_in": 0.15,
1359      "cost_per_1m_out": 0.6,
1360      "cost_per_1m_in_cached": 0,
1361      "cost_per_1m_out_cached": 0.015,
1362      "context_window": 262144,
1363      "default_max_tokens": 26214,
1364      "can_reason": true,
1365      "reasoning_levels": [
1366        "low",
1367        "medium",
1368        "high"
1369      ],
1370      "default_reasoning_effort": "medium",
1371      "supports_attachments": true,
1372      "options": {}
1373    },
1374    {
1375      "id": "mistralai/mistral-small-creative",
1376      "name": "Mistral: Mistral Small Creative",
1377      "cost_per_1m_in": 0.1,
1378      "cost_per_1m_out": 0.3,
1379      "cost_per_1m_in_cached": 0,
1380      "cost_per_1m_out_cached": 0.01,
1381      "context_window": 32768,
1382      "default_max_tokens": 3276,
1383      "can_reason": false,
1384      "supports_attachments": false,
1385      "options": {}
1386    },
1387    {
1388      "id": "mistralai/mixtral-8x22b-instruct",
1389      "name": "Mistral: Mixtral 8x22B Instruct",
1390      "cost_per_1m_in": 2,
1391      "cost_per_1m_out": 6,
1392      "cost_per_1m_in_cached": 0,
1393      "cost_per_1m_out_cached": 0.2,
1394      "context_window": 65536,
1395      "default_max_tokens": 6553,
1396      "can_reason": false,
1397      "supports_attachments": false,
1398      "options": {}
1399    },
1400    {
1401      "id": "mistralai/mixtral-8x7b-instruct",
1402      "name": "Mistral: Mixtral 8x7B Instruct",
1403      "cost_per_1m_in": 0.54,
1404      "cost_per_1m_out": 0.54,
1405      "cost_per_1m_in_cached": 0,
1406      "cost_per_1m_out_cached": 0,
1407      "context_window": 32768,
1408      "default_max_tokens": 8192,
1409      "can_reason": false,
1410      "supports_attachments": false,
1411      "options": {}
1412    },
1413    {
1414      "id": "mistralai/pixtral-large-2411",
1415      "name": "Mistral: Pixtral Large 2411",
1416      "cost_per_1m_in": 2,
1417      "cost_per_1m_out": 6,
1418      "cost_per_1m_in_cached": 0,
1419      "cost_per_1m_out_cached": 0.2,
1420      "context_window": 131072,
1421      "default_max_tokens": 13107,
1422      "can_reason": false,
1423      "supports_attachments": true,
1424      "options": {}
1425    },
1426    {
1427      "id": "mistralai/mistral-saba",
1428      "name": "Mistral: Saba",
1429      "cost_per_1m_in": 0.2,
1430      "cost_per_1m_out": 0.6,
1431      "cost_per_1m_in_cached": 0,
1432      "cost_per_1m_out_cached": 0.02,
1433      "context_window": 32768,
1434      "default_max_tokens": 3276,
1435      "can_reason": false,
1436      "supports_attachments": false,
1437      "options": {}
1438    },
1439    {
1440      "id": "mistralai/voxtral-small-24b-2507",
1441      "name": "Mistral: Voxtral Small 24B 2507",
1442      "cost_per_1m_in": 0.1,
1443      "cost_per_1m_out": 0.3,
1444      "cost_per_1m_in_cached": 0,
1445      "cost_per_1m_out_cached": 0.01,
1446      "context_window": 32000,
1447      "default_max_tokens": 3200,
1448      "can_reason": false,
1449      "supports_attachments": false,
1450      "options": {}
1451    },
1452    {
1453      "id": "moonshotai/kimi-k2",
1454      "name": "MoonshotAI: Kimi K2 0711",
1455      "cost_per_1m_in": 0.57,
1456      "cost_per_1m_out": 2.3,
1457      "cost_per_1m_in_cached": 0,
1458      "cost_per_1m_out_cached": 0,
1459      "context_window": 131072,
1460      "default_max_tokens": 65536,
1461      "can_reason": false,
1462      "supports_attachments": false,
1463      "options": {}
1464    },
1465    {
1466      "id": "moonshotai/kimi-k2-0905",
1467      "name": "MoonshotAI: Kimi K2 0905",
1468      "cost_per_1m_in": 0.6,
1469      "cost_per_1m_out": 2.5,
1470      "cost_per_1m_in_cached": 0,
1471      "cost_per_1m_out_cached": 0.15,
1472      "context_window": 262144,
1473      "default_max_tokens": 26214,
1474      "can_reason": false,
1475      "supports_attachments": false,
1476      "options": {}
1477    },
1478    {
1479      "id": "moonshotai/kimi-k2-thinking",
1480      "name": "MoonshotAI: Kimi K2 Thinking",
1481      "cost_per_1m_in": 0.47,
1482      "cost_per_1m_out": 2,
1483      "cost_per_1m_in_cached": 0,
1484      "cost_per_1m_out_cached": 0.141,
1485      "context_window": 131072,
1486      "default_max_tokens": 13107,
1487      "can_reason": true,
1488      "reasoning_levels": [
1489        "low",
1490        "medium",
1491        "high"
1492      ],
1493      "default_reasoning_effort": "medium",
1494      "supports_attachments": false,
1495      "options": {}
1496    },
1497    {
1498      "id": "moonshotai/kimi-k2.5",
1499      "name": "MoonshotAI: Kimi K2.5",
1500      "cost_per_1m_in": 0.6,
1501      "cost_per_1m_out": 3,
1502      "cost_per_1m_in_cached": 0,
1503      "cost_per_1m_out_cached": 0.1,
1504      "context_window": 262144,
1505      "default_max_tokens": 26214,
1506      "can_reason": true,
1507      "reasoning_levels": [
1508        "low",
1509        "medium",
1510        "high"
1511      ],
1512      "default_reasoning_effort": "medium",
1513      "supports_attachments": true,
1514      "options": {}
1515    },
1516    {
1517      "id": "nvidia/llama-3.1-nemotron-70b-instruct",
1518      "name": "NVIDIA: Llama 3.1 Nemotron 70B Instruct",
1519      "cost_per_1m_in": 1.2,
1520      "cost_per_1m_out": 1.2,
1521      "cost_per_1m_in_cached": 0,
1522      "cost_per_1m_out_cached": 0,
1523      "context_window": 131072,
1524      "default_max_tokens": 8192,
1525      "can_reason": false,
1526      "supports_attachments": false,
1527      "options": {}
1528    },
1529    {
1530      "id": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
1531      "name": "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
1532      "cost_per_1m_in": 0.1,
1533      "cost_per_1m_out": 0.4,
1534      "cost_per_1m_in_cached": 0,
1535      "cost_per_1m_out_cached": 0,
1536      "context_window": 131072,
1537      "default_max_tokens": 13107,
1538      "can_reason": true,
1539      "reasoning_levels": [
1540        "low",
1541        "medium",
1542        "high"
1543      ],
1544      "default_reasoning_effort": "medium",
1545      "supports_attachments": false,
1546      "options": {}
1547    },
1548    {
1549      "id": "nvidia/nemotron-3-nano-30b-a3b",
1550      "name": "NVIDIA: Nemotron 3 Nano 30B A3B",
1551      "cost_per_1m_in": 0.05,
1552      "cost_per_1m_out": 0.2,
1553      "cost_per_1m_in_cached": 0,
1554      "cost_per_1m_out_cached": 0,
1555      "context_window": 262144,
1556      "default_max_tokens": 26214,
1557      "can_reason": true,
1558      "reasoning_levels": [
1559        "low",
1560        "medium",
1561        "high"
1562      ],
1563      "default_reasoning_effort": "medium",
1564      "supports_attachments": false,
1565      "options": {}
1566    },
1567    {
1568      "id": "nvidia/nemotron-3-nano-30b-a3b:free",
1569      "name": "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
1570      "cost_per_1m_in": 0,
1571      "cost_per_1m_out": 0,
1572      "cost_per_1m_in_cached": 0,
1573      "cost_per_1m_out_cached": 0,
1574      "context_window": 256000,
1575      "default_max_tokens": 25600,
1576      "can_reason": true,
1577      "reasoning_levels": [
1578        "low",
1579        "medium",
1580        "high"
1581      ],
1582      "default_reasoning_effort": "medium",
1583      "supports_attachments": false,
1584      "options": {}
1585    },
1586    {
1587      "id": "nvidia/nemotron-3-super-120b-a12b:free",
1588      "name": "NVIDIA: Nemotron 3 Super (free)",
1589      "cost_per_1m_in": 0,
1590      "cost_per_1m_out": 0,
1591      "cost_per_1m_in_cached": 0,
1592      "cost_per_1m_out_cached": 0,
1593      "context_window": 262144,
1594      "default_max_tokens": 131072,
1595      "can_reason": true,
1596      "reasoning_levels": [
1597        "low",
1598        "medium",
1599        "high"
1600      ],
1601      "default_reasoning_effort": "medium",
1602      "supports_attachments": false,
1603      "options": {}
1604    },
1605    {
1606      "id": "nvidia/nemotron-nano-12b-v2-vl:free",
1607      "name": "NVIDIA: Nemotron Nano 12B 2 VL (free)",
1608      "cost_per_1m_in": 0,
1609      "cost_per_1m_out": 0,
1610      "cost_per_1m_in_cached": 0,
1611      "cost_per_1m_out_cached": 0,
1612      "context_window": 128000,
1613      "default_max_tokens": 64000,
1614      "can_reason": true,
1615      "reasoning_levels": [
1616        "low",
1617        "medium",
1618        "high"
1619      ],
1620      "default_reasoning_effort": "medium",
1621      "supports_attachments": true,
1622      "options": {}
1623    },
1624    {
1625      "id": "nvidia/nemotron-nano-9b-v2",
1626      "name": "NVIDIA: Nemotron Nano 9B V2",
1627      "cost_per_1m_in": 0.04,
1628      "cost_per_1m_out": 0.16,
1629      "cost_per_1m_in_cached": 0,
1630      "cost_per_1m_out_cached": 0,
1631      "context_window": 131072,
1632      "default_max_tokens": 13107,
1633      "can_reason": true,
1634      "reasoning_levels": [
1635        "low",
1636        "medium",
1637        "high"
1638      ],
1639      "default_reasoning_effort": "medium",
1640      "supports_attachments": false,
1641      "options": {}
1642    },
1643    {
1644      "id": "nvidia/nemotron-nano-9b-v2:free",
1645      "name": "NVIDIA: Nemotron Nano 9B V2 (free)",
1646      "cost_per_1m_in": 0,
1647      "cost_per_1m_out": 0,
1648      "cost_per_1m_in_cached": 0,
1649      "cost_per_1m_out_cached": 0,
1650      "context_window": 128000,
1651      "default_max_tokens": 12800,
1652      "can_reason": true,
1653      "reasoning_levels": [
1654        "low",
1655        "medium",
1656        "high"
1657      ],
1658      "default_reasoning_effort": "medium",
1659      "supports_attachments": false,
1660      "options": {}
1661    },
1662    {
1663      "id": "nex-agi/deepseek-v3.1-nex-n1",
1664      "name": "Nex AGI: DeepSeek V3.1 Nex N1",
1665      "cost_per_1m_in": 0.135,
1666      "cost_per_1m_out": 0.5,
1667      "cost_per_1m_in_cached": 0,
1668      "cost_per_1m_out_cached": 0,
1669      "context_window": 131072,
1670      "default_max_tokens": 81920,
1671      "can_reason": false,
1672      "supports_attachments": false,
1673      "options": {}
1674    },
1675    {
1676      "id": "openai/gpt-4-turbo",
1677      "name": "OpenAI: GPT-4 Turbo",
1678      "cost_per_1m_in": 10,
1679      "cost_per_1m_out": 30,
1680      "cost_per_1m_in_cached": 0,
1681      "cost_per_1m_out_cached": 0,
1682      "context_window": 128000,
1683      "default_max_tokens": 2048,
1684      "can_reason": false,
1685      "supports_attachments": true,
1686      "options": {}
1687    },
1688    {
1689      "id": "openai/gpt-4-1106-preview",
1690      "name": "OpenAI: GPT-4 Turbo (older v1106)",
1691      "cost_per_1m_in": 10,
1692      "cost_per_1m_out": 30,
1693      "cost_per_1m_in_cached": 0,
1694      "cost_per_1m_out_cached": 0,
1695      "context_window": 128000,
1696      "default_max_tokens": 2048,
1697      "can_reason": false,
1698      "supports_attachments": false,
1699      "options": {}
1700    },
1701    {
1702      "id": "openai/gpt-4-turbo-preview",
1703      "name": "OpenAI: GPT-4 Turbo Preview",
1704      "cost_per_1m_in": 10,
1705      "cost_per_1m_out": 30,
1706      "cost_per_1m_in_cached": 0,
1707      "cost_per_1m_out_cached": 0,
1708      "context_window": 128000,
1709      "default_max_tokens": 2048,
1710      "can_reason": false,
1711      "supports_attachments": false,
1712      "options": {}
1713    },
1714    {
1715      "id": "openai/gpt-4.1",
1716      "name": "OpenAI: GPT-4.1",
1717      "cost_per_1m_in": 2,
1718      "cost_per_1m_out": 8,
1719      "cost_per_1m_in_cached": 0,
1720      "cost_per_1m_out_cached": 0.5,
1721      "context_window": 1047576,
1722      "default_max_tokens": 104757,
1723      "can_reason": false,
1724      "supports_attachments": true,
1725      "options": {}
1726    },
1727    {
1728      "id": "openai/gpt-4.1-mini",
1729      "name": "OpenAI: GPT-4.1 Mini",
1730      "cost_per_1m_in": 0.4,
1731      "cost_per_1m_out": 1.6,
1732      "cost_per_1m_in_cached": 0,
1733      "cost_per_1m_out_cached": 0.1,
1734      "context_window": 1047576,
1735      "default_max_tokens": 104757,
1736      "can_reason": false,
1737      "supports_attachments": true,
1738      "options": {}
1739    },
1740    {
1741      "id": "openai/gpt-4.1-nano",
1742      "name": "OpenAI: GPT-4.1 Nano",
1743      "cost_per_1m_in": 0.1,
1744      "cost_per_1m_out": 0.4,
1745      "cost_per_1m_in_cached": 0,
1746      "cost_per_1m_out_cached": 0.03,
1747      "context_window": 1047576,
1748      "default_max_tokens": 104757,
1749      "can_reason": false,
1750      "supports_attachments": true,
1751      "options": {}
1752    },
1753    {
1754      "id": "openai/gpt-4o",
1755      "name": "OpenAI: GPT-4o",
1756      "cost_per_1m_in": 2.5,
1757      "cost_per_1m_out": 10,
1758      "cost_per_1m_in_cached": 0,
1759      "cost_per_1m_out_cached": 0,
1760      "context_window": 128000,
1761      "default_max_tokens": 8192,
1762      "can_reason": false,
1763      "supports_attachments": true,
1764      "options": {}
1765    },
1766    {
1767      "id": "openai/gpt-4o-2024-05-13",
1768      "name": "OpenAI: GPT-4o (2024-05-13)",
1769      "cost_per_1m_in": 5,
1770      "cost_per_1m_out": 15,
1771      "cost_per_1m_in_cached": 0,
1772      "cost_per_1m_out_cached": 0,
1773      "context_window": 128000,
1774      "default_max_tokens": 2048,
1775      "can_reason": false,
1776      "supports_attachments": true,
1777      "options": {}
1778    },
1779    {
1780      "id": "openai/gpt-4o-2024-08-06",
1781      "name": "OpenAI: GPT-4o (2024-08-06)",
1782      "cost_per_1m_in": 2.5,
1783      "cost_per_1m_out": 10,
1784      "cost_per_1m_in_cached": 0,
1785      "cost_per_1m_out_cached": 1.25,
1786      "context_window": 128000,
1787      "default_max_tokens": 8192,
1788      "can_reason": false,
1789      "supports_attachments": true,
1790      "options": {}
1791    },
1792    {
1793      "id": "openai/gpt-4o-2024-11-20",
1794      "name": "OpenAI: GPT-4o (2024-11-20)",
1795      "cost_per_1m_in": 2.5,
1796      "cost_per_1m_out": 10,
1797      "cost_per_1m_in_cached": 0,
1798      "cost_per_1m_out_cached": 1.25,
1799      "context_window": 128000,
1800      "default_max_tokens": 8192,
1801      "can_reason": false,
1802      "supports_attachments": true,
1803      "options": {}
1804    },
1805    {
1806      "id": "openai/gpt-4o:extended",
1807      "name": "OpenAI: GPT-4o (extended)",
1808      "cost_per_1m_in": 6,
1809      "cost_per_1m_out": 18,
1810      "cost_per_1m_in_cached": 0,
1811      "cost_per_1m_out_cached": 0,
1812      "context_window": 128000,
1813      "default_max_tokens": 32000,
1814      "can_reason": false,
1815      "supports_attachments": true,
1816      "options": {}
1817    },
1818    {
1819      "id": "openai/gpt-4o-audio-preview",
1820      "name": "OpenAI: GPT-4o Audio",
1821      "cost_per_1m_in": 2.5,
1822      "cost_per_1m_out": 10,
1823      "cost_per_1m_in_cached": 0,
1824      "cost_per_1m_out_cached": 0,
1825      "context_window": 128000,
1826      "default_max_tokens": 8192,
1827      "can_reason": false,
1828      "supports_attachments": false,
1829      "options": {}
1830    },
1831    {
1832      "id": "openai/gpt-4o-mini",
1833      "name": "OpenAI: GPT-4o-mini",
1834      "cost_per_1m_in": 0.15,
1835      "cost_per_1m_out": 0.6,
1836      "cost_per_1m_in_cached": 0,
1837      "cost_per_1m_out_cached": 0.075,
1838      "context_window": 128000,
1839      "default_max_tokens": 8192,
1840      "can_reason": false,
1841      "supports_attachments": true,
1842      "options": {}
1843    },
1844    {
1845      "id": "openai/gpt-4o-mini-2024-07-18",
1846      "name": "OpenAI: GPT-4o-mini (2024-07-18)",
1847      "cost_per_1m_in": 0.15,
1848      "cost_per_1m_out": 0.6,
1849      "cost_per_1m_in_cached": 0,
1850      "cost_per_1m_out_cached": 0.075,
1851      "context_window": 128000,
1852      "default_max_tokens": 8192,
1853      "can_reason": false,
1854      "supports_attachments": true,
1855      "options": {}
1856    },
1857    {
1858      "id": "openai/gpt-5",
1859      "name": "OpenAI: GPT-5",
1860      "cost_per_1m_in": 1.25,
1861      "cost_per_1m_out": 10,
1862      "cost_per_1m_in_cached": 0,
1863      "cost_per_1m_out_cached": 0.125,
1864      "context_window": 400000,
1865      "default_max_tokens": 64000,
1866      "can_reason": true,
1867      "reasoning_levels": [
1868        "low",
1869        "medium",
1870        "high"
1871      ],
1872      "default_reasoning_effort": "medium",
1873      "supports_attachments": true,
1874      "options": {}
1875    },
1876    {
1877      "id": "openai/gpt-5-codex",
1878      "name": "OpenAI: GPT-5 Codex",
1879      "cost_per_1m_in": 1.25,
1880      "cost_per_1m_out": 10,
1881      "cost_per_1m_in_cached": 0,
1882      "cost_per_1m_out_cached": 0.125,
1883      "context_window": 400000,
1884      "default_max_tokens": 64000,
1885      "can_reason": true,
1886      "reasoning_levels": [
1887        "low",
1888        "medium",
1889        "high"
1890      ],
1891      "default_reasoning_effort": "medium",
1892      "supports_attachments": true,
1893      "options": {}
1894    },
1895    {
1896      "id": "openai/gpt-5-image",
1897      "name": "OpenAI: GPT-5 Image",
1898      "cost_per_1m_in": 10,
1899      "cost_per_1m_out": 10,
1900      "cost_per_1m_in_cached": 0,
1901      "cost_per_1m_out_cached": 1.25,
1902      "context_window": 400000,
1903      "default_max_tokens": 64000,
1904      "can_reason": true,
1905      "reasoning_levels": [
1906        "low",
1907        "medium",
1908        "high"
1909      ],
1910      "default_reasoning_effort": "medium",
1911      "supports_attachments": true,
1912      "options": {}
1913    },
1914    {
1915      "id": "openai/gpt-5-image-mini",
1916      "name": "OpenAI: GPT-5 Image Mini",
1917      "cost_per_1m_in": 2.5,
1918      "cost_per_1m_out": 2,
1919      "cost_per_1m_in_cached": 0,
1920      "cost_per_1m_out_cached": 0.25,
1921      "context_window": 400000,
1922      "default_max_tokens": 64000,
1923      "can_reason": true,
1924      "reasoning_levels": [
1925        "low",
1926        "medium",
1927        "high"
1928      ],
1929      "default_reasoning_effort": "medium",
1930      "supports_attachments": true,
1931      "options": {}
1932    },
1933    {
1934      "id": "openai/gpt-5-mini",
1935      "name": "OpenAI: GPT-5 Mini",
1936      "cost_per_1m_in": 0.25,
1937      "cost_per_1m_out": 2,
1938      "cost_per_1m_in_cached": 0,
1939      "cost_per_1m_out_cached": 0.025,
1940      "context_window": 400000,
1941      "default_max_tokens": 64000,
1942      "can_reason": true,
1943      "reasoning_levels": [
1944        "low",
1945        "medium",
1946        "high"
1947      ],
1948      "default_reasoning_effort": "medium",
1949      "supports_attachments": true,
1950      "options": {}
1951    },
1952    {
1953      "id": "openai/gpt-5-nano",
1954      "name": "OpenAI: GPT-5 Nano",
1955      "cost_per_1m_in": 0.05,
1956      "cost_per_1m_out": 0.4,
1957      "cost_per_1m_in_cached": 0,
1958      "cost_per_1m_out_cached": 0.005,
1959      "context_window": 400000,
1960      "default_max_tokens": 64000,
1961      "can_reason": true,
1962      "reasoning_levels": [
1963        "low",
1964        "medium",
1965        "high"
1966      ],
1967      "default_reasoning_effort": "medium",
1968      "supports_attachments": true,
1969      "options": {}
1970    },
1971    {
1972      "id": "openai/gpt-5-pro",
1973      "name": "OpenAI: GPT-5 Pro",
1974      "cost_per_1m_in": 15,
1975      "cost_per_1m_out": 120,
1976      "cost_per_1m_in_cached": 0,
1977      "cost_per_1m_out_cached": 0,
1978      "context_window": 400000,
1979      "default_max_tokens": 64000,
1980      "can_reason": true,
1981      "reasoning_levels": [
1982        "low",
1983        "medium",
1984        "high"
1985      ],
1986      "default_reasoning_effort": "medium",
1987      "supports_attachments": true,
1988      "options": {}
1989    },
1990    {
1991      "id": "openai/gpt-5.1",
1992      "name": "OpenAI: GPT-5.1",
1993      "cost_per_1m_in": 1.25,
1994      "cost_per_1m_out": 10,
1995      "cost_per_1m_in_cached": 0,
1996      "cost_per_1m_out_cached": 0.125,
1997      "context_window": 400000,
1998      "default_max_tokens": 64000,
1999      "can_reason": true,
2000      "reasoning_levels": [
2001        "low",
2002        "medium",
2003        "high"
2004      ],
2005      "default_reasoning_effort": "medium",
2006      "supports_attachments": true,
2007      "options": {}
2008    },
2009    {
2010      "id": "openai/gpt-5.1-chat",
2011      "name": "OpenAI: GPT-5.1 Chat",
2012      "cost_per_1m_in": 1.25,
2013      "cost_per_1m_out": 10,
2014      "cost_per_1m_in_cached": 0,
2015      "cost_per_1m_out_cached": 0.125,
2016      "context_window": 128000,
2017      "default_max_tokens": 8192,
2018      "can_reason": false,
2019      "supports_attachments": true,
2020      "options": {}
2021    },
2022    {
2023      "id": "openai/gpt-5.1-codex",
2024      "name": "OpenAI: GPT-5.1-Codex",
2025      "cost_per_1m_in": 1.25,
2026      "cost_per_1m_out": 10,
2027      "cost_per_1m_in_cached": 0,
2028      "cost_per_1m_out_cached": 0.125,
2029      "context_window": 400000,
2030      "default_max_tokens": 64000,
2031      "can_reason": true,
2032      "reasoning_levels": [
2033        "low",
2034        "medium",
2035        "high"
2036      ],
2037      "default_reasoning_effort": "medium",
2038      "supports_attachments": true,
2039      "options": {}
2040    },
2041    {
2042      "id": "openai/gpt-5.1-codex-max",
2043      "name": "OpenAI: GPT-5.1-Codex-Max",
2044      "cost_per_1m_in": 1.25,
2045      "cost_per_1m_out": 10,
2046      "cost_per_1m_in_cached": 0,
2047      "cost_per_1m_out_cached": 0.125,
2048      "context_window": 400000,
2049      "default_max_tokens": 64000,
2050      "can_reason": true,
2051      "reasoning_levels": [
2052        "low",
2053        "medium",
2054        "high"
2055      ],
2056      "default_reasoning_effort": "medium",
2057      "supports_attachments": true,
2058      "options": {}
2059    },
2060    {
2061      "id": "openai/gpt-5.1-codex-mini",
2062      "name": "OpenAI: GPT-5.1-Codex-Mini",
2063      "cost_per_1m_in": 0.25,
2064      "cost_per_1m_out": 2,
2065      "cost_per_1m_in_cached": 0,
2066      "cost_per_1m_out_cached": 0.025,
2067      "context_window": 400000,
2068      "default_max_tokens": 50000,
2069      "can_reason": true,
2070      "reasoning_levels": [
2071        "low",
2072        "medium",
2073        "high"
2074      ],
2075      "default_reasoning_effort": "medium",
2076      "supports_attachments": true,
2077      "options": {}
2078    },
2079    {
2080      "id": "openai/gpt-5.2",
2081      "name": "OpenAI: GPT-5.2",
2082      "cost_per_1m_in": 1.75,
2083      "cost_per_1m_out": 14,
2084      "cost_per_1m_in_cached": 0,
2085      "cost_per_1m_out_cached": 0.175,
2086      "context_window": 400000,
2087      "default_max_tokens": 64000,
2088      "can_reason": true,
2089      "reasoning_levels": [
2090        "low",
2091        "medium",
2092        "high"
2093      ],
2094      "default_reasoning_effort": "medium",
2095      "supports_attachments": true,
2096      "options": {}
2097    },
2098    {
2099      "id": "openai/gpt-5.2-chat",
2100      "name": "OpenAI: GPT-5.2 Chat",
2101      "cost_per_1m_in": 1.75,
2102      "cost_per_1m_out": 14,
2103      "cost_per_1m_in_cached": 0,
2104      "cost_per_1m_out_cached": 0.175,
2105      "context_window": 128000,
2106      "default_max_tokens": 8192,
2107      "can_reason": false,
2108      "supports_attachments": true,
2109      "options": {}
2110    },
2111    {
2112      "id": "openai/gpt-5.2-pro",
2113      "name": "OpenAI: GPT-5.2 Pro",
2114      "cost_per_1m_in": 21,
2115      "cost_per_1m_out": 168,
2116      "cost_per_1m_in_cached": 0,
2117      "cost_per_1m_out_cached": 0,
2118      "context_window": 400000,
2119      "default_max_tokens": 64000,
2120      "can_reason": true,
2121      "reasoning_levels": [
2122        "low",
2123        "medium",
2124        "high"
2125      ],
2126      "default_reasoning_effort": "medium",
2127      "supports_attachments": true,
2128      "options": {}
2129    },
2130    {
2131      "id": "openai/gpt-5.2-codex",
2132      "name": "OpenAI: GPT-5.2-Codex",
2133      "cost_per_1m_in": 1.75,
2134      "cost_per_1m_out": 14,
2135      "cost_per_1m_in_cached": 0,
2136      "cost_per_1m_out_cached": 0.175,
2137      "context_window": 400000,
2138      "default_max_tokens": 64000,
2139      "can_reason": true,
2140      "reasoning_levels": [
2141        "low",
2142        "medium",
2143        "high"
2144      ],
2145      "default_reasoning_effort": "medium",
2146      "supports_attachments": true,
2147      "options": {}
2148    },
2149    {
2150      "id": "openai/gpt-5.3-chat",
2151      "name": "OpenAI: GPT-5.3 Chat",
2152      "cost_per_1m_in": 1.75,
2153      "cost_per_1m_out": 14,
2154      "cost_per_1m_in_cached": 0,
2155      "cost_per_1m_out_cached": 0.175,
2156      "context_window": 128000,
2157      "default_max_tokens": 8192,
2158      "can_reason": false,
2159      "supports_attachments": true,
2160      "options": {}
2161    },
2162    {
2163      "id": "openai/gpt-5.3-codex",
2164      "name": "OpenAI: GPT-5.3-Codex",
2165      "cost_per_1m_in": 1.75,
2166      "cost_per_1m_out": 14,
2167      "cost_per_1m_in_cached": 0,
2168      "cost_per_1m_out_cached": 0.175,
2169      "context_window": 400000,
2170      "default_max_tokens": 64000,
2171      "can_reason": true,
2172      "reasoning_levels": [
2173        "low",
2174        "medium",
2175        "high"
2176      ],
2177      "default_reasoning_effort": "medium",
2178      "supports_attachments": true,
2179      "options": {}
2180    },
2181    {
2182      "id": "openai/gpt-5.4",
2183      "name": "OpenAI: GPT-5.4",
2184      "cost_per_1m_in": 2.5,
2185      "cost_per_1m_out": 15,
2186      "cost_per_1m_in_cached": 0,
2187      "cost_per_1m_out_cached": 0.25,
2188      "context_window": 1050000,
2189      "default_max_tokens": 64000,
2190      "can_reason": true,
2191      "reasoning_levels": [
2192        "low",
2193        "medium",
2194        "high"
2195      ],
2196      "default_reasoning_effort": "medium",
2197      "supports_attachments": true,
2198      "options": {}
2199    },
2200    {
2201      "id": "openai/gpt-5.4-mini",
2202      "name": "OpenAI: GPT-5.4 Mini",
2203      "cost_per_1m_in": 0.75,
2204      "cost_per_1m_out": 4.5,
2205      "cost_per_1m_in_cached": 0,
2206      "cost_per_1m_out_cached": 0.075,
2207      "context_window": 400000,
2208      "default_max_tokens": 64000,
2209      "can_reason": true,
2210      "reasoning_levels": [
2211        "low",
2212        "medium",
2213        "high"
2214      ],
2215      "default_reasoning_effort": "medium",
2216      "supports_attachments": true,
2217      "options": {}
2218    },
2219    {
2220      "id": "openai/gpt-5.4-nano",
2221      "name": "OpenAI: GPT-5.4 Nano",
2222      "cost_per_1m_in": 0.2,
2223      "cost_per_1m_out": 1.25,
2224      "cost_per_1m_in_cached": 0,
2225      "cost_per_1m_out_cached": 0.02,
2226      "context_window": 400000,
2227      "default_max_tokens": 64000,
2228      "can_reason": true,
2229      "reasoning_levels": [
2230        "low",
2231        "medium",
2232        "high"
2233      ],
2234      "default_reasoning_effort": "medium",
2235      "supports_attachments": true,
2236      "options": {}
2237    },
2238    {
2239      "id": "openai/gpt-5.4-pro",
2240      "name": "OpenAI: GPT-5.4 Pro",
2241      "cost_per_1m_in": 30,
2242      "cost_per_1m_out": 180,
2243      "cost_per_1m_in_cached": 0,
2244      "cost_per_1m_out_cached": 0,
2245      "context_window": 1050000,
2246      "default_max_tokens": 64000,
2247      "can_reason": true,
2248      "reasoning_levels": [
2249        "low",
2250        "medium",
2251        "high"
2252      ],
2253      "default_reasoning_effort": "medium",
2254      "supports_attachments": true,
2255      "options": {}
2256    },
2257    {
2258      "id": "openai/gpt-oss-120b",
2259      "name": "OpenAI: gpt-oss-120b",
2260      "cost_per_1m_in": 0.05,
2261      "cost_per_1m_out": 0.25,
2262      "cost_per_1m_in_cached": 0,
2263      "cost_per_1m_out_cached": 0,
2264      "context_window": 131072,
2265      "default_max_tokens": 16384,
2266      "can_reason": true,
2267      "reasoning_levels": [
2268        "low",
2269        "medium",
2270        "high"
2271      ],
2272      "default_reasoning_effort": "medium",
2273      "supports_attachments": false,
2274      "options": {}
2275    },
2276    {
2277      "id": "openai/gpt-oss-120b:free",
2278      "name": "OpenAI: gpt-oss-120b (free)",
2279      "cost_per_1m_in": 0,
2280      "cost_per_1m_out": 0,
2281      "cost_per_1m_in_cached": 0,
2282      "cost_per_1m_out_cached": 0,
2283      "context_window": 131072,
2284      "default_max_tokens": 65536,
2285      "can_reason": true,
2286      "reasoning_levels": [
2287        "low",
2288        "medium",
2289        "high"
2290      ],
2291      "default_reasoning_effort": "medium",
2292      "supports_attachments": false,
2293      "options": {}
2294    },
2295    {
2296      "id": "openai/gpt-oss-20b",
2297      "name": "OpenAI: gpt-oss-20b",
2298      "cost_per_1m_in": 0.045,
2299      "cost_per_1m_out": 0.18,
2300      "cost_per_1m_in_cached": 0,
2301      "cost_per_1m_out_cached": 0,
2302      "context_window": 131072,
2303      "default_max_tokens": 16384,
2304      "can_reason": true,
2305      "reasoning_levels": [
2306        "low",
2307        "medium",
2308        "high"
2309      ],
2310      "default_reasoning_effort": "medium",
2311      "supports_attachments": false,
2312      "options": {}
2313    },
2314    {
2315      "id": "openai/gpt-oss-20b:free",
2316      "name": "OpenAI: gpt-oss-20b (free)",
2317      "cost_per_1m_in": 0,
2318      "cost_per_1m_out": 0,
2319      "cost_per_1m_in_cached": 0,
2320      "cost_per_1m_out_cached": 0,
2321      "context_window": 131072,
2322      "default_max_tokens": 65536,
2323      "can_reason": true,
2324      "reasoning_levels": [
2325        "low",
2326        "medium",
2327        "high"
2328      ],
2329      "default_reasoning_effort": "medium",
2330      "supports_attachments": false,
2331      "options": {}
2332    },
2333    {
2334      "id": "openai/gpt-oss-safeguard-20b",
2335      "name": "OpenAI: gpt-oss-safeguard-20b",
2336      "cost_per_1m_in": 0.075,
2337      "cost_per_1m_out": 0.3,
2338      "cost_per_1m_in_cached": 0,
2339      "cost_per_1m_out_cached": 0.037,
2340      "context_window": 131072,
2341      "default_max_tokens": 32768,
2342      "can_reason": true,
2343      "reasoning_levels": [
2344        "low",
2345        "medium",
2346        "high"
2347      ],
2348      "default_reasoning_effort": "medium",
2349      "supports_attachments": false,
2350      "options": {}
2351    },
2352    {
2353      "id": "openai/o1",
2354      "name": "OpenAI: o1",
2355      "cost_per_1m_in": 15,
2356      "cost_per_1m_out": 60,
2357      "cost_per_1m_in_cached": 0,
2358      "cost_per_1m_out_cached": 7.5,
2359      "context_window": 200000,
2360      "default_max_tokens": 50000,
2361      "can_reason": true,
2362      "reasoning_levels": [
2363        "low",
2364        "medium",
2365        "high"
2366      ],
2367      "default_reasoning_effort": "medium",
2368      "supports_attachments": true,
2369      "options": {}
2370    },
2371    {
2372      "id": "openai/o3",
2373      "name": "OpenAI: o3",
2374      "cost_per_1m_in": 2,
2375      "cost_per_1m_out": 8,
2376      "cost_per_1m_in_cached": 0,
2377      "cost_per_1m_out_cached": 0.5,
2378      "context_window": 200000,
2379      "default_max_tokens": 50000,
2380      "can_reason": true,
2381      "reasoning_levels": [
2382        "low",
2383        "medium",
2384        "high"
2385      ],
2386      "default_reasoning_effort": "medium",
2387      "supports_attachments": true,
2388      "options": {}
2389    },
2390    {
2391      "id": "openai/o3-deep-research",
2392      "name": "OpenAI: o3 Deep Research",
2393      "cost_per_1m_in": 10,
2394      "cost_per_1m_out": 40,
2395      "cost_per_1m_in_cached": 0,
2396      "cost_per_1m_out_cached": 2.5,
2397      "context_window": 200000,
2398      "default_max_tokens": 50000,
2399      "can_reason": true,
2400      "reasoning_levels": [
2401        "low",
2402        "medium",
2403        "high"
2404      ],
2405      "default_reasoning_effort": "medium",
2406      "supports_attachments": true,
2407      "options": {}
2408    },
2409    {
2410      "id": "openai/o3-mini",
2411      "name": "OpenAI: o3 Mini",
2412      "cost_per_1m_in": 1.1,
2413      "cost_per_1m_out": 4.4,
2414      "cost_per_1m_in_cached": 0,
2415      "cost_per_1m_out_cached": 0.55,
2416      "context_window": 200000,
2417      "default_max_tokens": 50000,
2418      "can_reason": true,
2419      "reasoning_levels": [
2420        "low",
2421        "medium",
2422        "high"
2423      ],
2424      "default_reasoning_effort": "medium",
2425      "supports_attachments": false,
2426      "options": {}
2427    },
2428    {
2429      "id": "openai/o3-mini-high",
2430      "name": "OpenAI: o3 Mini High",
2431      "cost_per_1m_in": 1.1,
2432      "cost_per_1m_out": 4.4,
2433      "cost_per_1m_in_cached": 0,
2434      "cost_per_1m_out_cached": 0.55,
2435      "context_window": 200000,
2436      "default_max_tokens": 50000,
2437      "can_reason": true,
2438      "reasoning_levels": [
2439        "low",
2440        "medium",
2441        "high"
2442      ],
2443      "default_reasoning_effort": "medium",
2444      "supports_attachments": false,
2445      "options": {}
2446    },
2447    {
2448      "id": "openai/o3-pro",
2449      "name": "OpenAI: o3 Pro",
2450      "cost_per_1m_in": 20,
2451      "cost_per_1m_out": 80,
2452      "cost_per_1m_in_cached": 0,
2453      "cost_per_1m_out_cached": 0,
2454      "context_window": 200000,
2455      "default_max_tokens": 50000,
2456      "can_reason": true,
2457      "reasoning_levels": [
2458        "low",
2459        "medium",
2460        "high"
2461      ],
2462      "default_reasoning_effort": "medium",
2463      "supports_attachments": true,
2464      "options": {}
2465    },
2466    {
2467      "id": "openai/o4-mini",
2468      "name": "OpenAI: o4 Mini",
2469      "cost_per_1m_in": 1.1,
2470      "cost_per_1m_out": 4.4,
2471      "cost_per_1m_in_cached": 0,
2472      "cost_per_1m_out_cached": 0.275,
2473      "context_window": 200000,
2474      "default_max_tokens": 50000,
2475      "can_reason": true,
2476      "reasoning_levels": [
2477        "low",
2478        "medium",
2479        "high"
2480      ],
2481      "default_reasoning_effort": "medium",
2482      "supports_attachments": true,
2483      "options": {}
2484    },
2485    {
2486      "id": "openai/o4-mini-deep-research",
2487      "name": "OpenAI: o4 Mini Deep Research",
2488      "cost_per_1m_in": 2,
2489      "cost_per_1m_out": 8,
2490      "cost_per_1m_in_cached": 0,
2491      "cost_per_1m_out_cached": 0.5,
2492      "context_window": 200000,
2493      "default_max_tokens": 50000,
2494      "can_reason": true,
2495      "reasoning_levels": [
2496        "low",
2497        "medium",
2498        "high"
2499      ],
2500      "default_reasoning_effort": "medium",
2501      "supports_attachments": true,
2502      "options": {}
2503    },
2504    {
2505      "id": "openai/o4-mini-high",
2506      "name": "OpenAI: o4 Mini High",
2507      "cost_per_1m_in": 1.1,
2508      "cost_per_1m_out": 4.4,
2509      "cost_per_1m_in_cached": 0,
2510      "cost_per_1m_out_cached": 0.275,
2511      "context_window": 200000,
2512      "default_max_tokens": 50000,
2513      "can_reason": true,
2514      "reasoning_levels": [
2515        "low",
2516        "medium",
2517        "high"
2518      ],
2519      "default_reasoning_effort": "medium",
2520      "supports_attachments": true,
2521      "options": {}
2522    },
2523    {
2524      "id": "prime-intellect/intellect-3",
2525      "name": "Prime Intellect: INTELLECT-3",
2526      "cost_per_1m_in": 0.2,
2527      "cost_per_1m_out": 1.1,
2528      "cost_per_1m_in_cached": 0,
2529      "cost_per_1m_out_cached": 0,
2530      "context_window": 131072,
2531      "default_max_tokens": 65536,
2532      "can_reason": true,
2533      "reasoning_levels": [
2534        "low",
2535        "medium",
2536        "high"
2537      ],
2538      "default_reasoning_effort": "medium",
2539      "supports_attachments": false,
2540      "options": {}
2541    },
2542    {
2543      "id": "qwen/qwen-2.5-72b-instruct",
2544      "name": "Qwen2.5 72B Instruct",
2545      "cost_per_1m_in": 0.12,
2546      "cost_per_1m_out": 0.39,
2547      "cost_per_1m_in_cached": 0,
2548      "cost_per_1m_out_cached": 0,
2549      "context_window": 32768,
2550      "default_max_tokens": 8192,
2551      "can_reason": false,
2552      "supports_attachments": false,
2553      "options": {}
2554    },
2555    {
2556      "id": "qwen/qwq-32b",
2557      "name": "Qwen: QwQ 32B",
2558      "cost_per_1m_in": 0.15,
2559      "cost_per_1m_out": 0.58,
2560      "cost_per_1m_in_cached": 0,
2561      "cost_per_1m_out_cached": 0,
2562      "context_window": 131072,
2563      "default_max_tokens": 65536,
2564      "can_reason": true,
2565      "reasoning_levels": [
2566        "low",
2567        "medium",
2568        "high"
2569      ],
2570      "default_reasoning_effort": "medium",
2571      "supports_attachments": false,
2572      "options": {}
2573    },
2574    {
2575      "id": "qwen/qwen-plus-2025-07-28",
2576      "name": "Qwen: Qwen Plus 0728",
2577      "cost_per_1m_in": 0.26,
2578      "cost_per_1m_out": 0.78,
2579      "cost_per_1m_in_cached": 0,
2580      "cost_per_1m_out_cached": 0,
2581      "context_window": 1000000,
2582      "default_max_tokens": 16384,
2583      "can_reason": false,
2584      "supports_attachments": false,
2585      "options": {}
2586    },
2587    {
2588      "id": "qwen/qwen-plus-2025-07-28:thinking",
2589      "name": "Qwen: Qwen Plus 0728 (thinking)",
2590      "cost_per_1m_in": 0.26,
2591      "cost_per_1m_out": 0.78,
2592      "cost_per_1m_in_cached": 0,
2593      "cost_per_1m_out_cached": 0,
2594      "context_window": 1000000,
2595      "default_max_tokens": 16384,
2596      "can_reason": true,
2597      "reasoning_levels": [
2598        "low",
2599        "medium",
2600        "high"
2601      ],
2602      "default_reasoning_effort": "medium",
2603      "supports_attachments": false,
2604      "options": {}
2605    },
2606    {
2607      "id": "qwen/qwen-vl-max",
2608      "name": "Qwen: Qwen VL Max",
2609      "cost_per_1m_in": 0.52,
2610      "cost_per_1m_out": 2.08,
2611      "cost_per_1m_in_cached": 0,
2612      "cost_per_1m_out_cached": 0,
2613      "context_window": 131072,
2614      "default_max_tokens": 16384,
2615      "can_reason": false,
2616      "supports_attachments": true,
2617      "options": {}
2618    },
2619    {
2620      "id": "qwen/qwen-max",
2621      "name": "Qwen: Qwen-Max ",
2622      "cost_per_1m_in": 1.04,
2623      "cost_per_1m_out": 4.16,
2624      "cost_per_1m_in_cached": 0,
2625      "cost_per_1m_out_cached": 0.208,
2626      "context_window": 32768,
2627      "default_max_tokens": 4096,
2628      "can_reason": false,
2629      "supports_attachments": false,
2630      "options": {}
2631    },
2632    {
2633      "id": "qwen/qwen-plus",
2634      "name": "Qwen: Qwen-Plus",
2635      "cost_per_1m_in": 0.26,
2636      "cost_per_1m_out": 0.78,
2637      "cost_per_1m_in_cached": 0,
2638      "cost_per_1m_out_cached": 0.052,
2639      "context_window": 1000000,
2640      "default_max_tokens": 16384,
2641      "can_reason": false,
2642      "supports_attachments": false,
2643      "options": {}
2644    },
2645    {
2646      "id": "qwen/qwen-turbo",
2647      "name": "Qwen: Qwen-Turbo",
2648      "cost_per_1m_in": 0.0325,
2649      "cost_per_1m_out": 0.13,
2650      "cost_per_1m_in_cached": 0,
2651      "cost_per_1m_out_cached": 0.0065,
2652      "context_window": 131072,
2653      "default_max_tokens": 4096,
2654      "can_reason": false,
2655      "supports_attachments": false,
2656      "options": {}
2657    },
2658    {
2659      "id": "qwen/qwen-2.5-7b-instruct",
2660      "name": "Qwen: Qwen2.5 7B Instruct",
2661      "cost_per_1m_in": 0.04,
2662      "cost_per_1m_out": 0.1,
2663      "cost_per_1m_in_cached": 0,
2664      "cost_per_1m_out_cached": 0.04,
2665      "context_window": 32768,
2666      "default_max_tokens": 4096,
2667      "can_reason": false,
2668      "supports_attachments": false,
2669      "options": {}
2670    },
2671    {
2672      "id": "qwen/qwen3-235b-a22b",
2673      "name": "Qwen: Qwen3 235B A22B",
2674      "cost_per_1m_in": 0.455,
2675      "cost_per_1m_out": 1.82,
2676      "cost_per_1m_in_cached": 0,
2677      "cost_per_1m_out_cached": 0,
2678      "context_window": 131072,
2679      "default_max_tokens": 4096,
2680      "can_reason": true,
2681      "reasoning_levels": [
2682        "low",
2683        "medium",
2684        "high"
2685      ],
2686      "default_reasoning_effort": "medium",
2687      "supports_attachments": false,
2688      "options": {}
2689    },
2690    {
2691      "id": "qwen/qwen3-235b-a22b-2507",
2692      "name": "Qwen: Qwen3 235B A22B Instruct 2507",
2693      "cost_per_1m_in": 0.1,
2694      "cost_per_1m_out": 0.1,
2695      "cost_per_1m_in_cached": 0,
2696      "cost_per_1m_out_cached": 0,
2697      "context_window": 262144,
2698      "default_max_tokens": 131072,
2699      "can_reason": false,
2700      "supports_attachments": false,
2701      "options": {}
2702    },
2703    {
2704      "id": "qwen/qwen3-235b-a22b-thinking-2507",
2705      "name": "Qwen: Qwen3 235B A22B Thinking 2507",
2706      "cost_per_1m_in": 0.1495,
2707      "cost_per_1m_out": 1.495,
2708      "cost_per_1m_in_cached": 0,
2709      "cost_per_1m_out_cached": 0,
2710      "context_window": 131072,
2711      "default_max_tokens": 13107,
2712      "can_reason": true,
2713      "reasoning_levels": [
2714        "low",
2715        "medium",
2716        "high"
2717      ],
2718      "default_reasoning_effort": "medium",
2719      "supports_attachments": false,
2720      "options": {}
2721    },
2722    {
2723      "id": "qwen/qwen3-30b-a3b",
2724      "name": "Qwen: Qwen3 30B A3B",
2725      "cost_per_1m_in": 0.13,
2726      "cost_per_1m_out": 0.52,
2727      "cost_per_1m_in_cached": 0,
2728      "cost_per_1m_out_cached": 0,
2729      "context_window": 131072,
2730      "default_max_tokens": 4096,
2731      "can_reason": true,
2732      "reasoning_levels": [
2733        "low",
2734        "medium",
2735        "high"
2736      ],
2737      "default_reasoning_effort": "medium",
2738      "supports_attachments": false,
2739      "options": {}
2740    },
2741    {
2742      "id": "qwen/qwen3-30b-a3b-instruct-2507",
2743      "name": "Qwen: Qwen3 30B A3B Instruct 2507",
2744      "cost_per_1m_in": 0.1,
2745      "cost_per_1m_out": 0.3,
2746      "cost_per_1m_in_cached": 0,
2747      "cost_per_1m_out_cached": 0,
2748      "context_window": 262144,
2749      "default_max_tokens": 131072,
2750      "can_reason": false,
2751      "supports_attachments": false,
2752      "options": {}
2753    },
2754    {
2755      "id": "qwen/qwen3-30b-a3b-thinking-2507",
2756      "name": "Qwen: Qwen3 30B A3B Thinking 2507",
2757      "cost_per_1m_in": 0.08,
2758      "cost_per_1m_out": 0.4,
2759      "cost_per_1m_in_cached": 0,
2760      "cost_per_1m_out_cached": 0.08,
2761      "context_window": 131072,
2762      "default_max_tokens": 65536,
2763      "can_reason": true,
2764      "reasoning_levels": [
2765        "low",
2766        "medium",
2767        "high"
2768      ],
2769      "default_reasoning_effort": "medium",
2770      "supports_attachments": false,
2771      "options": {}
2772    },
2773    {
2774      "id": "qwen/qwen3-32b",
2775      "name": "Qwen: Qwen3 32B",
2776      "cost_per_1m_in": 0.104,
2777      "cost_per_1m_out": 0.416,
2778      "cost_per_1m_in_cached": 0,
2779      "cost_per_1m_out_cached": 0,
2780      "context_window": 131072,
2781      "default_max_tokens": 4096,
2782      "can_reason": true,
2783      "reasoning_levels": [
2784        "low",
2785        "medium",
2786        "high"
2787      ],
2788      "default_reasoning_effort": "medium",
2789      "supports_attachments": false,
2790      "options": {}
2791    },
2792    {
2793      "id": "qwen/qwen3-4b:free",
2794      "name": "Qwen: Qwen3 4B (free)",
2795      "cost_per_1m_in": 0,
2796      "cost_per_1m_out": 0,
2797      "cost_per_1m_in_cached": 0,
2798      "cost_per_1m_out_cached": 0,
2799      "context_window": 40960,
2800      "default_max_tokens": 4096,
2801      "can_reason": true,
2802      "reasoning_levels": [
2803        "low",
2804        "medium",
2805        "high"
2806      ],
2807      "default_reasoning_effort": "medium",
2808      "supports_attachments": false,
2809      "options": {}
2810    },
2811    {
2812      "id": "qwen/qwen3-8b",
2813      "name": "Qwen: Qwen3 8B",
2814      "cost_per_1m_in": 0.117,
2815      "cost_per_1m_out": 0.455,
2816      "cost_per_1m_in_cached": 0,
2817      "cost_per_1m_out_cached": 0,
2818      "context_window": 131072,
2819      "default_max_tokens": 4096,
2820      "can_reason": true,
2821      "reasoning_levels": [
2822        "low",
2823        "medium",
2824        "high"
2825      ],
2826      "default_reasoning_effort": "medium",
2827      "supports_attachments": false,
2828      "options": {}
2829    },
2830    {
2831      "id": "qwen/qwen3-coder-30b-a3b-instruct",
2832      "name": "Qwen: Qwen3 Coder 30B A3B Instruct",
2833      "cost_per_1m_in": 0.1,
2834      "cost_per_1m_out": 0.3,
2835      "cost_per_1m_in_cached": 0,
2836      "cost_per_1m_out_cached": 0,
2837      "context_window": 262144,
2838      "default_max_tokens": 26214,
2839      "can_reason": false,
2840      "supports_attachments": false,
2841      "options": {}
2842    },
2843    {
2844      "id": "qwen/qwen3-coder",
2845      "name": "Qwen: Qwen3 Coder 480B A35B",
2846      "cost_per_1m_in": 0.22,
2847      "cost_per_1m_out": 1.8,
2848      "cost_per_1m_in_cached": 0,
2849      "cost_per_1m_out_cached": 0,
2850      "context_window": 262144,
2851      "default_max_tokens": 32768,
2852      "can_reason": false,
2853      "supports_attachments": false,
2854      "options": {}
2855    },
2856    {
2857      "id": "qwen/qwen3-coder:free",
2858      "name": "Qwen: Qwen3 Coder 480B A35B (free)",
2859      "cost_per_1m_in": 0,
2860      "cost_per_1m_out": 0,
2861      "cost_per_1m_in_cached": 0,
2862      "cost_per_1m_out_cached": 0,
2863      "context_window": 262000,
2864      "default_max_tokens": 131000,
2865      "can_reason": false,
2866      "supports_attachments": false,
2867      "options": {}
2868    },
2869    {
2870      "id": "qwen/qwen3-coder-flash",
2871      "name": "Qwen: Qwen3 Coder Flash",
2872      "cost_per_1m_in": 0.195,
2873      "cost_per_1m_out": 0.975,
2874      "cost_per_1m_in_cached": 0,
2875      "cost_per_1m_out_cached": 0.039,
2876      "context_window": 1000000,
2877      "default_max_tokens": 32768,
2878      "can_reason": false,
2879      "supports_attachments": false,
2880      "options": {}
2881    },
2882    {
2883      "id": "qwen/qwen3-coder-next",
2884      "name": "Qwen: Qwen3 Coder Next",
2885      "cost_per_1m_in": 0.15,
2886      "cost_per_1m_out": 0.8,
2887      "cost_per_1m_in_cached": 0,
2888      "cost_per_1m_out_cached": 0,
2889      "context_window": 262144,
2890      "default_max_tokens": 131072,
2891      "can_reason": false,
2892      "supports_attachments": false,
2893      "options": {}
2894    },
2895    {
2896      "id": "qwen/qwen3-coder-plus",
2897      "name": "Qwen: Qwen3 Coder Plus",
2898      "cost_per_1m_in": 0.65,
2899      "cost_per_1m_out": 3.25,
2900      "cost_per_1m_in_cached": 0,
2901      "cost_per_1m_out_cached": 0.13,
2902      "context_window": 1000000,
2903      "default_max_tokens": 32768,
2904      "can_reason": false,
2905      "supports_attachments": false,
2906      "options": {}
2907    },
2908    {
2909      "id": "qwen/qwen3-max",
2910      "name": "Qwen: Qwen3 Max",
2911      "cost_per_1m_in": 0.78,
2912      "cost_per_1m_out": 3.9,
2913      "cost_per_1m_in_cached": 0,
2914      "cost_per_1m_out_cached": 0.156,
2915      "context_window": 262144,
2916      "default_max_tokens": 16384,
2917      "can_reason": false,
2918      "supports_attachments": false,
2919      "options": {}
2920    },
2921    {
2922      "id": "qwen/qwen3-max-thinking",
2923      "name": "Qwen: Qwen3 Max Thinking",
2924      "cost_per_1m_in": 0.78,
2925      "cost_per_1m_out": 3.9,
2926      "cost_per_1m_in_cached": 0,
2927      "cost_per_1m_out_cached": 0,
2928      "context_window": 262144,
2929      "default_max_tokens": 16384,
2930      "can_reason": true,
2931      "reasoning_levels": [
2932        "low",
2933        "medium",
2934        "high"
2935      ],
2936      "default_reasoning_effort": "medium",
2937      "supports_attachments": false,
2938      "options": {}
2939    },
2940    {
2941      "id": "qwen/qwen3-next-80b-a3b-instruct",
2942      "name": "Qwen: Qwen3 Next 80B A3B Instruct",
2943      "cost_per_1m_in": 0.1,
2944      "cost_per_1m_out": 1.1,
2945      "cost_per_1m_in_cached": 0,
2946      "cost_per_1m_out_cached": 0,
2947      "context_window": 262144,
2948      "default_max_tokens": 131072,
2949      "can_reason": false,
2950      "supports_attachments": false,
2951      "options": {}
2952    },
2953    {
2954      "id": "qwen/qwen3-next-80b-a3b-instruct:free",
2955      "name": "Qwen: Qwen3 Next 80B A3B Instruct (free)",
2956      "cost_per_1m_in": 0,
2957      "cost_per_1m_out": 0,
2958      "cost_per_1m_in_cached": 0,
2959      "cost_per_1m_out_cached": 0,
2960      "context_window": 262144,
2961      "default_max_tokens": 26214,
2962      "can_reason": false,
2963      "supports_attachments": false,
2964      "options": {}
2965    },
2966    {
2967      "id": "qwen/qwen3-next-80b-a3b-thinking",
2968      "name": "Qwen: Qwen3 Next 80B A3B Thinking",
2969      "cost_per_1m_in": 0.15,
2970      "cost_per_1m_out": 1.5,
2971      "cost_per_1m_in_cached": 0,
2972      "cost_per_1m_out_cached": 0,
2973      "context_window": 131072,
2974      "default_max_tokens": 16384,
2975      "can_reason": true,
2976      "reasoning_levels": [
2977        "low",
2978        "medium",
2979        "high"
2980      ],
2981      "default_reasoning_effort": "medium",
2982      "supports_attachments": false,
2983      "options": {}
2984    },
2985    {
2986      "id": "qwen/qwen3-vl-235b-a22b-instruct",
2987      "name": "Qwen: Qwen3 VL 235B A22B Instruct",
2988      "cost_per_1m_in": 0.26,
2989      "cost_per_1m_out": 1.04,
2990      "cost_per_1m_in_cached": 0,
2991      "cost_per_1m_out_cached": 0,
2992      "context_window": 131072,
2993      "default_max_tokens": 16384,
2994      "can_reason": false,
2995      "supports_attachments": true,
2996      "options": {}
2997    },
2998    {
2999      "id": "qwen/qwen3-vl-235b-a22b-thinking",
3000      "name": "Qwen: Qwen3 VL 235B A22B Thinking",
3001      "cost_per_1m_in": 0.26,
3002      "cost_per_1m_out": 2.6,
3003      "cost_per_1m_in_cached": 0,
3004      "cost_per_1m_out_cached": 0,
3005      "context_window": 131072,
3006      "default_max_tokens": 16384,
3007      "can_reason": true,
3008      "reasoning_levels": [
3009        "low",
3010        "medium",
3011        "high"
3012      ],
3013      "default_reasoning_effort": "medium",
3014      "supports_attachments": true,
3015      "options": {}
3016    },
3017    {
3018      "id": "qwen/qwen3-vl-30b-a3b-instruct",
3019      "name": "Qwen: Qwen3 VL 30B A3B Instruct",
3020      "cost_per_1m_in": 0.13,
3021      "cost_per_1m_out": 0.52,
3022      "cost_per_1m_in_cached": 0,
3023      "cost_per_1m_out_cached": 0,
3024      "context_window": 131072,
3025      "default_max_tokens": 16384,
3026      "can_reason": false,
3027      "supports_attachments": true,
3028      "options": {}
3029    },
3030    {
3031      "id": "qwen/qwen3-vl-30b-a3b-thinking",
3032      "name": "Qwen: Qwen3 VL 30B A3B Thinking",
3033      "cost_per_1m_in": 0.13,
3034      "cost_per_1m_out": 1.56,
3035      "cost_per_1m_in_cached": 0,
3036      "cost_per_1m_out_cached": 0,
3037      "context_window": 131072,
3038      "default_max_tokens": 16384,
3039      "can_reason": true,
3040      "reasoning_levels": [
3041        "low",
3042        "medium",
3043        "high"
3044      ],
3045      "default_reasoning_effort": "medium",
3046      "supports_attachments": true,
3047      "options": {}
3048    },
3049    {
3050      "id": "qwen/qwen3-vl-32b-instruct",
3051      "name": "Qwen: Qwen3 VL 32B Instruct",
3052      "cost_per_1m_in": 0.104,
3053      "cost_per_1m_out": 0.416,
3054      "cost_per_1m_in_cached": 0,
3055      "cost_per_1m_out_cached": 0,
3056      "context_window": 131072,
3057      "default_max_tokens": 16384,
3058      "can_reason": false,
3059      "supports_attachments": true,
3060      "options": {}
3061    },
3062    {
3063      "id": "qwen/qwen3-vl-8b-instruct",
3064      "name": "Qwen: Qwen3 VL 8B Instruct",
3065      "cost_per_1m_in": 0.25,
3066      "cost_per_1m_out": 0.75,
3067      "cost_per_1m_in_cached": 0,
3068      "cost_per_1m_out_cached": 0,
3069      "context_window": 262144,
3070      "default_max_tokens": 131072,
3071      "can_reason": false,
3072      "supports_attachments": true,
3073      "options": {}
3074    },
3075    {
3076      "id": "qwen/qwen3-vl-8b-thinking",
3077      "name": "Qwen: Qwen3 VL 8B Thinking",
3078      "cost_per_1m_in": 0.117,
3079      "cost_per_1m_out": 1.365,
3080      "cost_per_1m_in_cached": 0,
3081      "cost_per_1m_out_cached": 0,
3082      "context_window": 131072,
3083      "default_max_tokens": 16384,
3084      "can_reason": true,
3085      "reasoning_levels": [
3086        "low",
3087        "medium",
3088        "high"
3089      ],
3090      "default_reasoning_effort": "medium",
3091      "supports_attachments": true,
3092      "options": {}
3093    },
3094    {
3095      "id": "qwen/qwen3.5-397b-a17b",
3096      "name": "Qwen: Qwen3.5 397B A17B",
3097      "cost_per_1m_in": 0.6,
3098      "cost_per_1m_out": 3.6,
3099      "cost_per_1m_in_cached": 0,
3100      "cost_per_1m_out_cached": 0,
3101      "context_window": 262144,
3102      "default_max_tokens": 131072,
3103      "can_reason": true,
3104      "reasoning_levels": [
3105        "low",
3106        "medium",
3107        "high"
3108      ],
3109      "default_reasoning_effort": "medium",
3110      "supports_attachments": true,
3111      "options": {}
3112    },
3113    {
3114      "id": "qwen/qwen3.5-plus-02-15",
3115      "name": "Qwen: Qwen3.5 Plus 2026-02-15",
3116      "cost_per_1m_in": 0.26,
3117      "cost_per_1m_out": 1.56,
3118      "cost_per_1m_in_cached": 0,
3119      "cost_per_1m_out_cached": 0,
3120      "context_window": 1000000,
3121      "default_max_tokens": 32768,
3122      "can_reason": true,
3123      "reasoning_levels": [
3124        "low",
3125        "medium",
3126        "high"
3127      ],
3128      "default_reasoning_effort": "medium",
3129      "supports_attachments": true,
3130      "options": {}
3131    },
3132    {
3133      "id": "qwen/qwen3.5-122b-a10b",
3134      "name": "Qwen: Qwen3.5-122B-A10B",
3135      "cost_per_1m_in": 0.3,
3136      "cost_per_1m_out": 2.4,
3137      "cost_per_1m_in_cached": 0,
3138      "cost_per_1m_out_cached": 0.3,
3139      "context_window": 262144,
3140      "default_max_tokens": 32768,
3141      "can_reason": true,
3142      "reasoning_levels": [
3143        "low",
3144        "medium",
3145        "high"
3146      ],
3147      "default_reasoning_effort": "medium",
3148      "supports_attachments": true,
3149      "options": {}
3150    },
3151    {
3152      "id": "qwen/qwen3.5-27b",
3153      "name": "Qwen: Qwen3.5-27B",
3154      "cost_per_1m_in": 0.3,
3155      "cost_per_1m_out": 2.4,
3156      "cost_per_1m_in_cached": 0,
3157      "cost_per_1m_out_cached": 0,
3158      "context_window": 262144,
3159      "default_max_tokens": 32768,
3160      "can_reason": true,
3161      "reasoning_levels": [
3162        "low",
3163        "medium",
3164        "high"
3165      ],
3166      "default_reasoning_effort": "medium",
3167      "supports_attachments": true,
3168      "options": {}
3169    },
3170    {
3171      "id": "qwen/qwen3.5-35b-a3b",
3172      "name": "Qwen: Qwen3.5-35B-A3B",
3173      "cost_per_1m_in": 0.25,
3174      "cost_per_1m_out": 1,
3175      "cost_per_1m_in_cached": 0,
3176      "cost_per_1m_out_cached": 0,
3177      "context_window": 262144,
3178      "default_max_tokens": 131072,
3179      "can_reason": true,
3180      "reasoning_levels": [
3181        "low",
3182        "medium",
3183        "high"
3184      ],
3185      "default_reasoning_effort": "medium",
3186      "supports_attachments": true,
3187      "options": {}
3188    },
3189    {
3190      "id": "qwen/qwen3.5-9b",
3191      "name": "Qwen: Qwen3.5-9B",
3192      "cost_per_1m_in": 0.1,
3193      "cost_per_1m_out": 0.15,
3194      "cost_per_1m_in_cached": 0,
3195      "cost_per_1m_out_cached": 0,
3196      "context_window": 262144,
3197      "default_max_tokens": 26214,
3198      "can_reason": true,
3199      "reasoning_levels": [
3200        "low",
3201        "medium",
3202        "high"
3203      ],
3204      "default_reasoning_effort": "medium",
3205      "supports_attachments": true,
3206      "options": {}
3207    },
3208    {
3209      "id": "qwen/qwen3.5-flash-02-23",
3210      "name": "Qwen: Qwen3.5-Flash",
3211      "cost_per_1m_in": 0.065,
3212      "cost_per_1m_out": 0.26,
3213      "cost_per_1m_in_cached": 0,
3214      "cost_per_1m_out_cached": 0,
3215      "context_window": 1000000,
3216      "default_max_tokens": 32768,
3217      "can_reason": true,
3218      "reasoning_levels": [
3219        "low",
3220        "medium",
3221        "high"
3222      ],
3223      "default_reasoning_effort": "medium",
3224      "supports_attachments": true,
3225      "options": {}
3226    },
3227    {
3228      "id": "relace/relace-search",
3229      "name": "Relace: Relace Search",
3230      "cost_per_1m_in": 1,
3231      "cost_per_1m_out": 3,
3232      "cost_per_1m_in_cached": 0,
3233      "cost_per_1m_out_cached": 0,
3234      "context_window": 256000,
3235      "default_max_tokens": 64000,
3236      "can_reason": false,
3237      "supports_attachments": false,
3238      "options": {}
3239    },
3240    {
3241      "id": "stepfun/step-3.5-flash",
3242      "name": "StepFun: Step 3.5 Flash",
3243      "cost_per_1m_in": 0.1,
3244      "cost_per_1m_out": 0.3,
3245      "cost_per_1m_in_cached": 0,
3246      "cost_per_1m_out_cached": 0.02,
3247      "context_window": 256000,
3248      "default_max_tokens": 128000,
3249      "can_reason": true,
3250      "reasoning_levels": [
3251        "low",
3252        "medium",
3253        "high"
3254      ],
3255      "default_reasoning_effort": "medium",
3256      "supports_attachments": false,
3257      "options": {}
3258    },
3259    {
3260      "id": "stepfun/step-3.5-flash:free",
3261      "name": "StepFun: Step 3.5 Flash (free)",
3262      "cost_per_1m_in": 0,
3263      "cost_per_1m_out": 0,
3264      "cost_per_1m_in_cached": 0,
3265      "cost_per_1m_out_cached": 0,
3266      "context_window": 256000,
3267      "default_max_tokens": 128000,
3268      "can_reason": true,
3269      "reasoning_levels": [
3270        "low",
3271        "medium",
3272        "high"
3273      ],
3274      "default_reasoning_effort": "medium",
3275      "supports_attachments": false,
3276      "options": {}
3277    },
3278    {
3279      "id": "tngtech/deepseek-r1t2-chimera",
3280      "name": "TNG: DeepSeek R1T2 Chimera",
3281      "cost_per_1m_in": 0.3,
3282      "cost_per_1m_out": 1.1,
3283      "cost_per_1m_in_cached": 0,
3284      "cost_per_1m_out_cached": 0.15,
3285      "context_window": 163840,
3286      "default_max_tokens": 81920,
3287      "can_reason": true,
3288      "reasoning_levels": [
3289        "low",
3290        "medium",
3291        "high"
3292      ],
3293      "default_reasoning_effort": "medium",
3294      "supports_attachments": false,
3295      "options": {}
3296    },
3297    {
3298      "id": "thedrummer/rocinante-12b",
3299      "name": "TheDrummer: Rocinante 12B",
3300      "cost_per_1m_in": 0.17,
3301      "cost_per_1m_out": 0.43,
3302      "cost_per_1m_in_cached": 0,
3303      "cost_per_1m_out_cached": 0,
3304      "context_window": 32768,
3305      "default_max_tokens": 16384,
3306      "can_reason": false,
3307      "supports_attachments": false,
3308      "options": {}
3309    },
3310    {
3311      "id": "thedrummer/unslopnemo-12b",
3312      "name": "TheDrummer: UnslopNemo 12B",
3313      "cost_per_1m_in": 0.4,
3314      "cost_per_1m_out": 0.4,
3315      "cost_per_1m_in_cached": 0,
3316      "cost_per_1m_out_cached": 0,
3317      "context_window": 32768,
3318      "default_max_tokens": 16384,
3319      "can_reason": false,
3320      "supports_attachments": false,
3321      "options": {}
3322    },
3323    {
3324      "id": "alibaba/tongyi-deepresearch-30b-a3b",
3325      "name": "Tongyi DeepResearch 30B A3B",
3326      "cost_per_1m_in": 0.09,
3327      "cost_per_1m_out": 0.45,
3328      "cost_per_1m_in_cached": 0,
3329      "cost_per_1m_out_cached": 0.09,
3330      "context_window": 131072,
3331      "default_max_tokens": 65536,
3332      "can_reason": true,
3333      "reasoning_levels": [
3334        "low",
3335        "medium",
3336        "high"
3337      ],
3338      "default_reasoning_effort": "medium",
3339      "supports_attachments": false,
3340      "options": {}
3341    },
3342    {
3343      "id": "upstage/solar-pro-3",
3344      "name": "Upstage: Solar Pro 3",
3345      "cost_per_1m_in": 0.15,
3346      "cost_per_1m_out": 0.6,
3347      "cost_per_1m_in_cached": 0,
3348      "cost_per_1m_out_cached": 0.015,
3349      "context_window": 128000,
3350      "default_max_tokens": 12800,
3351      "can_reason": true,
3352      "reasoning_levels": [
3353        "low",
3354        "medium",
3355        "high"
3356      ],
3357      "default_reasoning_effort": "medium",
3358      "supports_attachments": false,
3359      "options": {}
3360    },
3361    {
3362      "id": "xiaomi/mimo-v2-flash",
3363      "name": "Xiaomi: MiMo-V2-Flash",
3364      "cost_per_1m_in": 0.1,
3365      "cost_per_1m_out": 0.3,
3366      "cost_per_1m_in_cached": 0,
3367      "cost_per_1m_out_cached": 0.01,
3368      "context_window": 262144,
3369      "default_max_tokens": 32768,
3370      "can_reason": true,
3371      "reasoning_levels": [
3372        "low",
3373        "medium",
3374        "high"
3375      ],
3376      "default_reasoning_effort": "medium",
3377      "supports_attachments": false,
3378      "options": {}
3379    },
3380    {
3381      "id": "xiaomi/mimo-v2-omni",
3382      "name": "Xiaomi: MiMo-V2-Omni",
3383      "cost_per_1m_in": 0.4,
3384      "cost_per_1m_out": 2,
3385      "cost_per_1m_in_cached": 0,
3386      "cost_per_1m_out_cached": 0.08,
3387      "context_window": 262144,
3388      "default_max_tokens": 32768,
3389      "can_reason": true,
3390      "reasoning_levels": [
3391        "low",
3392        "medium",
3393        "high"
3394      ],
3395      "default_reasoning_effort": "medium",
3396      "supports_attachments": true,
3397      "options": {}
3398    },
3399    {
3400      "id": "xiaomi/mimo-v2-pro",
3401      "name": "Xiaomi: MiMo-V2-Pro",
3402      "cost_per_1m_in": 1,
3403      "cost_per_1m_out": 3,
3404      "cost_per_1m_in_cached": 0,
3405      "cost_per_1m_out_cached": 0.2,
3406      "context_window": 1048576,
3407      "default_max_tokens": 65536,
3408      "can_reason": true,
3409      "reasoning_levels": [
3410        "low",
3411        "medium",
3412        "high"
3413      ],
3414      "default_reasoning_effort": "medium",
3415      "supports_attachments": false,
3416      "options": {}
3417    },
3418    {
3419      "id": "z-ai/glm-4-32b",
3420      "name": "Z.ai: GLM 4 32B ",
3421      "cost_per_1m_in": 0.1,
3422      "cost_per_1m_out": 0.1,
3423      "cost_per_1m_in_cached": 0,
3424      "cost_per_1m_out_cached": 0,
3425      "context_window": 128000,
3426      "default_max_tokens": 12800,
3427      "can_reason": false,
3428      "supports_attachments": false,
3429      "options": {}
3430    },
3431    {
3432      "id": "z-ai/glm-4.5",
3433      "name": "Z.ai: GLM 4.5",
3434      "cost_per_1m_in": 0.6,
3435      "cost_per_1m_out": 2.2,
3436      "cost_per_1m_in_cached": 0,
3437      "cost_per_1m_out_cached": 0.11,
3438      "context_window": 131072,
3439      "default_max_tokens": 48000,
3440      "can_reason": true,
3441      "reasoning_levels": [
3442        "low",
3443        "medium",
3444        "high"
3445      ],
3446      "default_reasoning_effort": "medium",
3447      "supports_attachments": false,
3448      "options": {}
3449    },
3450    {
3451      "id": "z-ai/glm-4.5-air",
3452      "name": "Z.ai: GLM 4.5 Air",
3453      "cost_per_1m_in": 0.13,
3454      "cost_per_1m_out": 0.85,
3455      "cost_per_1m_in_cached": 0,
3456      "cost_per_1m_out_cached": 0.025,
3457      "context_window": 131072,
3458      "default_max_tokens": 49152,
3459      "can_reason": true,
3460      "reasoning_levels": [
3461        "low",
3462        "medium",
3463        "high"
3464      ],
3465      "default_reasoning_effort": "medium",
3466      "supports_attachments": false,
3467      "options": {}
3468    },
3469    {
3470      "id": "z-ai/glm-4.5-air:free",
3471      "name": "Z.ai: GLM 4.5 Air (free)",
3472      "cost_per_1m_in": 0,
3473      "cost_per_1m_out": 0,
3474      "cost_per_1m_in_cached": 0,
3475      "cost_per_1m_out_cached": 0,
3476      "context_window": 131072,
3477      "default_max_tokens": 48000,
3478      "can_reason": true,
3479      "reasoning_levels": [
3480        "low",
3481        "medium",
3482        "high"
3483      ],
3484      "default_reasoning_effort": "medium",
3485      "supports_attachments": false,
3486      "options": {}
3487    },
3488    {
3489      "id": "z-ai/glm-4.5v",
3490      "name": "Z.ai: GLM 4.5V",
3491      "cost_per_1m_in": 0.6,
3492      "cost_per_1m_out": 1.8,
3493      "cost_per_1m_in_cached": 0,
3494      "cost_per_1m_out_cached": 0.11,
3495      "context_window": 65536,
3496      "default_max_tokens": 8192,
3497      "can_reason": true,
3498      "reasoning_levels": [
3499        "low",
3500        "medium",
3501        "high"
3502      ],
3503      "default_reasoning_effort": "medium",
3504      "supports_attachments": true,
3505      "options": {}
3506    },
3507    {
3508      "id": "z-ai/glm-4.6",
3509      "name": "Z.ai: GLM 4.6",
3510      "cost_per_1m_in": 0.39,
3511      "cost_per_1m_out": 1.9,
3512      "cost_per_1m_in_cached": 0,
3513      "cost_per_1m_out_cached": 0,
3514      "context_window": 204800,
3515      "default_max_tokens": 102400,
3516      "can_reason": true,
3517      "reasoning_levels": [
3518        "low",
3519        "medium",
3520        "high"
3521      ],
3522      "default_reasoning_effort": "medium",
3523      "supports_attachments": false,
3524      "options": {}
3525    },
3526    {
3527      "id": "z-ai/glm-4.6v",
3528      "name": "Z.ai: GLM 4.6V",
3529      "cost_per_1m_in": 0.3,
3530      "cost_per_1m_out": 0.9,
3531      "cost_per_1m_in_cached": 0,
3532      "cost_per_1m_out_cached": 0,
3533      "context_window": 131072,
3534      "default_max_tokens": 65536,
3535      "can_reason": true,
3536      "reasoning_levels": [
3537        "low",
3538        "medium",
3539        "high"
3540      ],
3541      "default_reasoning_effort": "medium",
3542      "supports_attachments": true,
3543      "options": {}
3544    },
3545    {
3546      "id": "z-ai/glm-4.7",
3547      "name": "Z.ai: GLM 4.7",
3548      "cost_per_1m_in": 0.54,
3549      "cost_per_1m_out": 1.98,
3550      "cost_per_1m_in_cached": 0,
3551      "cost_per_1m_out_cached": 0.099,
3552      "context_window": 204800,
3553      "default_max_tokens": 65536,
3554      "can_reason": true,
3555      "reasoning_levels": [
3556        "low",
3557        "medium",
3558        "high"
3559      ],
3560      "default_reasoning_effort": "medium",
3561      "supports_attachments": false,
3562      "options": {}
3563    },
3564    {
3565      "id": "z-ai/glm-4.7-flash",
3566      "name": "Z.ai: GLM 4.7 Flash",
3567      "cost_per_1m_in": 0.06,
3568      "cost_per_1m_out": 0.4,
3569      "cost_per_1m_in_cached": 0,
3570      "cost_per_1m_out_cached": 0.01,
3571      "context_window": 202752,
3572      "default_max_tokens": 20275,
3573      "can_reason": true,
3574      "reasoning_levels": [
3575        "low",
3576        "medium",
3577        "high"
3578      ],
3579      "default_reasoning_effort": "medium",
3580      "supports_attachments": false,
3581      "options": {}
3582    },
3583    {
3584      "id": "z-ai/glm-5",
3585      "name": "Z.ai: GLM 5",
3586      "cost_per_1m_in": 0.95,
3587      "cost_per_1m_out": 3.15,
3588      "cost_per_1m_in_cached": 0,
3589      "cost_per_1m_out_cached": 0,
3590      "context_window": 202800,
3591      "default_max_tokens": 101400,
3592      "can_reason": true,
3593      "reasoning_levels": [
3594        "low",
3595        "medium",
3596        "high"
3597      ],
3598      "default_reasoning_effort": "medium",
3599      "supports_attachments": false,
3600      "options": {}
3601    },
3602    {
3603      "id": "z-ai/glm-5-turbo",
3604      "name": "Z.ai: GLM 5 Turbo",
3605      "cost_per_1m_in": 1.2,
3606      "cost_per_1m_out": 4,
3607      "cost_per_1m_in_cached": 0,
3608      "cost_per_1m_out_cached": 0.24,
3609      "context_window": 262144,
3610      "default_max_tokens": 65536,
3611      "can_reason": true,
3612      "reasoning_levels": [
3613        "low",
3614        "medium",
3615        "high"
3616      ],
3617      "default_reasoning_effort": "medium",
3618      "supports_attachments": false,
3619      "options": {}
3620    },
3621    {
3622      "id": "x-ai/grok-3",
3623      "name": "xAI: Grok 3",
3624      "cost_per_1m_in": 5,
3625      "cost_per_1m_out": 25,
3626      "cost_per_1m_in_cached": 0,
3627      "cost_per_1m_out_cached": 1.25,
3628      "context_window": 131072,
3629      "default_max_tokens": 13107,
3630      "can_reason": false,
3631      "supports_attachments": false,
3632      "options": {}
3633    },
3634    {
3635      "id": "x-ai/grok-3-beta",
3636      "name": "xAI: Grok 3 Beta",
3637      "cost_per_1m_in": 5,
3638      "cost_per_1m_out": 25,
3639      "cost_per_1m_in_cached": 0,
3640      "cost_per_1m_out_cached": 1.25,
3641      "context_window": 131072,
3642      "default_max_tokens": 13107,
3643      "can_reason": false,
3644      "supports_attachments": false,
3645      "options": {}
3646    },
3647    {
3648      "id": "x-ai/grok-3-mini",
3649      "name": "xAI: Grok 3 Mini",
3650      "cost_per_1m_in": 0.3,
3651      "cost_per_1m_out": 0.5,
3652      "cost_per_1m_in_cached": 0,
3653      "cost_per_1m_out_cached": 0.075,
3654      "context_window": 131072,
3655      "default_max_tokens": 13107,
3656      "can_reason": true,
3657      "reasoning_levels": [
3658        "low",
3659        "medium",
3660        "high"
3661      ],
3662      "default_reasoning_effort": "medium",
3663      "supports_attachments": false,
3664      "options": {}
3665    },
3666    {
3667      "id": "x-ai/grok-3-mini-beta",
3668      "name": "xAI: Grok 3 Mini Beta",
3669      "cost_per_1m_in": 0.3,
3670      "cost_per_1m_out": 0.5,
3671      "cost_per_1m_in_cached": 0,
3672      "cost_per_1m_out_cached": 0.075,
3673      "context_window": 131072,
3674      "default_max_tokens": 13107,
3675      "can_reason": true,
3676      "reasoning_levels": [
3677        "low",
3678        "medium",
3679        "high"
3680      ],
3681      "default_reasoning_effort": "medium",
3682      "supports_attachments": false,
3683      "options": {}
3684    },
3685    {
3686      "id": "x-ai/grok-4",
3687      "name": "xAI: Grok 4",
3688      "cost_per_1m_in": 3,
3689      "cost_per_1m_out": 15,
3690      "cost_per_1m_in_cached": 0,
3691      "cost_per_1m_out_cached": 0.75,
3692      "context_window": 256000,
3693      "default_max_tokens": 25600,
3694      "can_reason": true,
3695      "reasoning_levels": [
3696        "low",
3697        "medium",
3698        "high"
3699      ],
3700      "default_reasoning_effort": "medium",
3701      "supports_attachments": true,
3702      "options": {}
3703    },
3704    {
3705      "id": "x-ai/grok-4-fast",
3706      "name": "xAI: Grok 4 Fast",
3707      "cost_per_1m_in": 0.2,
3708      "cost_per_1m_out": 0.5,
3709      "cost_per_1m_in_cached": 0,
3710      "cost_per_1m_out_cached": 0.05,
3711      "context_window": 2000000,
3712      "default_max_tokens": 15000,
3713      "can_reason": true,
3714      "reasoning_levels": [
3715        "low",
3716        "medium",
3717        "high"
3718      ],
3719      "default_reasoning_effort": "medium",
3720      "supports_attachments": true,
3721      "options": {}
3722    },
3723    {
3724      "id": "x-ai/grok-4.1-fast",
3725      "name": "xAI: Grok 4.1 Fast",
3726      "cost_per_1m_in": 0.2,
3727      "cost_per_1m_out": 0.5,
3728      "cost_per_1m_in_cached": 0,
3729      "cost_per_1m_out_cached": 0.05,
3730      "context_window": 2000000,
3731      "default_max_tokens": 15000,
3732      "can_reason": true,
3733      "reasoning_levels": [
3734        "low",
3735        "medium",
3736        "high"
3737      ],
3738      "default_reasoning_effort": "medium",
3739      "supports_attachments": true,
3740      "options": {}
3741    },
3742    {
3743      "id": "x-ai/grok-4.20-beta",
3744      "name": "xAI: Grok 4.20 Beta",
3745      "cost_per_1m_in": 2,
3746      "cost_per_1m_out": 6,
3747      "cost_per_1m_in_cached": 0,
3748      "cost_per_1m_out_cached": 0.2,
3749      "context_window": 2000000,
3750      "default_max_tokens": 200000,
3751      "can_reason": true,
3752      "reasoning_levels": [
3753        "low",
3754        "medium",
3755        "high"
3756      ],
3757      "default_reasoning_effort": "medium",
3758      "supports_attachments": true,
3759      "options": {}
3760    },
3761    {
3762      "id": "x-ai/grok-code-fast-1",
3763      "name": "xAI: Grok Code Fast 1",
3764      "cost_per_1m_in": 0.2,
3765      "cost_per_1m_out": 1.5,
3766      "cost_per_1m_in_cached": 0,
3767      "cost_per_1m_out_cached": 0.02,
3768      "context_window": 256000,
3769      "default_max_tokens": 5000,
3770      "can_reason": true,
3771      "reasoning_levels": [
3772        "low",
3773        "medium",
3774        "high"
3775      ],
3776      "default_reasoning_effort": "medium",
3777      "supports_attachments": false,
3778      "options": {}
3779    }
3780  ],
3781  "default_headers": {
3782    "HTTP-Referer": "https://charm.land",
3783    "X-Title": "Crush"
3784  }
3785}