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.21,
 583      "cost_per_1m_out": 0.79,
 584      "cost_per_1m_in_cached": 0,
 585      "cost_per_1m_out_cached": 0.13,
 586      "context_window": 163840,
 587      "default_max_tokens": 16384,
 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.5,
 602      "cost_per_1m_out": 1.5,
 603      "cost_per_1m_in_cached": 0,
 604      "cost_per_1m_out_cached": 0.25,
 605      "context_window": 163840,
 606      "default_max_tokens": 81920,
 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,
 624      "context_window": 163840,
 625      "default_max_tokens": 32768,
 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.45,
 659      "cost_per_1m_out": 2.15,
 660      "cost_per_1m_in_cached": 0,
 661      "cost_per_1m_out_cached": 0.225,
 662      "context_window": 163840,
 663      "default_max_tokens": 32768,
 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-v2",
 950      "name": "Kwaipilot: KAT-Coder-Pro V2",
 951      "cost_per_1m_in": 0.3,
 952      "cost_per_1m_out": 1.2,
 953      "cost_per_1m_in_cached": 0,
 954      "cost_per_1m_out_cached": 0.06,
 955      "context_window": 262144,
 956      "default_max_tokens": 72000,
 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.59,
 991      "cost_per_1m_out": 0.79,
 992      "cost_per_1m_in_cached": 0,
 993      "cost_per_1m_out_cached": 0,
 994      "context_window": 131072,
 995      "default_max_tokens": 16384,
 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.35,
1017      "cost_per_1m_out": 1.15,
1018      "cost_per_1m_in_cached": 0,
1019      "cost_per_1m_out_cached": 0,
1020      "context_window": 524288,
1021      "default_max_tokens": 4096,
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.3,
1062      "cost_per_1m_out": 1.2,
1063      "cost_per_1m_in_cached": 0,
1064      "cost_per_1m_out_cached": 0.03,
1065      "context_window": 204800,
1066      "default_max_tokens": 65536,
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.3,
1081      "cost_per_1m_out": 1.2,
1082      "cost_per_1m_in_cached": 0,
1083      "cost_per_1m_out_cached": 0.03,
1084      "context_window": 204800,
1085      "default_max_tokens": 65550,
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.6,
1119      "cost_per_1m_out": 2.4,
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.1,
1242      "cost_per_1m_out": 0.1,
1243      "cost_per_1m_in_cached": 0,
1244      "cost_per_1m_out_cached": 0.01,
1245      "context_window": 131072,
1246      "default_max_tokens": 13107,
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.2-24b-instruct",
1331      "name": "Mistral: Mistral Small 3.2 24B",
1332      "cost_per_1m_in": 0.09375,
1333      "cost_per_1m_out": 0.25,
1334      "cost_per_1m_in_cached": 0,
1335      "cost_per_1m_out_cached": 0,
1336      "context_window": 256000,
1337      "default_max_tokens": 8192,
1338      "can_reason": false,
1339      "supports_attachments": true,
1340      "options": {}
1341    },
1342    {
1343      "id": "mistralai/mistral-small-2603",
1344      "name": "Mistral: Mistral Small 4",
1345      "cost_per_1m_in": 0.15,
1346      "cost_per_1m_out": 0.6,
1347      "cost_per_1m_in_cached": 0,
1348      "cost_per_1m_out_cached": 0.015,
1349      "context_window": 262144,
1350      "default_max_tokens": 26214,
1351      "can_reason": true,
1352      "reasoning_levels": [
1353        "low",
1354        "medium",
1355        "high"
1356      ],
1357      "default_reasoning_effort": "medium",
1358      "supports_attachments": true,
1359      "options": {}
1360    },
1361    {
1362      "id": "mistralai/mistral-small-creative",
1363      "name": "Mistral: Mistral Small Creative",
1364      "cost_per_1m_in": 0.1,
1365      "cost_per_1m_out": 0.3,
1366      "cost_per_1m_in_cached": 0,
1367      "cost_per_1m_out_cached": 0.01,
1368      "context_window": 32768,
1369      "default_max_tokens": 3276,
1370      "can_reason": false,
1371      "supports_attachments": false,
1372      "options": {}
1373    },
1374    {
1375      "id": "mistralai/mixtral-8x22b-instruct",
1376      "name": "Mistral: Mixtral 8x22B Instruct",
1377      "cost_per_1m_in": 2,
1378      "cost_per_1m_out": 6,
1379      "cost_per_1m_in_cached": 0,
1380      "cost_per_1m_out_cached": 0.2,
1381      "context_window": 65536,
1382      "default_max_tokens": 6553,
1383      "can_reason": false,
1384      "supports_attachments": false,
1385      "options": {}
1386    },
1387    {
1388      "id": "mistralai/mixtral-8x7b-instruct",
1389      "name": "Mistral: Mixtral 8x7B Instruct",
1390      "cost_per_1m_in": 0.54,
1391      "cost_per_1m_out": 0.54,
1392      "cost_per_1m_in_cached": 0,
1393      "cost_per_1m_out_cached": 0,
1394      "context_window": 32768,
1395      "default_max_tokens": 8192,
1396      "can_reason": false,
1397      "supports_attachments": false,
1398      "options": {}
1399    },
1400    {
1401      "id": "mistralai/pixtral-large-2411",
1402      "name": "Mistral: Pixtral Large 2411",
1403      "cost_per_1m_in": 2,
1404      "cost_per_1m_out": 6,
1405      "cost_per_1m_in_cached": 0,
1406      "cost_per_1m_out_cached": 0.2,
1407      "context_window": 131072,
1408      "default_max_tokens": 13107,
1409      "can_reason": false,
1410      "supports_attachments": true,
1411      "options": {}
1412    },
1413    {
1414      "id": "mistralai/mistral-saba",
1415      "name": "Mistral: Saba",
1416      "cost_per_1m_in": 0.2,
1417      "cost_per_1m_out": 0.6,
1418      "cost_per_1m_in_cached": 0,
1419      "cost_per_1m_out_cached": 0.02,
1420      "context_window": 32768,
1421      "default_max_tokens": 3276,
1422      "can_reason": false,
1423      "supports_attachments": false,
1424      "options": {}
1425    },
1426    {
1427      "id": "mistralai/voxtral-small-24b-2507",
1428      "name": "Mistral: Voxtral Small 24B 2507",
1429      "cost_per_1m_in": 0.1,
1430      "cost_per_1m_out": 0.3,
1431      "cost_per_1m_in_cached": 0,
1432      "cost_per_1m_out_cached": 0.01,
1433      "context_window": 32000,
1434      "default_max_tokens": 3200,
1435      "can_reason": false,
1436      "supports_attachments": false,
1437      "options": {}
1438    },
1439    {
1440      "id": "moonshotai/kimi-k2",
1441      "name": "MoonshotAI: Kimi K2 0711",
1442      "cost_per_1m_in": 0.57,
1443      "cost_per_1m_out": 2.3,
1444      "cost_per_1m_in_cached": 0,
1445      "cost_per_1m_out_cached": 0,
1446      "context_window": 131072,
1447      "default_max_tokens": 65536,
1448      "can_reason": false,
1449      "supports_attachments": false,
1450      "options": {}
1451    },
1452    {
1453      "id": "moonshotai/kimi-k2-0905",
1454      "name": "MoonshotAI: Kimi K2 0905",
1455      "cost_per_1m_in": 1,
1456      "cost_per_1m_out": 3,
1457      "cost_per_1m_in_cached": 0,
1458      "cost_per_1m_out_cached": 0.5,
1459      "context_window": 262144,
1460      "default_max_tokens": 8192,
1461      "can_reason": false,
1462      "supports_attachments": false,
1463      "options": {}
1464    },
1465    {
1466      "id": "moonshotai/kimi-k2-thinking",
1467      "name": "MoonshotAI: Kimi K2 Thinking",
1468      "cost_per_1m_in": 0.47,
1469      "cost_per_1m_out": 2,
1470      "cost_per_1m_in_cached": 0,
1471      "cost_per_1m_out_cached": 0.141,
1472      "context_window": 131072,
1473      "default_max_tokens": 13107,
1474      "can_reason": true,
1475      "reasoning_levels": [
1476        "low",
1477        "medium",
1478        "high"
1479      ],
1480      "default_reasoning_effort": "medium",
1481      "supports_attachments": false,
1482      "options": {}
1483    },
1484    {
1485      "id": "moonshotai/kimi-k2.5",
1486      "name": "MoonshotAI: Kimi K2.5",
1487      "cost_per_1m_in": 0.6,
1488      "cost_per_1m_out": 3,
1489      "cost_per_1m_in_cached": 0,
1490      "cost_per_1m_out_cached": 0.1,
1491      "context_window": 262144,
1492      "default_max_tokens": 26214,
1493      "can_reason": true,
1494      "reasoning_levels": [
1495        "low",
1496        "medium",
1497        "high"
1498      ],
1499      "default_reasoning_effort": "medium",
1500      "supports_attachments": true,
1501      "options": {}
1502    },
1503    {
1504      "id": "nvidia/llama-3.1-nemotron-70b-instruct",
1505      "name": "NVIDIA: Llama 3.1 Nemotron 70B Instruct",
1506      "cost_per_1m_in": 1.2,
1507      "cost_per_1m_out": 1.2,
1508      "cost_per_1m_in_cached": 0,
1509      "cost_per_1m_out_cached": 0,
1510      "context_window": 131072,
1511      "default_max_tokens": 8192,
1512      "can_reason": false,
1513      "supports_attachments": false,
1514      "options": {}
1515    },
1516    {
1517      "id": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
1518      "name": "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
1519      "cost_per_1m_in": 0.1,
1520      "cost_per_1m_out": 0.4,
1521      "cost_per_1m_in_cached": 0,
1522      "cost_per_1m_out_cached": 0,
1523      "context_window": 131072,
1524      "default_max_tokens": 13107,
1525      "can_reason": true,
1526      "reasoning_levels": [
1527        "low",
1528        "medium",
1529        "high"
1530      ],
1531      "default_reasoning_effort": "medium",
1532      "supports_attachments": false,
1533      "options": {}
1534    },
1535    {
1536      "id": "nvidia/nemotron-3-nano-30b-a3b",
1537      "name": "NVIDIA: Nemotron 3 Nano 30B A3B",
1538      "cost_per_1m_in": 0.05,
1539      "cost_per_1m_out": 0.2,
1540      "cost_per_1m_in_cached": 0,
1541      "cost_per_1m_out_cached": 0,
1542      "context_window": 262144,
1543      "default_max_tokens": 26214,
1544      "can_reason": true,
1545      "reasoning_levels": [
1546        "low",
1547        "medium",
1548        "high"
1549      ],
1550      "default_reasoning_effort": "medium",
1551      "supports_attachments": false,
1552      "options": {}
1553    },
1554    {
1555      "id": "nvidia/nemotron-3-nano-30b-a3b:free",
1556      "name": "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
1557      "cost_per_1m_in": 0,
1558      "cost_per_1m_out": 0,
1559      "cost_per_1m_in_cached": 0,
1560      "cost_per_1m_out_cached": 0,
1561      "context_window": 256000,
1562      "default_max_tokens": 25600,
1563      "can_reason": true,
1564      "reasoning_levels": [
1565        "low",
1566        "medium",
1567        "high"
1568      ],
1569      "default_reasoning_effort": "medium",
1570      "supports_attachments": false,
1571      "options": {}
1572    },
1573    {
1574      "id": "nvidia/nemotron-3-super-120b-a12b",
1575      "name": "NVIDIA: Nemotron 3 Super",
1576      "cost_per_1m_in": 0.1,
1577      "cost_per_1m_out": 0.5,
1578      "cost_per_1m_in_cached": 0,
1579      "cost_per_1m_out_cached": 0.1,
1580      "context_window": 262144,
1581      "default_max_tokens": 26214,
1582      "can_reason": true,
1583      "reasoning_levels": [
1584        "low",
1585        "medium",
1586        "high"
1587      ],
1588      "default_reasoning_effort": "medium",
1589      "supports_attachments": false,
1590      "options": {}
1591    },
1592    {
1593      "id": "nvidia/nemotron-3-super-120b-a12b:free",
1594      "name": "NVIDIA: Nemotron 3 Super (free)",
1595      "cost_per_1m_in": 0,
1596      "cost_per_1m_out": 0,
1597      "cost_per_1m_in_cached": 0,
1598      "cost_per_1m_out_cached": 0,
1599      "context_window": 262144,
1600      "default_max_tokens": 131072,
1601      "can_reason": true,
1602      "reasoning_levels": [
1603        "low",
1604        "medium",
1605        "high"
1606      ],
1607      "default_reasoning_effort": "medium",
1608      "supports_attachments": false,
1609      "options": {}
1610    },
1611    {
1612      "id": "nvidia/nemotron-nano-12b-v2-vl:free",
1613      "name": "NVIDIA: Nemotron Nano 12B 2 VL (free)",
1614      "cost_per_1m_in": 0,
1615      "cost_per_1m_out": 0,
1616      "cost_per_1m_in_cached": 0,
1617      "cost_per_1m_out_cached": 0,
1618      "context_window": 128000,
1619      "default_max_tokens": 64000,
1620      "can_reason": true,
1621      "reasoning_levels": [
1622        "low",
1623        "medium",
1624        "high"
1625      ],
1626      "default_reasoning_effort": "medium",
1627      "supports_attachments": true,
1628      "options": {}
1629    },
1630    {
1631      "id": "nvidia/nemotron-nano-9b-v2",
1632      "name": "NVIDIA: Nemotron Nano 9B V2",
1633      "cost_per_1m_in": 0.04,
1634      "cost_per_1m_out": 0.16,
1635      "cost_per_1m_in_cached": 0,
1636      "cost_per_1m_out_cached": 0,
1637      "context_window": 131072,
1638      "default_max_tokens": 13107,
1639      "can_reason": true,
1640      "reasoning_levels": [
1641        "low",
1642        "medium",
1643        "high"
1644      ],
1645      "default_reasoning_effort": "medium",
1646      "supports_attachments": false,
1647      "options": {}
1648    },
1649    {
1650      "id": "nvidia/nemotron-nano-9b-v2:free",
1651      "name": "NVIDIA: Nemotron Nano 9B V2 (free)",
1652      "cost_per_1m_in": 0,
1653      "cost_per_1m_out": 0,
1654      "cost_per_1m_in_cached": 0,
1655      "cost_per_1m_out_cached": 0,
1656      "context_window": 128000,
1657      "default_max_tokens": 12800,
1658      "can_reason": true,
1659      "reasoning_levels": [
1660        "low",
1661        "medium",
1662        "high"
1663      ],
1664      "default_reasoning_effort": "medium",
1665      "supports_attachments": false,
1666      "options": {}
1667    },
1668    {
1669      "id": "nex-agi/deepseek-v3.1-nex-n1",
1670      "name": "Nex AGI: DeepSeek V3.1 Nex N1",
1671      "cost_per_1m_in": 0.135,
1672      "cost_per_1m_out": 0.5,
1673      "cost_per_1m_in_cached": 0,
1674      "cost_per_1m_out_cached": 0,
1675      "context_window": 131072,
1676      "default_max_tokens": 81920,
1677      "can_reason": false,
1678      "supports_attachments": false,
1679      "options": {}
1680    },
1681    {
1682      "id": "openai/gpt-4-turbo",
1683      "name": "OpenAI: GPT-4 Turbo",
1684      "cost_per_1m_in": 10,
1685      "cost_per_1m_out": 30,
1686      "cost_per_1m_in_cached": 0,
1687      "cost_per_1m_out_cached": 0,
1688      "context_window": 128000,
1689      "default_max_tokens": 2048,
1690      "can_reason": false,
1691      "supports_attachments": true,
1692      "options": {}
1693    },
1694    {
1695      "id": "openai/gpt-4-1106-preview",
1696      "name": "OpenAI: GPT-4 Turbo (older v1106)",
1697      "cost_per_1m_in": 10,
1698      "cost_per_1m_out": 30,
1699      "cost_per_1m_in_cached": 0,
1700      "cost_per_1m_out_cached": 0,
1701      "context_window": 128000,
1702      "default_max_tokens": 2048,
1703      "can_reason": false,
1704      "supports_attachments": false,
1705      "options": {}
1706    },
1707    {
1708      "id": "openai/gpt-4-turbo-preview",
1709      "name": "OpenAI: GPT-4 Turbo Preview",
1710      "cost_per_1m_in": 10,
1711      "cost_per_1m_out": 30,
1712      "cost_per_1m_in_cached": 0,
1713      "cost_per_1m_out_cached": 0,
1714      "context_window": 128000,
1715      "default_max_tokens": 2048,
1716      "can_reason": false,
1717      "supports_attachments": false,
1718      "options": {}
1719    },
1720    {
1721      "id": "openai/gpt-4.1",
1722      "name": "OpenAI: GPT-4.1",
1723      "cost_per_1m_in": 2,
1724      "cost_per_1m_out": 8,
1725      "cost_per_1m_in_cached": 0,
1726      "cost_per_1m_out_cached": 0.5,
1727      "context_window": 1047576,
1728      "default_max_tokens": 104757,
1729      "can_reason": false,
1730      "supports_attachments": true,
1731      "options": {}
1732    },
1733    {
1734      "id": "openai/gpt-4.1-mini",
1735      "name": "OpenAI: GPT-4.1 Mini",
1736      "cost_per_1m_in": 0.4,
1737      "cost_per_1m_out": 1.6,
1738      "cost_per_1m_in_cached": 0,
1739      "cost_per_1m_out_cached": 0.1,
1740      "context_window": 1047576,
1741      "default_max_tokens": 104757,
1742      "can_reason": false,
1743      "supports_attachments": true,
1744      "options": {}
1745    },
1746    {
1747      "id": "openai/gpt-4.1-nano",
1748      "name": "OpenAI: GPT-4.1 Nano",
1749      "cost_per_1m_in": 0.1,
1750      "cost_per_1m_out": 0.4,
1751      "cost_per_1m_in_cached": 0,
1752      "cost_per_1m_out_cached": 0.03,
1753      "context_window": 1047576,
1754      "default_max_tokens": 104757,
1755      "can_reason": false,
1756      "supports_attachments": true,
1757      "options": {}
1758    },
1759    {
1760      "id": "openai/gpt-4o",
1761      "name": "OpenAI: GPT-4o",
1762      "cost_per_1m_in": 2.5,
1763      "cost_per_1m_out": 10,
1764      "cost_per_1m_in_cached": 0,
1765      "cost_per_1m_out_cached": 0,
1766      "context_window": 128000,
1767      "default_max_tokens": 8192,
1768      "can_reason": false,
1769      "supports_attachments": true,
1770      "options": {}
1771    },
1772    {
1773      "id": "openai/gpt-4o-2024-05-13",
1774      "name": "OpenAI: GPT-4o (2024-05-13)",
1775      "cost_per_1m_in": 5,
1776      "cost_per_1m_out": 15,
1777      "cost_per_1m_in_cached": 0,
1778      "cost_per_1m_out_cached": 0,
1779      "context_window": 128000,
1780      "default_max_tokens": 2048,
1781      "can_reason": false,
1782      "supports_attachments": true,
1783      "options": {}
1784    },
1785    {
1786      "id": "openai/gpt-4o-2024-08-06",
1787      "name": "OpenAI: GPT-4o (2024-08-06)",
1788      "cost_per_1m_in": 2.5,
1789      "cost_per_1m_out": 10,
1790      "cost_per_1m_in_cached": 0,
1791      "cost_per_1m_out_cached": 1.25,
1792      "context_window": 128000,
1793      "default_max_tokens": 8192,
1794      "can_reason": false,
1795      "supports_attachments": true,
1796      "options": {}
1797    },
1798    {
1799      "id": "openai/gpt-4o-2024-11-20",
1800      "name": "OpenAI: GPT-4o (2024-11-20)",
1801      "cost_per_1m_in": 2.5,
1802      "cost_per_1m_out": 10,
1803      "cost_per_1m_in_cached": 0,
1804      "cost_per_1m_out_cached": 1.25,
1805      "context_window": 128000,
1806      "default_max_tokens": 8192,
1807      "can_reason": false,
1808      "supports_attachments": true,
1809      "options": {}
1810    },
1811    {
1812      "id": "openai/gpt-4o:extended",
1813      "name": "OpenAI: GPT-4o (extended)",
1814      "cost_per_1m_in": 6,
1815      "cost_per_1m_out": 18,
1816      "cost_per_1m_in_cached": 0,
1817      "cost_per_1m_out_cached": 0,
1818      "context_window": 128000,
1819      "default_max_tokens": 32000,
1820      "can_reason": false,
1821      "supports_attachments": true,
1822      "options": {}
1823    },
1824    {
1825      "id": "openai/gpt-4o-audio-preview",
1826      "name": "OpenAI: GPT-4o Audio",
1827      "cost_per_1m_in": 2.5,
1828      "cost_per_1m_out": 10,
1829      "cost_per_1m_in_cached": 0,
1830      "cost_per_1m_out_cached": 0,
1831      "context_window": 128000,
1832      "default_max_tokens": 8192,
1833      "can_reason": false,
1834      "supports_attachments": false,
1835      "options": {}
1836    },
1837    {
1838      "id": "openai/gpt-4o-mini",
1839      "name": "OpenAI: GPT-4o-mini",
1840      "cost_per_1m_in": 0.15,
1841      "cost_per_1m_out": 0.6,
1842      "cost_per_1m_in_cached": 0,
1843      "cost_per_1m_out_cached": 0.075,
1844      "context_window": 128000,
1845      "default_max_tokens": 8192,
1846      "can_reason": false,
1847      "supports_attachments": true,
1848      "options": {}
1849    },
1850    {
1851      "id": "openai/gpt-4o-mini-2024-07-18",
1852      "name": "OpenAI: GPT-4o-mini (2024-07-18)",
1853      "cost_per_1m_in": 0.15,
1854      "cost_per_1m_out": 0.6,
1855      "cost_per_1m_in_cached": 0,
1856      "cost_per_1m_out_cached": 0.075,
1857      "context_window": 128000,
1858      "default_max_tokens": 8192,
1859      "can_reason": false,
1860      "supports_attachments": true,
1861      "options": {}
1862    },
1863    {
1864      "id": "openai/gpt-5",
1865      "name": "OpenAI: GPT-5",
1866      "cost_per_1m_in": 1.25,
1867      "cost_per_1m_out": 10,
1868      "cost_per_1m_in_cached": 0,
1869      "cost_per_1m_out_cached": 0.125,
1870      "context_window": 400000,
1871      "default_max_tokens": 64000,
1872      "can_reason": true,
1873      "reasoning_levels": [
1874        "low",
1875        "medium",
1876        "high"
1877      ],
1878      "default_reasoning_effort": "medium",
1879      "supports_attachments": true,
1880      "options": {}
1881    },
1882    {
1883      "id": "openai/gpt-5-codex",
1884      "name": "OpenAI: GPT-5 Codex",
1885      "cost_per_1m_in": 1.25,
1886      "cost_per_1m_out": 10,
1887      "cost_per_1m_in_cached": 0,
1888      "cost_per_1m_out_cached": 0.125,
1889      "context_window": 400000,
1890      "default_max_tokens": 64000,
1891      "can_reason": true,
1892      "reasoning_levels": [
1893        "low",
1894        "medium",
1895        "high"
1896      ],
1897      "default_reasoning_effort": "medium",
1898      "supports_attachments": true,
1899      "options": {}
1900    },
1901    {
1902      "id": "openai/gpt-5-image",
1903      "name": "OpenAI: GPT-5 Image",
1904      "cost_per_1m_in": 10,
1905      "cost_per_1m_out": 10,
1906      "cost_per_1m_in_cached": 0,
1907      "cost_per_1m_out_cached": 1.25,
1908      "context_window": 400000,
1909      "default_max_tokens": 64000,
1910      "can_reason": true,
1911      "reasoning_levels": [
1912        "low",
1913        "medium",
1914        "high"
1915      ],
1916      "default_reasoning_effort": "medium",
1917      "supports_attachments": true,
1918      "options": {}
1919    },
1920    {
1921      "id": "openai/gpt-5-image-mini",
1922      "name": "OpenAI: GPT-5 Image Mini",
1923      "cost_per_1m_in": 2.5,
1924      "cost_per_1m_out": 2,
1925      "cost_per_1m_in_cached": 0,
1926      "cost_per_1m_out_cached": 0.25,
1927      "context_window": 400000,
1928      "default_max_tokens": 64000,
1929      "can_reason": true,
1930      "reasoning_levels": [
1931        "low",
1932        "medium",
1933        "high"
1934      ],
1935      "default_reasoning_effort": "medium",
1936      "supports_attachments": true,
1937      "options": {}
1938    },
1939    {
1940      "id": "openai/gpt-5-mini",
1941      "name": "OpenAI: GPT-5 Mini",
1942      "cost_per_1m_in": 0.25,
1943      "cost_per_1m_out": 2,
1944      "cost_per_1m_in_cached": 0,
1945      "cost_per_1m_out_cached": 0.025,
1946      "context_window": 400000,
1947      "default_max_tokens": 64000,
1948      "can_reason": true,
1949      "reasoning_levels": [
1950        "low",
1951        "medium",
1952        "high"
1953      ],
1954      "default_reasoning_effort": "medium",
1955      "supports_attachments": true,
1956      "options": {}
1957    },
1958    {
1959      "id": "openai/gpt-5-nano",
1960      "name": "OpenAI: GPT-5 Nano",
1961      "cost_per_1m_in": 0.05,
1962      "cost_per_1m_out": 0.4,
1963      "cost_per_1m_in_cached": 0,
1964      "cost_per_1m_out_cached": 0.005,
1965      "context_window": 400000,
1966      "default_max_tokens": 64000,
1967      "can_reason": true,
1968      "reasoning_levels": [
1969        "low",
1970        "medium",
1971        "high"
1972      ],
1973      "default_reasoning_effort": "medium",
1974      "supports_attachments": true,
1975      "options": {}
1976    },
1977    {
1978      "id": "openai/gpt-5-pro",
1979      "name": "OpenAI: GPT-5 Pro",
1980      "cost_per_1m_in": 15,
1981      "cost_per_1m_out": 120,
1982      "cost_per_1m_in_cached": 0,
1983      "cost_per_1m_out_cached": 0,
1984      "context_window": 400000,
1985      "default_max_tokens": 64000,
1986      "can_reason": true,
1987      "reasoning_levels": [
1988        "low",
1989        "medium",
1990        "high"
1991      ],
1992      "default_reasoning_effort": "medium",
1993      "supports_attachments": true,
1994      "options": {}
1995    },
1996    {
1997      "id": "openai/gpt-5.1",
1998      "name": "OpenAI: GPT-5.1",
1999      "cost_per_1m_in": 1.25,
2000      "cost_per_1m_out": 10,
2001      "cost_per_1m_in_cached": 0,
2002      "cost_per_1m_out_cached": 0.125,
2003      "context_window": 400000,
2004      "default_max_tokens": 64000,
2005      "can_reason": true,
2006      "reasoning_levels": [
2007        "low",
2008        "medium",
2009        "high"
2010      ],
2011      "default_reasoning_effort": "medium",
2012      "supports_attachments": true,
2013      "options": {}
2014    },
2015    {
2016      "id": "openai/gpt-5.1-chat",
2017      "name": "OpenAI: GPT-5.1 Chat",
2018      "cost_per_1m_in": 1.25,
2019      "cost_per_1m_out": 10,
2020      "cost_per_1m_in_cached": 0,
2021      "cost_per_1m_out_cached": 0.125,
2022      "context_window": 128000,
2023      "default_max_tokens": 8192,
2024      "can_reason": false,
2025      "supports_attachments": true,
2026      "options": {}
2027    },
2028    {
2029      "id": "openai/gpt-5.1-codex",
2030      "name": "OpenAI: GPT-5.1-Codex",
2031      "cost_per_1m_in": 1.25,
2032      "cost_per_1m_out": 10,
2033      "cost_per_1m_in_cached": 0,
2034      "cost_per_1m_out_cached": 0.125,
2035      "context_window": 400000,
2036      "default_max_tokens": 64000,
2037      "can_reason": true,
2038      "reasoning_levels": [
2039        "low",
2040        "medium",
2041        "high"
2042      ],
2043      "default_reasoning_effort": "medium",
2044      "supports_attachments": true,
2045      "options": {}
2046    },
2047    {
2048      "id": "openai/gpt-5.1-codex-max",
2049      "name": "OpenAI: GPT-5.1-Codex-Max",
2050      "cost_per_1m_in": 1.25,
2051      "cost_per_1m_out": 10,
2052      "cost_per_1m_in_cached": 0,
2053      "cost_per_1m_out_cached": 0.125,
2054      "context_window": 400000,
2055      "default_max_tokens": 64000,
2056      "can_reason": true,
2057      "reasoning_levels": [
2058        "low",
2059        "medium",
2060        "high"
2061      ],
2062      "default_reasoning_effort": "medium",
2063      "supports_attachments": true,
2064      "options": {}
2065    },
2066    {
2067      "id": "openai/gpt-5.1-codex-mini",
2068      "name": "OpenAI: GPT-5.1-Codex-Mini",
2069      "cost_per_1m_in": 0.25,
2070      "cost_per_1m_out": 2,
2071      "cost_per_1m_in_cached": 0,
2072      "cost_per_1m_out_cached": 0.025,
2073      "context_window": 400000,
2074      "default_max_tokens": 50000,
2075      "can_reason": true,
2076      "reasoning_levels": [
2077        "low",
2078        "medium",
2079        "high"
2080      ],
2081      "default_reasoning_effort": "medium",
2082      "supports_attachments": true,
2083      "options": {}
2084    },
2085    {
2086      "id": "openai/gpt-5.2",
2087      "name": "OpenAI: GPT-5.2",
2088      "cost_per_1m_in": 1.75,
2089      "cost_per_1m_out": 14,
2090      "cost_per_1m_in_cached": 0,
2091      "cost_per_1m_out_cached": 0.175,
2092      "context_window": 400000,
2093      "default_max_tokens": 64000,
2094      "can_reason": true,
2095      "reasoning_levels": [
2096        "low",
2097        "medium",
2098        "high"
2099      ],
2100      "default_reasoning_effort": "medium",
2101      "supports_attachments": true,
2102      "options": {}
2103    },
2104    {
2105      "id": "openai/gpt-5.2-chat",
2106      "name": "OpenAI: GPT-5.2 Chat",
2107      "cost_per_1m_in": 1.75,
2108      "cost_per_1m_out": 14,
2109      "cost_per_1m_in_cached": 0,
2110      "cost_per_1m_out_cached": 0.175,
2111      "context_window": 128000,
2112      "default_max_tokens": 8192,
2113      "can_reason": false,
2114      "supports_attachments": true,
2115      "options": {}
2116    },
2117    {
2118      "id": "openai/gpt-5.2-pro",
2119      "name": "OpenAI: GPT-5.2 Pro",
2120      "cost_per_1m_in": 21,
2121      "cost_per_1m_out": 168,
2122      "cost_per_1m_in_cached": 0,
2123      "cost_per_1m_out_cached": 0,
2124      "context_window": 400000,
2125      "default_max_tokens": 64000,
2126      "can_reason": true,
2127      "reasoning_levels": [
2128        "low",
2129        "medium",
2130        "high"
2131      ],
2132      "default_reasoning_effort": "medium",
2133      "supports_attachments": true,
2134      "options": {}
2135    },
2136    {
2137      "id": "openai/gpt-5.2-codex",
2138      "name": "OpenAI: GPT-5.2-Codex",
2139      "cost_per_1m_in": 1.75,
2140      "cost_per_1m_out": 14,
2141      "cost_per_1m_in_cached": 0,
2142      "cost_per_1m_out_cached": 0.175,
2143      "context_window": 400000,
2144      "default_max_tokens": 64000,
2145      "can_reason": true,
2146      "reasoning_levels": [
2147        "low",
2148        "medium",
2149        "high"
2150      ],
2151      "default_reasoning_effort": "medium",
2152      "supports_attachments": true,
2153      "options": {}
2154    },
2155    {
2156      "id": "openai/gpt-5.3-chat",
2157      "name": "OpenAI: GPT-5.3 Chat",
2158      "cost_per_1m_in": 1.75,
2159      "cost_per_1m_out": 14,
2160      "cost_per_1m_in_cached": 0,
2161      "cost_per_1m_out_cached": 0.175,
2162      "context_window": 128000,
2163      "default_max_tokens": 8192,
2164      "can_reason": false,
2165      "supports_attachments": true,
2166      "options": {}
2167    },
2168    {
2169      "id": "openai/gpt-5.3-codex",
2170      "name": "OpenAI: GPT-5.3-Codex",
2171      "cost_per_1m_in": 1.75,
2172      "cost_per_1m_out": 14,
2173      "cost_per_1m_in_cached": 0,
2174      "cost_per_1m_out_cached": 0.175,
2175      "context_window": 400000,
2176      "default_max_tokens": 64000,
2177      "can_reason": true,
2178      "reasoning_levels": [
2179        "low",
2180        "medium",
2181        "high"
2182      ],
2183      "default_reasoning_effort": "medium",
2184      "supports_attachments": true,
2185      "options": {}
2186    },
2187    {
2188      "id": "openai/gpt-5.4",
2189      "name": "OpenAI: GPT-5.4",
2190      "cost_per_1m_in": 2.5,
2191      "cost_per_1m_out": 15,
2192      "cost_per_1m_in_cached": 0,
2193      "cost_per_1m_out_cached": 0.25,
2194      "context_window": 1050000,
2195      "default_max_tokens": 64000,
2196      "can_reason": true,
2197      "reasoning_levels": [
2198        "low",
2199        "medium",
2200        "high"
2201      ],
2202      "default_reasoning_effort": "medium",
2203      "supports_attachments": true,
2204      "options": {}
2205    },
2206    {
2207      "id": "openai/gpt-5.4-mini",
2208      "name": "OpenAI: GPT-5.4 Mini",
2209      "cost_per_1m_in": 0.75,
2210      "cost_per_1m_out": 4.5,
2211      "cost_per_1m_in_cached": 0,
2212      "cost_per_1m_out_cached": 0.075,
2213      "context_window": 400000,
2214      "default_max_tokens": 64000,
2215      "can_reason": true,
2216      "reasoning_levels": [
2217        "low",
2218        "medium",
2219        "high"
2220      ],
2221      "default_reasoning_effort": "medium",
2222      "supports_attachments": true,
2223      "options": {}
2224    },
2225    {
2226      "id": "openai/gpt-5.4-nano",
2227      "name": "OpenAI: GPT-5.4 Nano",
2228      "cost_per_1m_in": 0.2,
2229      "cost_per_1m_out": 1.25,
2230      "cost_per_1m_in_cached": 0,
2231      "cost_per_1m_out_cached": 0.02,
2232      "context_window": 400000,
2233      "default_max_tokens": 64000,
2234      "can_reason": true,
2235      "reasoning_levels": [
2236        "low",
2237        "medium",
2238        "high"
2239      ],
2240      "default_reasoning_effort": "medium",
2241      "supports_attachments": true,
2242      "options": {}
2243    },
2244    {
2245      "id": "openai/gpt-5.4-pro",
2246      "name": "OpenAI: GPT-5.4 Pro",
2247      "cost_per_1m_in": 30,
2248      "cost_per_1m_out": 180,
2249      "cost_per_1m_in_cached": 0,
2250      "cost_per_1m_out_cached": 0,
2251      "context_window": 1050000,
2252      "default_max_tokens": 64000,
2253      "can_reason": true,
2254      "reasoning_levels": [
2255        "low",
2256        "medium",
2257        "high"
2258      ],
2259      "default_reasoning_effort": "medium",
2260      "supports_attachments": true,
2261      "options": {}
2262    },
2263    {
2264      "id": "openai/gpt-oss-120b",
2265      "name": "OpenAI: gpt-oss-120b",
2266      "cost_per_1m_in": 0.15,
2267      "cost_per_1m_out": 0.6,
2268      "cost_per_1m_in_cached": 0,
2269      "cost_per_1m_out_cached": 0.075,
2270      "context_window": 131072,
2271      "default_max_tokens": 32768,
2272      "can_reason": true,
2273      "reasoning_levels": [
2274        "low",
2275        "medium",
2276        "high"
2277      ],
2278      "default_reasoning_effort": "medium",
2279      "supports_attachments": false,
2280      "options": {}
2281    },
2282    {
2283      "id": "openai/gpt-oss-120b:free",
2284      "name": "OpenAI: gpt-oss-120b (free)",
2285      "cost_per_1m_in": 0,
2286      "cost_per_1m_out": 0,
2287      "cost_per_1m_in_cached": 0,
2288      "cost_per_1m_out_cached": 0,
2289      "context_window": 131072,
2290      "default_max_tokens": 65536,
2291      "can_reason": true,
2292      "reasoning_levels": [
2293        "low",
2294        "medium",
2295        "high"
2296      ],
2297      "default_reasoning_effort": "medium",
2298      "supports_attachments": false,
2299      "options": {}
2300    },
2301    {
2302      "id": "openai/gpt-oss-20b",
2303      "name": "OpenAI: gpt-oss-20b",
2304      "cost_per_1m_in": 0.075,
2305      "cost_per_1m_out": 0.3,
2306      "cost_per_1m_in_cached": 0,
2307      "cost_per_1m_out_cached": 0.0375,
2308      "context_window": 131072,
2309      "default_max_tokens": 32768,
2310      "can_reason": true,
2311      "reasoning_levels": [
2312        "low",
2313        "medium",
2314        "high"
2315      ],
2316      "default_reasoning_effort": "medium",
2317      "supports_attachments": false,
2318      "options": {}
2319    },
2320    {
2321      "id": "openai/gpt-oss-20b:free",
2322      "name": "OpenAI: gpt-oss-20b (free)",
2323      "cost_per_1m_in": 0,
2324      "cost_per_1m_out": 0,
2325      "cost_per_1m_in_cached": 0,
2326      "cost_per_1m_out_cached": 0,
2327      "context_window": 131072,
2328      "default_max_tokens": 65536,
2329      "can_reason": true,
2330      "reasoning_levels": [
2331        "low",
2332        "medium",
2333        "high"
2334      ],
2335      "default_reasoning_effort": "medium",
2336      "supports_attachments": false,
2337      "options": {}
2338    },
2339    {
2340      "id": "openai/gpt-oss-safeguard-20b",
2341      "name": "OpenAI: gpt-oss-safeguard-20b",
2342      "cost_per_1m_in": 0.075,
2343      "cost_per_1m_out": 0.3,
2344      "cost_per_1m_in_cached": 0,
2345      "cost_per_1m_out_cached": 0.037,
2346      "context_window": 131072,
2347      "default_max_tokens": 32768,
2348      "can_reason": true,
2349      "reasoning_levels": [
2350        "low",
2351        "medium",
2352        "high"
2353      ],
2354      "default_reasoning_effort": "medium",
2355      "supports_attachments": false,
2356      "options": {}
2357    },
2358    {
2359      "id": "openai/o1",
2360      "name": "OpenAI: o1",
2361      "cost_per_1m_in": 15,
2362      "cost_per_1m_out": 60,
2363      "cost_per_1m_in_cached": 0,
2364      "cost_per_1m_out_cached": 7.5,
2365      "context_window": 200000,
2366      "default_max_tokens": 50000,
2367      "can_reason": true,
2368      "reasoning_levels": [
2369        "low",
2370        "medium",
2371        "high"
2372      ],
2373      "default_reasoning_effort": "medium",
2374      "supports_attachments": true,
2375      "options": {}
2376    },
2377    {
2378      "id": "openai/o3",
2379      "name": "OpenAI: o3",
2380      "cost_per_1m_in": 2,
2381      "cost_per_1m_out": 8,
2382      "cost_per_1m_in_cached": 0,
2383      "cost_per_1m_out_cached": 0.5,
2384      "context_window": 200000,
2385      "default_max_tokens": 50000,
2386      "can_reason": true,
2387      "reasoning_levels": [
2388        "low",
2389        "medium",
2390        "high"
2391      ],
2392      "default_reasoning_effort": "medium",
2393      "supports_attachments": true,
2394      "options": {}
2395    },
2396    {
2397      "id": "openai/o3-deep-research",
2398      "name": "OpenAI: o3 Deep Research",
2399      "cost_per_1m_in": 10,
2400      "cost_per_1m_out": 40,
2401      "cost_per_1m_in_cached": 0,
2402      "cost_per_1m_out_cached": 2.5,
2403      "context_window": 200000,
2404      "default_max_tokens": 50000,
2405      "can_reason": true,
2406      "reasoning_levels": [
2407        "low",
2408        "medium",
2409        "high"
2410      ],
2411      "default_reasoning_effort": "medium",
2412      "supports_attachments": true,
2413      "options": {}
2414    },
2415    {
2416      "id": "openai/o3-mini",
2417      "name": "OpenAI: o3 Mini",
2418      "cost_per_1m_in": 1.1,
2419      "cost_per_1m_out": 4.4,
2420      "cost_per_1m_in_cached": 0,
2421      "cost_per_1m_out_cached": 0.55,
2422      "context_window": 200000,
2423      "default_max_tokens": 50000,
2424      "can_reason": true,
2425      "reasoning_levels": [
2426        "low",
2427        "medium",
2428        "high"
2429      ],
2430      "default_reasoning_effort": "medium",
2431      "supports_attachments": false,
2432      "options": {}
2433    },
2434    {
2435      "id": "openai/o3-mini-high",
2436      "name": "OpenAI: o3 Mini High",
2437      "cost_per_1m_in": 1.1,
2438      "cost_per_1m_out": 4.4,
2439      "cost_per_1m_in_cached": 0,
2440      "cost_per_1m_out_cached": 0.55,
2441      "context_window": 200000,
2442      "default_max_tokens": 50000,
2443      "can_reason": true,
2444      "reasoning_levels": [
2445        "low",
2446        "medium",
2447        "high"
2448      ],
2449      "default_reasoning_effort": "medium",
2450      "supports_attachments": false,
2451      "options": {}
2452    },
2453    {
2454      "id": "openai/o3-pro",
2455      "name": "OpenAI: o3 Pro",
2456      "cost_per_1m_in": 20,
2457      "cost_per_1m_out": 80,
2458      "cost_per_1m_in_cached": 0,
2459      "cost_per_1m_out_cached": 0,
2460      "context_window": 200000,
2461      "default_max_tokens": 50000,
2462      "can_reason": true,
2463      "reasoning_levels": [
2464        "low",
2465        "medium",
2466        "high"
2467      ],
2468      "default_reasoning_effort": "medium",
2469      "supports_attachments": true,
2470      "options": {}
2471    },
2472    {
2473      "id": "openai/o4-mini",
2474      "name": "OpenAI: o4 Mini",
2475      "cost_per_1m_in": 1.1,
2476      "cost_per_1m_out": 4.4,
2477      "cost_per_1m_in_cached": 0,
2478      "cost_per_1m_out_cached": 0.275,
2479      "context_window": 200000,
2480      "default_max_tokens": 50000,
2481      "can_reason": true,
2482      "reasoning_levels": [
2483        "low",
2484        "medium",
2485        "high"
2486      ],
2487      "default_reasoning_effort": "medium",
2488      "supports_attachments": true,
2489      "options": {}
2490    },
2491    {
2492      "id": "openai/o4-mini-deep-research",
2493      "name": "OpenAI: o4 Mini Deep Research",
2494      "cost_per_1m_in": 2,
2495      "cost_per_1m_out": 8,
2496      "cost_per_1m_in_cached": 0,
2497      "cost_per_1m_out_cached": 0.5,
2498      "context_window": 200000,
2499      "default_max_tokens": 50000,
2500      "can_reason": true,
2501      "reasoning_levels": [
2502        "low",
2503        "medium",
2504        "high"
2505      ],
2506      "default_reasoning_effort": "medium",
2507      "supports_attachments": true,
2508      "options": {}
2509    },
2510    {
2511      "id": "openai/o4-mini-high",
2512      "name": "OpenAI: o4 Mini High",
2513      "cost_per_1m_in": 1.1,
2514      "cost_per_1m_out": 4.4,
2515      "cost_per_1m_in_cached": 0,
2516      "cost_per_1m_out_cached": 0.275,
2517      "context_window": 200000,
2518      "default_max_tokens": 50000,
2519      "can_reason": true,
2520      "reasoning_levels": [
2521        "low",
2522        "medium",
2523        "high"
2524      ],
2525      "default_reasoning_effort": "medium",
2526      "supports_attachments": true,
2527      "options": {}
2528    },
2529    {
2530      "id": "prime-intellect/intellect-3",
2531      "name": "Prime Intellect: INTELLECT-3",
2532      "cost_per_1m_in": 0.2,
2533      "cost_per_1m_out": 1.1,
2534      "cost_per_1m_in_cached": 0,
2535      "cost_per_1m_out_cached": 0,
2536      "context_window": 131072,
2537      "default_max_tokens": 65536,
2538      "can_reason": true,
2539      "reasoning_levels": [
2540        "low",
2541        "medium",
2542        "high"
2543      ],
2544      "default_reasoning_effort": "medium",
2545      "supports_attachments": false,
2546      "options": {}
2547    },
2548    {
2549      "id": "qwen/qwen-2.5-72b-instruct",
2550      "name": "Qwen2.5 72B Instruct",
2551      "cost_per_1m_in": 0.12,
2552      "cost_per_1m_out": 0.39,
2553      "cost_per_1m_in_cached": 0,
2554      "cost_per_1m_out_cached": 0,
2555      "context_window": 32768,
2556      "default_max_tokens": 8192,
2557      "can_reason": false,
2558      "supports_attachments": false,
2559      "options": {}
2560    },
2561    {
2562      "id": "qwen/qwq-32b",
2563      "name": "Qwen: QwQ 32B",
2564      "cost_per_1m_in": 0.15,
2565      "cost_per_1m_out": 0.58,
2566      "cost_per_1m_in_cached": 0,
2567      "cost_per_1m_out_cached": 0,
2568      "context_window": 131072,
2569      "default_max_tokens": 65536,
2570      "can_reason": true,
2571      "reasoning_levels": [
2572        "low",
2573        "medium",
2574        "high"
2575      ],
2576      "default_reasoning_effort": "medium",
2577      "supports_attachments": false,
2578      "options": {}
2579    },
2580    {
2581      "id": "qwen/qwen-plus-2025-07-28",
2582      "name": "Qwen: Qwen Plus 0728",
2583      "cost_per_1m_in": 0.26,
2584      "cost_per_1m_out": 0.78,
2585      "cost_per_1m_in_cached": 0,
2586      "cost_per_1m_out_cached": 0,
2587      "context_window": 1000000,
2588      "default_max_tokens": 16384,
2589      "can_reason": false,
2590      "supports_attachments": false,
2591      "options": {}
2592    },
2593    {
2594      "id": "qwen/qwen-plus-2025-07-28:thinking",
2595      "name": "Qwen: Qwen Plus 0728 (thinking)",
2596      "cost_per_1m_in": 0.26,
2597      "cost_per_1m_out": 0.78,
2598      "cost_per_1m_in_cached": 0,
2599      "cost_per_1m_out_cached": 0,
2600      "context_window": 1000000,
2601      "default_max_tokens": 16384,
2602      "can_reason": true,
2603      "reasoning_levels": [
2604        "low",
2605        "medium",
2606        "high"
2607      ],
2608      "default_reasoning_effort": "medium",
2609      "supports_attachments": false,
2610      "options": {}
2611    },
2612    {
2613      "id": "qwen/qwen-vl-max",
2614      "name": "Qwen: Qwen VL Max",
2615      "cost_per_1m_in": 0.52,
2616      "cost_per_1m_out": 2.08,
2617      "cost_per_1m_in_cached": 0,
2618      "cost_per_1m_out_cached": 0,
2619      "context_window": 131072,
2620      "default_max_tokens": 16384,
2621      "can_reason": false,
2622      "supports_attachments": true,
2623      "options": {}
2624    },
2625    {
2626      "id": "qwen/qwen-max",
2627      "name": "Qwen: Qwen-Max ",
2628      "cost_per_1m_in": 1.04,
2629      "cost_per_1m_out": 4.16,
2630      "cost_per_1m_in_cached": 0,
2631      "cost_per_1m_out_cached": 0.208,
2632      "context_window": 32768,
2633      "default_max_tokens": 4096,
2634      "can_reason": false,
2635      "supports_attachments": false,
2636      "options": {}
2637    },
2638    {
2639      "id": "qwen/qwen-plus",
2640      "name": "Qwen: Qwen-Plus",
2641      "cost_per_1m_in": 0.26,
2642      "cost_per_1m_out": 0.78,
2643      "cost_per_1m_in_cached": 0,
2644      "cost_per_1m_out_cached": 0.052,
2645      "context_window": 1000000,
2646      "default_max_tokens": 16384,
2647      "can_reason": false,
2648      "supports_attachments": false,
2649      "options": {}
2650    },
2651    {
2652      "id": "qwen/qwen-turbo",
2653      "name": "Qwen: Qwen-Turbo",
2654      "cost_per_1m_in": 0.0325,
2655      "cost_per_1m_out": 0.13,
2656      "cost_per_1m_in_cached": 0,
2657      "cost_per_1m_out_cached": 0.0065,
2658      "context_window": 131072,
2659      "default_max_tokens": 4096,
2660      "can_reason": false,
2661      "supports_attachments": false,
2662      "options": {}
2663    },
2664    {
2665      "id": "qwen/qwen-2.5-7b-instruct",
2666      "name": "Qwen: Qwen2.5 7B Instruct",
2667      "cost_per_1m_in": 0.04,
2668      "cost_per_1m_out": 0.1,
2669      "cost_per_1m_in_cached": 0,
2670      "cost_per_1m_out_cached": 0.04,
2671      "context_window": 32768,
2672      "default_max_tokens": 4096,
2673      "can_reason": false,
2674      "supports_attachments": false,
2675      "options": {}
2676    },
2677    {
2678      "id": "qwen/qwen3-14b",
2679      "name": "Qwen: Qwen3 14B",
2680      "cost_per_1m_in": 0.2275,
2681      "cost_per_1m_out": 0.91,
2682      "cost_per_1m_in_cached": 0,
2683      "cost_per_1m_out_cached": 0,
2684      "context_window": 131072,
2685      "default_max_tokens": 4096,
2686      "can_reason": true,
2687      "reasoning_levels": [
2688        "low",
2689        "medium",
2690        "high"
2691      ],
2692      "default_reasoning_effort": "medium",
2693      "supports_attachments": false,
2694      "options": {}
2695    },
2696    {
2697      "id": "qwen/qwen3-235b-a22b",
2698      "name": "Qwen: Qwen3 235B A22B",
2699      "cost_per_1m_in": 0.455,
2700      "cost_per_1m_out": 1.82,
2701      "cost_per_1m_in_cached": 0,
2702      "cost_per_1m_out_cached": 0,
2703      "context_window": 131072,
2704      "default_max_tokens": 4096,
2705      "can_reason": true,
2706      "reasoning_levels": [
2707        "low",
2708        "medium",
2709        "high"
2710      ],
2711      "default_reasoning_effort": "medium",
2712      "supports_attachments": false,
2713      "options": {}
2714    },
2715    {
2716      "id": "qwen/qwen3-235b-a22b-2507",
2717      "name": "Qwen: Qwen3 235B A22B Instruct 2507",
2718      "cost_per_1m_in": 0.1,
2719      "cost_per_1m_out": 0.1,
2720      "cost_per_1m_in_cached": 0,
2721      "cost_per_1m_out_cached": 0,
2722      "context_window": 262144,
2723      "default_max_tokens": 131072,
2724      "can_reason": false,
2725      "supports_attachments": false,
2726      "options": {}
2727    },
2728    {
2729      "id": "qwen/qwen3-235b-a22b-thinking-2507",
2730      "name": "Qwen: Qwen3 235B A22B Thinking 2507",
2731      "cost_per_1m_in": 0.1495,
2732      "cost_per_1m_out": 1.495,
2733      "cost_per_1m_in_cached": 0,
2734      "cost_per_1m_out_cached": 0,
2735      "context_window": 131072,
2736      "default_max_tokens": 13107,
2737      "can_reason": true,
2738      "reasoning_levels": [
2739        "low",
2740        "medium",
2741        "high"
2742      ],
2743      "default_reasoning_effort": "medium",
2744      "supports_attachments": false,
2745      "options": {}
2746    },
2747    {
2748      "id": "qwen/qwen3-30b-a3b",
2749      "name": "Qwen: Qwen3 30B A3B",
2750      "cost_per_1m_in": 0.13,
2751      "cost_per_1m_out": 0.52,
2752      "cost_per_1m_in_cached": 0,
2753      "cost_per_1m_out_cached": 0,
2754      "context_window": 131072,
2755      "default_max_tokens": 4096,
2756      "can_reason": true,
2757      "reasoning_levels": [
2758        "low",
2759        "medium",
2760        "high"
2761      ],
2762      "default_reasoning_effort": "medium",
2763      "supports_attachments": false,
2764      "options": {}
2765    },
2766    {
2767      "id": "qwen/qwen3-30b-a3b-instruct-2507",
2768      "name": "Qwen: Qwen3 30B A3B Instruct 2507",
2769      "cost_per_1m_in": 0.1,
2770      "cost_per_1m_out": 0.3,
2771      "cost_per_1m_in_cached": 0,
2772      "cost_per_1m_out_cached": 0,
2773      "context_window": 262144,
2774      "default_max_tokens": 131072,
2775      "can_reason": false,
2776      "supports_attachments": false,
2777      "options": {}
2778    },
2779    {
2780      "id": "qwen/qwen3-30b-a3b-thinking-2507",
2781      "name": "Qwen: Qwen3 30B A3B Thinking 2507",
2782      "cost_per_1m_in": 0.08,
2783      "cost_per_1m_out": 0.4,
2784      "cost_per_1m_in_cached": 0,
2785      "cost_per_1m_out_cached": 0.08,
2786      "context_window": 131072,
2787      "default_max_tokens": 65536,
2788      "can_reason": true,
2789      "reasoning_levels": [
2790        "low",
2791        "medium",
2792        "high"
2793      ],
2794      "default_reasoning_effort": "medium",
2795      "supports_attachments": false,
2796      "options": {}
2797    },
2798    {
2799      "id": "qwen/qwen3-32b",
2800      "name": "Qwen: Qwen3 32B",
2801      "cost_per_1m_in": 0.104,
2802      "cost_per_1m_out": 0.416,
2803      "cost_per_1m_in_cached": 0,
2804      "cost_per_1m_out_cached": 0,
2805      "context_window": 131072,
2806      "default_max_tokens": 4096,
2807      "can_reason": true,
2808      "reasoning_levels": [
2809        "low",
2810        "medium",
2811        "high"
2812      ],
2813      "default_reasoning_effort": "medium",
2814      "supports_attachments": false,
2815      "options": {}
2816    },
2817    {
2818      "id": "qwen/qwen3-8b",
2819      "name": "Qwen: Qwen3 8B",
2820      "cost_per_1m_in": 0.117,
2821      "cost_per_1m_out": 0.455,
2822      "cost_per_1m_in_cached": 0,
2823      "cost_per_1m_out_cached": 0,
2824      "context_window": 131072,
2825      "default_max_tokens": 4096,
2826      "can_reason": true,
2827      "reasoning_levels": [
2828        "low",
2829        "medium",
2830        "high"
2831      ],
2832      "default_reasoning_effort": "medium",
2833      "supports_attachments": false,
2834      "options": {}
2835    },
2836    {
2837      "id": "qwen/qwen3-coder-30b-a3b-instruct",
2838      "name": "Qwen: Qwen3 Coder 30B A3B Instruct",
2839      "cost_per_1m_in": 0.07,
2840      "cost_per_1m_out": 0.27,
2841      "cost_per_1m_in_cached": 0,
2842      "cost_per_1m_out_cached": 0,
2843      "context_window": 160000,
2844      "default_max_tokens": 16384,
2845      "can_reason": false,
2846      "supports_attachments": false,
2847      "options": {}
2848    },
2849    {
2850      "id": "qwen/qwen3-coder",
2851      "name": "Qwen: Qwen3 Coder 480B A35B",
2852      "cost_per_1m_in": 0.22,
2853      "cost_per_1m_out": 1.8,
2854      "cost_per_1m_in_cached": 0,
2855      "cost_per_1m_out_cached": 0,
2856      "context_window": 262144,
2857      "default_max_tokens": 32768,
2858      "can_reason": false,
2859      "supports_attachments": false,
2860      "options": {}
2861    },
2862    {
2863      "id": "qwen/qwen3-coder:free",
2864      "name": "Qwen: Qwen3 Coder 480B A35B (free)",
2865      "cost_per_1m_in": 0,
2866      "cost_per_1m_out": 0,
2867      "cost_per_1m_in_cached": 0,
2868      "cost_per_1m_out_cached": 0,
2869      "context_window": 262000,
2870      "default_max_tokens": 131000,
2871      "can_reason": false,
2872      "supports_attachments": false,
2873      "options": {}
2874    },
2875    {
2876      "id": "qwen/qwen3-coder-flash",
2877      "name": "Qwen: Qwen3 Coder Flash",
2878      "cost_per_1m_in": 0.195,
2879      "cost_per_1m_out": 0.975,
2880      "cost_per_1m_in_cached": 0,
2881      "cost_per_1m_out_cached": 0.039,
2882      "context_window": 1000000,
2883      "default_max_tokens": 32768,
2884      "can_reason": false,
2885      "supports_attachments": false,
2886      "options": {}
2887    },
2888    {
2889      "id": "qwen/qwen3-coder-next",
2890      "name": "Qwen: Qwen3 Coder Next",
2891      "cost_per_1m_in": 0.12,
2892      "cost_per_1m_out": 0.75,
2893      "cost_per_1m_in_cached": 0,
2894      "cost_per_1m_out_cached": 0.06,
2895      "context_window": 262144,
2896      "default_max_tokens": 32768,
2897      "can_reason": false,
2898      "supports_attachments": false,
2899      "options": {}
2900    },
2901    {
2902      "id": "qwen/qwen3-coder-plus",
2903      "name": "Qwen: Qwen3 Coder Plus",
2904      "cost_per_1m_in": 0.65,
2905      "cost_per_1m_out": 3.25,
2906      "cost_per_1m_in_cached": 0,
2907      "cost_per_1m_out_cached": 0.13,
2908      "context_window": 1000000,
2909      "default_max_tokens": 32768,
2910      "can_reason": false,
2911      "supports_attachments": false,
2912      "options": {}
2913    },
2914    {
2915      "id": "qwen/qwen3-max",
2916      "name": "Qwen: Qwen3 Max",
2917      "cost_per_1m_in": 0.78,
2918      "cost_per_1m_out": 3.9,
2919      "cost_per_1m_in_cached": 0,
2920      "cost_per_1m_out_cached": 0.156,
2921      "context_window": 262144,
2922      "default_max_tokens": 16384,
2923      "can_reason": false,
2924      "supports_attachments": false,
2925      "options": {}
2926    },
2927    {
2928      "id": "qwen/qwen3-max-thinking",
2929      "name": "Qwen: Qwen3 Max Thinking",
2930      "cost_per_1m_in": 0.78,
2931      "cost_per_1m_out": 3.9,
2932      "cost_per_1m_in_cached": 0,
2933      "cost_per_1m_out_cached": 0,
2934      "context_window": 262144,
2935      "default_max_tokens": 16384,
2936      "can_reason": true,
2937      "reasoning_levels": [
2938        "low",
2939        "medium",
2940        "high"
2941      ],
2942      "default_reasoning_effort": "medium",
2943      "supports_attachments": false,
2944      "options": {}
2945    },
2946    {
2947      "id": "qwen/qwen3-next-80b-a3b-instruct",
2948      "name": "Qwen: Qwen3 Next 80B A3B Instruct",
2949      "cost_per_1m_in": 0.09,
2950      "cost_per_1m_out": 1.1,
2951      "cost_per_1m_in_cached": 0,
2952      "cost_per_1m_out_cached": 0,
2953      "context_window": 262144,
2954      "default_max_tokens": 26214,
2955      "can_reason": false,
2956      "supports_attachments": false,
2957      "options": {}
2958    },
2959    {
2960      "id": "qwen/qwen3-next-80b-a3b-instruct:free",
2961      "name": "Qwen: Qwen3 Next 80B A3B Instruct (free)",
2962      "cost_per_1m_in": 0,
2963      "cost_per_1m_out": 0,
2964      "cost_per_1m_in_cached": 0,
2965      "cost_per_1m_out_cached": 0,
2966      "context_window": 262144,
2967      "default_max_tokens": 26214,
2968      "can_reason": false,
2969      "supports_attachments": false,
2970      "options": {}
2971    },
2972    {
2973      "id": "qwen/qwen3-next-80b-a3b-thinking",
2974      "name": "Qwen: Qwen3 Next 80B A3B Thinking",
2975      "cost_per_1m_in": 0.15,
2976      "cost_per_1m_out": 1.2,
2977      "cost_per_1m_in_cached": 0,
2978      "cost_per_1m_out_cached": 0,
2979      "context_window": 262144,
2980      "default_max_tokens": 131072,
2981      "can_reason": true,
2982      "reasoning_levels": [
2983        "low",
2984        "medium",
2985        "high"
2986      ],
2987      "default_reasoning_effort": "medium",
2988      "supports_attachments": false,
2989      "options": {}
2990    },
2991    {
2992      "id": "qwen/qwen3-vl-235b-a22b-instruct",
2993      "name": "Qwen: Qwen3 VL 235B A22B Instruct",
2994      "cost_per_1m_in": 0.26,
2995      "cost_per_1m_out": 1.04,
2996      "cost_per_1m_in_cached": 0,
2997      "cost_per_1m_out_cached": 0,
2998      "context_window": 131072,
2999      "default_max_tokens": 16384,
3000      "can_reason": false,
3001      "supports_attachments": true,
3002      "options": {}
3003    },
3004    {
3005      "id": "qwen/qwen3-vl-235b-a22b-thinking",
3006      "name": "Qwen: Qwen3 VL 235B A22B Thinking",
3007      "cost_per_1m_in": 0.26,
3008      "cost_per_1m_out": 2.6,
3009      "cost_per_1m_in_cached": 0,
3010      "cost_per_1m_out_cached": 0,
3011      "context_window": 131072,
3012      "default_max_tokens": 16384,
3013      "can_reason": true,
3014      "reasoning_levels": [
3015        "low",
3016        "medium",
3017        "high"
3018      ],
3019      "default_reasoning_effort": "medium",
3020      "supports_attachments": true,
3021      "options": {}
3022    },
3023    {
3024      "id": "qwen/qwen3-vl-30b-a3b-instruct",
3025      "name": "Qwen: Qwen3 VL 30B A3B Instruct",
3026      "cost_per_1m_in": 0.13,
3027      "cost_per_1m_out": 0.52,
3028      "cost_per_1m_in_cached": 0,
3029      "cost_per_1m_out_cached": 0,
3030      "context_window": 131072,
3031      "default_max_tokens": 16384,
3032      "can_reason": false,
3033      "supports_attachments": true,
3034      "options": {}
3035    },
3036    {
3037      "id": "qwen/qwen3-vl-30b-a3b-thinking",
3038      "name": "Qwen: Qwen3 VL 30B A3B Thinking",
3039      "cost_per_1m_in": 0.2,
3040      "cost_per_1m_out": 1,
3041      "cost_per_1m_in_cached": 0,
3042      "cost_per_1m_out_cached": 0,
3043      "context_window": 131072,
3044      "default_max_tokens": 16384,
3045      "can_reason": true,
3046      "reasoning_levels": [
3047        "low",
3048        "medium",
3049        "high"
3050      ],
3051      "default_reasoning_effort": "medium",
3052      "supports_attachments": true,
3053      "options": {}
3054    },
3055    {
3056      "id": "qwen/qwen3-vl-32b-instruct",
3057      "name": "Qwen: Qwen3 VL 32B Instruct",
3058      "cost_per_1m_in": 0.104,
3059      "cost_per_1m_out": 0.416,
3060      "cost_per_1m_in_cached": 0,
3061      "cost_per_1m_out_cached": 0,
3062      "context_window": 131072,
3063      "default_max_tokens": 16384,
3064      "can_reason": false,
3065      "supports_attachments": true,
3066      "options": {}
3067    },
3068    {
3069      "id": "qwen/qwen3-vl-8b-instruct",
3070      "name": "Qwen: Qwen3 VL 8B Instruct",
3071      "cost_per_1m_in": 0.25,
3072      "cost_per_1m_out": 0.75,
3073      "cost_per_1m_in_cached": 0,
3074      "cost_per_1m_out_cached": 0,
3075      "context_window": 262144,
3076      "default_max_tokens": 131072,
3077      "can_reason": false,
3078      "supports_attachments": true,
3079      "options": {}
3080    },
3081    {
3082      "id": "qwen/qwen3-vl-8b-thinking",
3083      "name": "Qwen: Qwen3 VL 8B Thinking",
3084      "cost_per_1m_in": 0.117,
3085      "cost_per_1m_out": 1.365,
3086      "cost_per_1m_in_cached": 0,
3087      "cost_per_1m_out_cached": 0,
3088      "context_window": 131072,
3089      "default_max_tokens": 16384,
3090      "can_reason": true,
3091      "reasoning_levels": [
3092        "low",
3093        "medium",
3094        "high"
3095      ],
3096      "default_reasoning_effort": "medium",
3097      "supports_attachments": true,
3098      "options": {}
3099    },
3100    {
3101      "id": "qwen/qwen3.5-397b-a17b",
3102      "name": "Qwen: Qwen3.5 397B A17B",
3103      "cost_per_1m_in": 0.6,
3104      "cost_per_1m_out": 3.6,
3105      "cost_per_1m_in_cached": 0,
3106      "cost_per_1m_out_cached": 0,
3107      "context_window": 262144,
3108      "default_max_tokens": 131072,
3109      "can_reason": true,
3110      "reasoning_levels": [
3111        "low",
3112        "medium",
3113        "high"
3114      ],
3115      "default_reasoning_effort": "medium",
3116      "supports_attachments": true,
3117      "options": {}
3118    },
3119    {
3120      "id": "qwen/qwen3.5-plus-02-15",
3121      "name": "Qwen: Qwen3.5 Plus 2026-02-15",
3122      "cost_per_1m_in": 0.26,
3123      "cost_per_1m_out": 1.56,
3124      "cost_per_1m_in_cached": 0,
3125      "cost_per_1m_out_cached": 0,
3126      "context_window": 1000000,
3127      "default_max_tokens": 32768,
3128      "can_reason": true,
3129      "reasoning_levels": [
3130        "low",
3131        "medium",
3132        "high"
3133      ],
3134      "default_reasoning_effort": "medium",
3135      "supports_attachments": true,
3136      "options": {}
3137    },
3138    {
3139      "id": "qwen/qwen3.5-122b-a10b",
3140      "name": "Qwen: Qwen3.5-122B-A10B",
3141      "cost_per_1m_in": 0.3,
3142      "cost_per_1m_out": 2.4,
3143      "cost_per_1m_in_cached": 0,
3144      "cost_per_1m_out_cached": 0.3,
3145      "context_window": 262144,
3146      "default_max_tokens": 32768,
3147      "can_reason": true,
3148      "reasoning_levels": [
3149        "low",
3150        "medium",
3151        "high"
3152      ],
3153      "default_reasoning_effort": "medium",
3154      "supports_attachments": true,
3155      "options": {}
3156    },
3157    {
3158      "id": "qwen/qwen3.5-27b",
3159      "name": "Qwen: Qwen3.5-27B",
3160      "cost_per_1m_in": 0.27,
3161      "cost_per_1m_out": 2.16,
3162      "cost_per_1m_in_cached": 0,
3163      "cost_per_1m_out_cached": 0.27,
3164      "context_window": 262144,
3165      "default_max_tokens": 32768,
3166      "can_reason": true,
3167      "reasoning_levels": [
3168        "low",
3169        "medium",
3170        "high"
3171      ],
3172      "default_reasoning_effort": "medium",
3173      "supports_attachments": true,
3174      "options": {}
3175    },
3176    {
3177      "id": "qwen/qwen3.5-35b-a3b",
3178      "name": "Qwen: Qwen3.5-35B-A3B",
3179      "cost_per_1m_in": 0.25,
3180      "cost_per_1m_out": 1,
3181      "cost_per_1m_in_cached": 0,
3182      "cost_per_1m_out_cached": 0,
3183      "context_window": 262144,
3184      "default_max_tokens": 131072,
3185      "can_reason": true,
3186      "reasoning_levels": [
3187        "low",
3188        "medium",
3189        "high"
3190      ],
3191      "default_reasoning_effort": "medium",
3192      "supports_attachments": true,
3193      "options": {}
3194    },
3195    {
3196      "id": "qwen/qwen3.5-9b",
3197      "name": "Qwen: Qwen3.5-9B",
3198      "cost_per_1m_in": 0.1,
3199      "cost_per_1m_out": 0.15,
3200      "cost_per_1m_in_cached": 0,
3201      "cost_per_1m_out_cached": 0,
3202      "context_window": 262144,
3203      "default_max_tokens": 26214,
3204      "can_reason": true,
3205      "reasoning_levels": [
3206        "low",
3207        "medium",
3208        "high"
3209      ],
3210      "default_reasoning_effort": "medium",
3211      "supports_attachments": true,
3212      "options": {}
3213    },
3214    {
3215      "id": "qwen/qwen3.5-flash-02-23",
3216      "name": "Qwen: Qwen3.5-Flash",
3217      "cost_per_1m_in": 0.065,
3218      "cost_per_1m_out": 0.26,
3219      "cost_per_1m_in_cached": 0,
3220      "cost_per_1m_out_cached": 0,
3221      "context_window": 1000000,
3222      "default_max_tokens": 32768,
3223      "can_reason": true,
3224      "reasoning_levels": [
3225        "low",
3226        "medium",
3227        "high"
3228      ],
3229      "default_reasoning_effort": "medium",
3230      "supports_attachments": true,
3231      "options": {}
3232    },
3233    {
3234      "id": "qwen/qwen3.6-plus-preview:free",
3235      "name": "Qwen: Qwen3.6 Plus Preview (free)",
3236      "cost_per_1m_in": 0,
3237      "cost_per_1m_out": 0,
3238      "cost_per_1m_in_cached": 0,
3239      "cost_per_1m_out_cached": 0,
3240      "context_window": 1000000,
3241      "default_max_tokens": 32768,
3242      "can_reason": true,
3243      "reasoning_levels": [
3244        "low",
3245        "medium",
3246        "high"
3247      ],
3248      "default_reasoning_effort": "medium",
3249      "supports_attachments": false,
3250      "options": {}
3251    },
3252    {
3253      "id": "relace/relace-search",
3254      "name": "Relace: Relace Search",
3255      "cost_per_1m_in": 1,
3256      "cost_per_1m_out": 3,
3257      "cost_per_1m_in_cached": 0,
3258      "cost_per_1m_out_cached": 0,
3259      "context_window": 256000,
3260      "default_max_tokens": 64000,
3261      "can_reason": false,
3262      "supports_attachments": false,
3263      "options": {}
3264    },
3265    {
3266      "id": "stepfun/step-3.5-flash",
3267      "name": "StepFun: Step 3.5 Flash",
3268      "cost_per_1m_in": 0.1,
3269      "cost_per_1m_out": 0.3,
3270      "cost_per_1m_in_cached": 0,
3271      "cost_per_1m_out_cached": 0.02,
3272      "context_window": 256000,
3273      "default_max_tokens": 128000,
3274      "can_reason": true,
3275      "reasoning_levels": [
3276        "low",
3277        "medium",
3278        "high"
3279      ],
3280      "default_reasoning_effort": "medium",
3281      "supports_attachments": false,
3282      "options": {}
3283    },
3284    {
3285      "id": "stepfun/step-3.5-flash:free",
3286      "name": "StepFun: Step 3.5 Flash (free)",
3287      "cost_per_1m_in": 0,
3288      "cost_per_1m_out": 0,
3289      "cost_per_1m_in_cached": 0,
3290      "cost_per_1m_out_cached": 0,
3291      "context_window": 256000,
3292      "default_max_tokens": 128000,
3293      "can_reason": true,
3294      "reasoning_levels": [
3295        "low",
3296        "medium",
3297        "high"
3298      ],
3299      "default_reasoning_effort": "medium",
3300      "supports_attachments": false,
3301      "options": {}
3302    },
3303    {
3304      "id": "tngtech/deepseek-r1t2-chimera",
3305      "name": "TNG: DeepSeek R1T2 Chimera",
3306      "cost_per_1m_in": 0.3,
3307      "cost_per_1m_out": 1.1,
3308      "cost_per_1m_in_cached": 0,
3309      "cost_per_1m_out_cached": 0.15,
3310      "context_window": 163840,
3311      "default_max_tokens": 81920,
3312      "can_reason": true,
3313      "reasoning_levels": [
3314        "low",
3315        "medium",
3316        "high"
3317      ],
3318      "default_reasoning_effort": "medium",
3319      "supports_attachments": false,
3320      "options": {}
3321    },
3322    {
3323      "id": "thedrummer/rocinante-12b",
3324      "name": "TheDrummer: Rocinante 12B",
3325      "cost_per_1m_in": 0.17,
3326      "cost_per_1m_out": 0.43,
3327      "cost_per_1m_in_cached": 0,
3328      "cost_per_1m_out_cached": 0,
3329      "context_window": 32768,
3330      "default_max_tokens": 16384,
3331      "can_reason": false,
3332      "supports_attachments": false,
3333      "options": {}
3334    },
3335    {
3336      "id": "thedrummer/unslopnemo-12b",
3337      "name": "TheDrummer: UnslopNemo 12B",
3338      "cost_per_1m_in": 0.4,
3339      "cost_per_1m_out": 0.4,
3340      "cost_per_1m_in_cached": 0,
3341      "cost_per_1m_out_cached": 0,
3342      "context_window": 32768,
3343      "default_max_tokens": 16384,
3344      "can_reason": false,
3345      "supports_attachments": false,
3346      "options": {}
3347    },
3348    {
3349      "id": "alibaba/tongyi-deepresearch-30b-a3b",
3350      "name": "Tongyi DeepResearch 30B A3B",
3351      "cost_per_1m_in": 0.09,
3352      "cost_per_1m_out": 0.45,
3353      "cost_per_1m_in_cached": 0,
3354      "cost_per_1m_out_cached": 0.09,
3355      "context_window": 131072,
3356      "default_max_tokens": 65536,
3357      "can_reason": true,
3358      "reasoning_levels": [
3359        "low",
3360        "medium",
3361        "high"
3362      ],
3363      "default_reasoning_effort": "medium",
3364      "supports_attachments": false,
3365      "options": {}
3366    },
3367    {
3368      "id": "upstage/solar-pro-3",
3369      "name": "Upstage: Solar Pro 3",
3370      "cost_per_1m_in": 0.15,
3371      "cost_per_1m_out": 0.6,
3372      "cost_per_1m_in_cached": 0,
3373      "cost_per_1m_out_cached": 0.015,
3374      "context_window": 128000,
3375      "default_max_tokens": 12800,
3376      "can_reason": true,
3377      "reasoning_levels": [
3378        "low",
3379        "medium",
3380        "high"
3381      ],
3382      "default_reasoning_effort": "medium",
3383      "supports_attachments": false,
3384      "options": {}
3385    },
3386    {
3387      "id": "xiaomi/mimo-v2-flash",
3388      "name": "Xiaomi: MiMo-V2-Flash",
3389      "cost_per_1m_in": 0.1,
3390      "cost_per_1m_out": 0.3,
3391      "cost_per_1m_in_cached": 0,
3392      "cost_per_1m_out_cached": 0.01,
3393      "context_window": 262144,
3394      "default_max_tokens": 32768,
3395      "can_reason": true,
3396      "reasoning_levels": [
3397        "low",
3398        "medium",
3399        "high"
3400      ],
3401      "default_reasoning_effort": "medium",
3402      "supports_attachments": false,
3403      "options": {}
3404    },
3405    {
3406      "id": "xiaomi/mimo-v2-omni",
3407      "name": "Xiaomi: MiMo-V2-Omni",
3408      "cost_per_1m_in": 0.4,
3409      "cost_per_1m_out": 2,
3410      "cost_per_1m_in_cached": 0,
3411      "cost_per_1m_out_cached": 0.08,
3412      "context_window": 262144,
3413      "default_max_tokens": 32768,
3414      "can_reason": true,
3415      "reasoning_levels": [
3416        "low",
3417        "medium",
3418        "high"
3419      ],
3420      "default_reasoning_effort": "medium",
3421      "supports_attachments": true,
3422      "options": {}
3423    },
3424    {
3425      "id": "xiaomi/mimo-v2-pro",
3426      "name": "Xiaomi: MiMo-V2-Pro",
3427      "cost_per_1m_in": 1,
3428      "cost_per_1m_out": 3,
3429      "cost_per_1m_in_cached": 0,
3430      "cost_per_1m_out_cached": 0.2,
3431      "context_window": 1048576,
3432      "default_max_tokens": 65536,
3433      "can_reason": true,
3434      "reasoning_levels": [
3435        "low",
3436        "medium",
3437        "high"
3438      ],
3439      "default_reasoning_effort": "medium",
3440      "supports_attachments": false,
3441      "options": {}
3442    },
3443    {
3444      "id": "z-ai/glm-4-32b",
3445      "name": "Z.ai: GLM 4 32B ",
3446      "cost_per_1m_in": 0.1,
3447      "cost_per_1m_out": 0.1,
3448      "cost_per_1m_in_cached": 0,
3449      "cost_per_1m_out_cached": 0,
3450      "context_window": 128000,
3451      "default_max_tokens": 12800,
3452      "can_reason": false,
3453      "supports_attachments": false,
3454      "options": {}
3455    },
3456    {
3457      "id": "z-ai/glm-4.5",
3458      "name": "Z.ai: GLM 4.5",
3459      "cost_per_1m_in": 0.6,
3460      "cost_per_1m_out": 2.2,
3461      "cost_per_1m_in_cached": 0,
3462      "cost_per_1m_out_cached": 0.11,
3463      "context_window": 131072,
3464      "default_max_tokens": 48000,
3465      "can_reason": true,
3466      "reasoning_levels": [
3467        "low",
3468        "medium",
3469        "high"
3470      ],
3471      "default_reasoning_effort": "medium",
3472      "supports_attachments": false,
3473      "options": {}
3474    },
3475    {
3476      "id": "z-ai/glm-4.5-air",
3477      "name": "Z.ai: GLM 4.5 Air",
3478      "cost_per_1m_in": 0.2,
3479      "cost_per_1m_out": 1.2,
3480      "cost_per_1m_in_cached": 0,
3481      "cost_per_1m_out_cached": 0,
3482      "context_window": 131072,
3483      "default_max_tokens": 13107,
3484      "can_reason": true,
3485      "reasoning_levels": [
3486        "low",
3487        "medium",
3488        "high"
3489      ],
3490      "default_reasoning_effort": "medium",
3491      "supports_attachments": false,
3492      "options": {}
3493    },
3494    {
3495      "id": "z-ai/glm-4.5-air:free",
3496      "name": "Z.ai: GLM 4.5 Air (free)",
3497      "cost_per_1m_in": 0,
3498      "cost_per_1m_out": 0,
3499      "cost_per_1m_in_cached": 0,
3500      "cost_per_1m_out_cached": 0,
3501      "context_window": 131072,
3502      "default_max_tokens": 48000,
3503      "can_reason": true,
3504      "reasoning_levels": [
3505        "low",
3506        "medium",
3507        "high"
3508      ],
3509      "default_reasoning_effort": "medium",
3510      "supports_attachments": false,
3511      "options": {}
3512    },
3513    {
3514      "id": "z-ai/glm-4.5v",
3515      "name": "Z.ai: GLM 4.5V",
3516      "cost_per_1m_in": 0.6,
3517      "cost_per_1m_out": 1.8,
3518      "cost_per_1m_in_cached": 0,
3519      "cost_per_1m_out_cached": 0.11,
3520      "context_window": 65536,
3521      "default_max_tokens": 8192,
3522      "can_reason": true,
3523      "reasoning_levels": [
3524        "low",
3525        "medium",
3526        "high"
3527      ],
3528      "default_reasoning_effort": "medium",
3529      "supports_attachments": true,
3530      "options": {}
3531    },
3532    {
3533      "id": "z-ai/glm-4.6",
3534      "name": "Z.ai: GLM 4.6",
3535      "cost_per_1m_in": 0.39,
3536      "cost_per_1m_out": 1.9,
3537      "cost_per_1m_in_cached": 0,
3538      "cost_per_1m_out_cached": 0,
3539      "context_window": 204800,
3540      "default_max_tokens": 102400,
3541      "can_reason": true,
3542      "reasoning_levels": [
3543        "low",
3544        "medium",
3545        "high"
3546      ],
3547      "default_reasoning_effort": "medium",
3548      "supports_attachments": false,
3549      "options": {}
3550    },
3551    {
3552      "id": "z-ai/glm-4.6v",
3553      "name": "Z.ai: GLM 4.6V",
3554      "cost_per_1m_in": 0.3,
3555      "cost_per_1m_out": 0.9,
3556      "cost_per_1m_in_cached": 0,
3557      "cost_per_1m_out_cached": 0,
3558      "context_window": 131072,
3559      "default_max_tokens": 65536,
3560      "can_reason": true,
3561      "reasoning_levels": [
3562        "low",
3563        "medium",
3564        "high"
3565      ],
3566      "default_reasoning_effort": "medium",
3567      "supports_attachments": true,
3568      "options": {}
3569    },
3570    {
3571      "id": "z-ai/glm-4.7",
3572      "name": "Z.ai: GLM 4.7",
3573      "cost_per_1m_in": 0.4,
3574      "cost_per_1m_out": 2,
3575      "cost_per_1m_in_cached": 0,
3576      "cost_per_1m_out_cached": 0,
3577      "context_window": 202752,
3578      "default_max_tokens": 20275,
3579      "can_reason": true,
3580      "reasoning_levels": [
3581        "low",
3582        "medium",
3583        "high"
3584      ],
3585      "default_reasoning_effort": "medium",
3586      "supports_attachments": false,
3587      "options": {}
3588    },
3589    {
3590      "id": "z-ai/glm-4.7-flash",
3591      "name": "Z.ai: GLM 4.7 Flash",
3592      "cost_per_1m_in": 0.1,
3593      "cost_per_1m_out": 0.43,
3594      "cost_per_1m_in_cached": 0,
3595      "cost_per_1m_out_cached": 0,
3596      "context_window": 202752,
3597      "default_max_tokens": 101376,
3598      "can_reason": true,
3599      "reasoning_levels": [
3600        "low",
3601        "medium",
3602        "high"
3603      ],
3604      "default_reasoning_effort": "medium",
3605      "supports_attachments": false,
3606      "options": {}
3607    },
3608    {
3609      "id": "z-ai/glm-5",
3610      "name": "Z.ai: GLM 5",
3611      "cost_per_1m_in": 1,
3612      "cost_per_1m_out": 3.2,
3613      "cost_per_1m_in_cached": 0,
3614      "cost_per_1m_out_cached": 0.2,
3615      "context_window": 202800,
3616      "default_max_tokens": 65536,
3617      "can_reason": true,
3618      "reasoning_levels": [
3619        "low",
3620        "medium",
3621        "high"
3622      ],
3623      "default_reasoning_effort": "medium",
3624      "supports_attachments": false,
3625      "options": {}
3626    },
3627    {
3628      "id": "z-ai/glm-5-turbo",
3629      "name": "Z.ai: GLM 5 Turbo",
3630      "cost_per_1m_in": 1.2,
3631      "cost_per_1m_out": 4,
3632      "cost_per_1m_in_cached": 0,
3633      "cost_per_1m_out_cached": 0.24,
3634      "context_window": 262144,
3635      "default_max_tokens": 65536,
3636      "can_reason": true,
3637      "reasoning_levels": [
3638        "low",
3639        "medium",
3640        "high"
3641      ],
3642      "default_reasoning_effort": "medium",
3643      "supports_attachments": false,
3644      "options": {}
3645    },
3646    {
3647      "id": "x-ai/grok-3",
3648      "name": "xAI: Grok 3",
3649      "cost_per_1m_in": 3,
3650      "cost_per_1m_out": 15,
3651      "cost_per_1m_in_cached": 0,
3652      "cost_per_1m_out_cached": 0.75,
3653      "context_window": 131072,
3654      "default_max_tokens": 13107,
3655      "can_reason": false,
3656      "supports_attachments": false,
3657      "options": {}
3658    },
3659    {
3660      "id": "x-ai/grok-3-beta",
3661      "name": "xAI: Grok 3 Beta",
3662      "cost_per_1m_in": 3,
3663      "cost_per_1m_out": 15,
3664      "cost_per_1m_in_cached": 0,
3665      "cost_per_1m_out_cached": 0.75,
3666      "context_window": 131072,
3667      "default_max_tokens": 13107,
3668      "can_reason": false,
3669      "supports_attachments": false,
3670      "options": {}
3671    },
3672    {
3673      "id": "x-ai/grok-3-mini",
3674      "name": "xAI: Grok 3 Mini",
3675      "cost_per_1m_in": 0.3,
3676      "cost_per_1m_out": 0.5,
3677      "cost_per_1m_in_cached": 0,
3678      "cost_per_1m_out_cached": 0.075,
3679      "context_window": 131072,
3680      "default_max_tokens": 13107,
3681      "can_reason": true,
3682      "reasoning_levels": [
3683        "low",
3684        "medium",
3685        "high"
3686      ],
3687      "default_reasoning_effort": "medium",
3688      "supports_attachments": false,
3689      "options": {}
3690    },
3691    {
3692      "id": "x-ai/grok-3-mini-beta",
3693      "name": "xAI: Grok 3 Mini Beta",
3694      "cost_per_1m_in": 0.3,
3695      "cost_per_1m_out": 0.5,
3696      "cost_per_1m_in_cached": 0,
3697      "cost_per_1m_out_cached": 0.075,
3698      "context_window": 131072,
3699      "default_max_tokens": 13107,
3700      "can_reason": true,
3701      "reasoning_levels": [
3702        "low",
3703        "medium",
3704        "high"
3705      ],
3706      "default_reasoning_effort": "medium",
3707      "supports_attachments": false,
3708      "options": {}
3709    },
3710    {
3711      "id": "x-ai/grok-4",
3712      "name": "xAI: Grok 4",
3713      "cost_per_1m_in": 3,
3714      "cost_per_1m_out": 15,
3715      "cost_per_1m_in_cached": 0,
3716      "cost_per_1m_out_cached": 0.75,
3717      "context_window": 256000,
3718      "default_max_tokens": 25600,
3719      "can_reason": true,
3720      "reasoning_levels": [
3721        "low",
3722        "medium",
3723        "high"
3724      ],
3725      "default_reasoning_effort": "medium",
3726      "supports_attachments": true,
3727      "options": {}
3728    },
3729    {
3730      "id": "x-ai/grok-4-fast",
3731      "name": "xAI: Grok 4 Fast",
3732      "cost_per_1m_in": 0.2,
3733      "cost_per_1m_out": 0.5,
3734      "cost_per_1m_in_cached": 0,
3735      "cost_per_1m_out_cached": 0.05,
3736      "context_window": 2000000,
3737      "default_max_tokens": 15000,
3738      "can_reason": true,
3739      "reasoning_levels": [
3740        "low",
3741        "medium",
3742        "high"
3743      ],
3744      "default_reasoning_effort": "medium",
3745      "supports_attachments": true,
3746      "options": {}
3747    },
3748    {
3749      "id": "x-ai/grok-4.1-fast",
3750      "name": "xAI: Grok 4.1 Fast",
3751      "cost_per_1m_in": 0.2,
3752      "cost_per_1m_out": 0.5,
3753      "cost_per_1m_in_cached": 0,
3754      "cost_per_1m_out_cached": 0.05,
3755      "context_window": 2000000,
3756      "default_max_tokens": 15000,
3757      "can_reason": true,
3758      "reasoning_levels": [
3759        "low",
3760        "medium",
3761        "high"
3762      ],
3763      "default_reasoning_effort": "medium",
3764      "supports_attachments": true,
3765      "options": {}
3766    },
3767    {
3768      "id": "x-ai/grok-4.20-beta",
3769      "name": "xAI: Grok 4.20 Beta",
3770      "cost_per_1m_in": 2,
3771      "cost_per_1m_out": 6,
3772      "cost_per_1m_in_cached": 0,
3773      "cost_per_1m_out_cached": 0.2,
3774      "context_window": 2000000,
3775      "default_max_tokens": 200000,
3776      "can_reason": true,
3777      "reasoning_levels": [
3778        "low",
3779        "medium",
3780        "high"
3781      ],
3782      "default_reasoning_effort": "medium",
3783      "supports_attachments": true,
3784      "options": {}
3785    },
3786    {
3787      "id": "x-ai/grok-code-fast-1",
3788      "name": "xAI: Grok Code Fast 1",
3789      "cost_per_1m_in": 0.2,
3790      "cost_per_1m_out": 1.5,
3791      "cost_per_1m_in_cached": 0,
3792      "cost_per_1m_out_cached": 0.02,
3793      "context_window": 256000,
3794      "default_max_tokens": 5000,
3795      "can_reason": true,
3796      "reasoning_levels": [
3797        "low",
3798        "medium",
3799        "high"
3800      ],
3801      "default_reasoning_effort": "medium",
3802      "supports_attachments": false,
3803      "options": {}
3804    }
3805  ],
3806  "default_headers": {
3807    "HTTP-Referer": "https://charm.land",
3808    "X-Title": "Crush"
3809  }
3810}