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