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