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