openrouter.json

   1{
   2  "name": "OpenRouter",
   3  "id": "openrouter",
   4  "api_key": "$OPENROUTER_API_KEY",
   5  "api_endpoint": "https://openrouter.ai/api/v1",
   6  "type": "openrouter",
   7  "default_large_model_id": "anthropic/claude-sonnet-4",
   8  "default_small_model_id": "anthropic/claude-3.5-haiku",
   9  "models": [
  10    {
  11      "id": "ai21/jamba-large-1.7",
  12      "name": "AI21: Jamba Large 1.7",
  13      "cost_per_1m_in": 2,
  14      "cost_per_1m_out": 8,
  15      "cost_per_1m_in_cached": 0,
  16      "cost_per_1m_out_cached": 0,
  17      "context_window": 256000,
  18      "default_max_tokens": 2048,
  19      "can_reason": false,
  20      "supports_attachments": false,
  21      "options": {}
  22    },
  23    {
  24      "id": "ai21/jamba-mini-1.7",
  25      "name": "AI21: Jamba Mini 1.7",
  26      "cost_per_1m_in": 0.19999999999999998,
  27      "cost_per_1m_out": 0.39999999999999997,
  28      "cost_per_1m_in_cached": 0,
  29      "cost_per_1m_out_cached": 0,
  30      "context_window": 256000,
  31      "default_max_tokens": 2048,
  32      "can_reason": false,
  33      "supports_attachments": false,
  34      "options": {}
  35    },
  36    {
  37      "id": "allenai/olmo-3.1-32b-instruct",
  38      "name": "AllenAI: Olmo 3.1 32B Instruct",
  39      "cost_per_1m_in": 0.19999999999999998,
  40      "cost_per_1m_out": 0.6,
  41      "cost_per_1m_in_cached": 0,
  42      "cost_per_1m_out_cached": 0,
  43      "context_window": 65536,
  44      "default_max_tokens": 6553,
  45      "can_reason": false,
  46      "supports_attachments": false,
  47      "options": {}
  48    },
  49    {
  50      "id": "amazon/nova-2-lite-v1",
  51      "name": "Amazon: Nova 2 Lite",
  52      "cost_per_1m_in": 0.3,
  53      "cost_per_1m_out": 2.5,
  54      "cost_per_1m_in_cached": 0,
  55      "cost_per_1m_out_cached": 0,
  56      "context_window": 1000000,
  57      "default_max_tokens": 32767,
  58      "can_reason": true,
  59      "reasoning_levels": [
  60        "low",
  61        "medium",
  62        "high"
  63      ],
  64      "default_reasoning_effort": "medium",
  65      "supports_attachments": true,
  66      "options": {}
  67    },
  68    {
  69      "id": "amazon/nova-lite-v1",
  70      "name": "Amazon: Nova Lite 1.0",
  71      "cost_per_1m_in": 0.06,
  72      "cost_per_1m_out": 0.24,
  73      "cost_per_1m_in_cached": 0,
  74      "cost_per_1m_out_cached": 0,
  75      "context_window": 300000,
  76      "default_max_tokens": 2560,
  77      "can_reason": false,
  78      "supports_attachments": true,
  79      "options": {}
  80    },
  81    {
  82      "id": "amazon/nova-micro-v1",
  83      "name": "Amazon: Nova Micro 1.0",
  84      "cost_per_1m_in": 0.035,
  85      "cost_per_1m_out": 0.14,
  86      "cost_per_1m_in_cached": 0,
  87      "cost_per_1m_out_cached": 0,
  88      "context_window": 128000,
  89      "default_max_tokens": 2560,
  90      "can_reason": false,
  91      "supports_attachments": false,
  92      "options": {}
  93    },
  94    {
  95      "id": "amazon/nova-premier-v1",
  96      "name": "Amazon: Nova Premier 1.0",
  97      "cost_per_1m_in": 2.5,
  98      "cost_per_1m_out": 12.5,
  99      "cost_per_1m_in_cached": 0,
 100      "cost_per_1m_out_cached": 0.625,
 101      "context_window": 1000000,
 102      "default_max_tokens": 16000,
 103      "can_reason": false,
 104      "supports_attachments": true,
 105      "options": {}
 106    },
 107    {
 108      "id": "amazon/nova-pro-v1",
 109      "name": "Amazon: Nova Pro 1.0",
 110      "cost_per_1m_in": 0.7999999999999999,
 111      "cost_per_1m_out": 3.1999999999999997,
 112      "cost_per_1m_in_cached": 0,
 113      "cost_per_1m_out_cached": 0,
 114      "context_window": 300000,
 115      "default_max_tokens": 2560,
 116      "can_reason": false,
 117      "supports_attachments": true,
 118      "options": {}
 119    },
 120    {
 121      "id": "anthropic/claude-3-haiku",
 122      "name": "Anthropic: Claude 3 Haiku",
 123      "cost_per_1m_in": 0.25,
 124      "cost_per_1m_out": 1.25,
 125      "cost_per_1m_in_cached": 0.3,
 126      "cost_per_1m_out_cached": 0.03,
 127      "context_window": 200000,
 128      "default_max_tokens": 2048,
 129      "can_reason": false,
 130      "supports_attachments": true,
 131      "options": {}
 132    },
 133    {
 134      "id": "anthropic/claude-3.5-haiku",
 135      "name": "Anthropic: Claude 3.5 Haiku",
 136      "cost_per_1m_in": 0.7999999999999999,
 137      "cost_per_1m_out": 4,
 138      "cost_per_1m_in_cached": 1,
 139      "cost_per_1m_out_cached": 0.08,
 140      "context_window": 200000,
 141      "default_max_tokens": 4096,
 142      "can_reason": false,
 143      "supports_attachments": true,
 144      "options": {}
 145    },
 146    {
 147      "id": "anthropic/claude-3.5-sonnet",
 148      "name": "Anthropic: Claude 3.5 Sonnet",
 149      "cost_per_1m_in": 6,
 150      "cost_per_1m_out": 30,
 151      "cost_per_1m_in_cached": 7.5,
 152      "cost_per_1m_out_cached": 0.6,
 153      "context_window": 200000,
 154      "default_max_tokens": 4096,
 155      "can_reason": false,
 156      "supports_attachments": true,
 157      "options": {}
 158    },
 159    {
 160      "id": "anthropic/claude-3.7-sonnet",
 161      "name": "Anthropic: Claude 3.7 Sonnet",
 162      "cost_per_1m_in": 3,
 163      "cost_per_1m_out": 15,
 164      "cost_per_1m_in_cached": 3.75,
 165      "cost_per_1m_out_cached": 0.3,
 166      "context_window": 200000,
 167      "default_max_tokens": 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": 16384,
 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.21,
 551      "cost_per_1m_out": 0.7899999999999999,
 552      "cost_per_1m_in_cached": 0,
 553      "cost_per_1m_out_cached": 0.16799999999999998,
 554      "context_window": 163840,
 555      "default_max_tokens": 16384,
 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.39,
 609      "cost_per_1m_in_cached": 0,
 610      "cost_per_1m_out_cached": 0.13,
 611      "context_window": 163840,
 612      "default_max_tokens": 16384,
 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": "deepseek/deepseek-r1-distill-llama-70b",
 682      "name": "DeepSeek: R1 Distill Llama 70B",
 683      "cost_per_1m_in": 0.03,
 684      "cost_per_1m_out": 0.11,
 685      "cost_per_1m_in_cached": 0,
 686      "cost_per_1m_out_cached": 0,
 687      "context_window": 131072,
 688      "default_max_tokens": 65536,
 689      "can_reason": true,
 690      "reasoning_levels": [
 691        "low",
 692        "medium",
 693        "high"
 694      ],
 695      "default_reasoning_effort": "medium",
 696      "supports_attachments": false,
 697      "options": {}
 698    },
 699    {
 700      "id": "google/gemini-2.0-flash-001",
 701      "name": "Google: Gemini 2.0 Flash",
 702      "cost_per_1m_in": 0.09999999999999999,
 703      "cost_per_1m_out": 0.39999999999999997,
 704      "cost_per_1m_in_cached": 0.08333333333333333,
 705      "cost_per_1m_out_cached": 0.024999999999999998,
 706      "context_window": 1048576,
 707      "default_max_tokens": 4096,
 708      "can_reason": false,
 709      "supports_attachments": true,
 710      "options": {}
 711    },
 712    {
 713      "id": "google/gemini-2.0-flash-exp:free",
 714      "name": "Google: Gemini 2.0 Flash Experimental (free)",
 715      "cost_per_1m_in": 0.09999999999999999,
 716      "cost_per_1m_out": 0.39999999999999997,
 717      "cost_per_1m_in_cached": 0.08333333333333333,
 718      "cost_per_1m_out_cached": 0.024999999999999998,
 719      "context_window": 1048576,
 720      "default_max_tokens": 4096,
 721      "can_reason": false,
 722      "supports_attachments": true,
 723      "options": {}
 724    },
 725    {
 726      "id": "google/gemini-2.0-flash-lite-001",
 727      "name": "Google: Gemini 2.0 Flash Lite",
 728      "cost_per_1m_in": 0.075,
 729      "cost_per_1m_out": 0.3,
 730      "cost_per_1m_in_cached": 0,
 731      "cost_per_1m_out_cached": 0,
 732      "context_window": 1048576,
 733      "default_max_tokens": 4096,
 734      "can_reason": false,
 735      "supports_attachments": true,
 736      "options": {}
 737    },
 738    {
 739      "id": "google/gemini-2.5-flash",
 740      "name": "Google: Gemini 2.5 Flash",
 741      "cost_per_1m_in": 0.3,
 742      "cost_per_1m_out": 2.5,
 743      "cost_per_1m_in_cached": 0.08333333333333333,
 744      "cost_per_1m_out_cached": 0.03,
 745      "context_window": 1048576,
 746      "default_max_tokens": 32767,
 747      "can_reason": true,
 748      "reasoning_levels": [
 749        "low",
 750        "medium",
 751        "high"
 752      ],
 753      "default_reasoning_effort": "medium",
 754      "supports_attachments": true,
 755      "options": {}
 756    },
 757    {
 758      "id": "google/gemini-2.5-flash-lite",
 759      "name": "Google: Gemini 2.5 Flash Lite",
 760      "cost_per_1m_in": 0.09999999999999999,
 761      "cost_per_1m_out": 0.39999999999999997,
 762      "cost_per_1m_in_cached": 0.08333333333333333,
 763      "cost_per_1m_out_cached": 0.01,
 764      "context_window": 1048576,
 765      "default_max_tokens": 32767,
 766      "can_reason": true,
 767      "reasoning_levels": [
 768        "low",
 769        "medium",
 770        "high"
 771      ],
 772      "default_reasoning_effort": "medium",
 773      "supports_attachments": true,
 774      "options": {}
 775    },
 776    {
 777      "id": "google/gemini-2.5-flash-lite-preview-09-2025",
 778      "name": "Google: Gemini 2.5 Flash Lite Preview 09-2025",
 779      "cost_per_1m_in": 0.09999999999999999,
 780      "cost_per_1m_out": 0.39999999999999997,
 781      "cost_per_1m_in_cached": 0.08333333333333333,
 782      "cost_per_1m_out_cached": 0.01,
 783      "context_window": 1048576,
 784      "default_max_tokens": 32768,
 785      "can_reason": true,
 786      "reasoning_levels": [
 787        "low",
 788        "medium",
 789        "high"
 790      ],
 791      "default_reasoning_effort": "medium",
 792      "supports_attachments": true,
 793      "options": {}
 794    },
 795    {
 796      "id": "google/gemini-2.5-flash-preview-09-2025",
 797      "name": "Google: Gemini 2.5 Flash Preview 09-2025",
 798      "cost_per_1m_in": 0.3,
 799      "cost_per_1m_out": 2.5,
 800      "cost_per_1m_in_cached": 0.08333333333333333,
 801      "cost_per_1m_out_cached": 0.03,
 802      "context_window": 1048576,
 803      "default_max_tokens": 32767,
 804      "can_reason": true,
 805      "reasoning_levels": [
 806        "low",
 807        "medium",
 808        "high"
 809      ],
 810      "default_reasoning_effort": "medium",
 811      "supports_attachments": true,
 812      "options": {}
 813    },
 814    {
 815      "id": "google/gemini-2.5-pro",
 816      "name": "Google: Gemini 2.5 Pro",
 817      "cost_per_1m_in": 1.25,
 818      "cost_per_1m_out": 10,
 819      "cost_per_1m_in_cached": 0.375,
 820      "cost_per_1m_out_cached": 0.125,
 821      "context_window": 1048576,
 822      "default_max_tokens": 32768,
 823      "can_reason": true,
 824      "reasoning_levels": [
 825        "low",
 826        "medium",
 827        "high"
 828      ],
 829      "default_reasoning_effort": "medium",
 830      "supports_attachments": true,
 831      "options": {}
 832    },
 833    {
 834      "id": "google/gemini-2.5-pro-preview-05-06",
 835      "name": "Google: Gemini 2.5 Pro Preview 05-06",
 836      "cost_per_1m_in": 1.25,
 837      "cost_per_1m_out": 10,
 838      "cost_per_1m_in_cached": 0.375,
 839      "cost_per_1m_out_cached": 0.125,
 840      "context_window": 1048576,
 841      "default_max_tokens": 32768,
 842      "can_reason": true,
 843      "reasoning_levels": [
 844        "low",
 845        "medium",
 846        "high"
 847      ],
 848      "default_reasoning_effort": "medium",
 849      "supports_attachments": true,
 850      "options": {}
 851    },
 852    {
 853      "id": "google/gemini-2.5-pro-preview",
 854      "name": "Google: Gemini 2.5 Pro Preview 06-05",
 855      "cost_per_1m_in": 1.25,
 856      "cost_per_1m_out": 10,
 857      "cost_per_1m_in_cached": 0.375,
 858      "cost_per_1m_out_cached": 0.125,
 859      "context_window": 1048576,
 860      "default_max_tokens": 32768,
 861      "can_reason": true,
 862      "reasoning_levels": [
 863        "low",
 864        "medium",
 865        "high"
 866      ],
 867      "default_reasoning_effort": "medium",
 868      "supports_attachments": true,
 869      "options": {}
 870    },
 871    {
 872      "id": "google/gemini-3-flash-preview",
 873      "name": "Google: Gemini 3 Flash Preview",
 874      "cost_per_1m_in": 0.5,
 875      "cost_per_1m_out": 3,
 876      "cost_per_1m_in_cached": 0.08333333333333333,
 877      "cost_per_1m_out_cached": 0.049999999999999996,
 878      "context_window": 1048576,
 879      "default_max_tokens": 32767,
 880      "can_reason": true,
 881      "reasoning_levels": [
 882        "low",
 883        "medium",
 884        "high"
 885      ],
 886      "default_reasoning_effort": "medium",
 887      "supports_attachments": true,
 888      "options": {}
 889    },
 890    {
 891      "id": "google/gemini-3-pro-preview",
 892      "name": "Google: Gemini 3 Pro Preview",
 893      "cost_per_1m_in": 2,
 894      "cost_per_1m_out": 12,
 895      "cost_per_1m_in_cached": 0.375,
 896      "cost_per_1m_out_cached": 0.19999999999999998,
 897      "context_window": 1048576,
 898      "default_max_tokens": 32768,
 899      "can_reason": true,
 900      "reasoning_levels": [
 901        "low",
 902        "medium",
 903        "high"
 904      ],
 905      "default_reasoning_effort": "medium",
 906      "supports_attachments": true,
 907      "options": {}
 908    },
 909    {
 910      "id": "google/gemma-3-27b-it",
 911      "name": "Google: Gemma 3 27B",
 912      "cost_per_1m_in": 0.04,
 913      "cost_per_1m_out": 0.15,
 914      "cost_per_1m_in_cached": 0,
 915      "cost_per_1m_out_cached": 0,
 916      "context_window": 96000,
 917      "default_max_tokens": 48000,
 918      "can_reason": false,
 919      "supports_attachments": true,
 920      "options": {}
 921    },
 922    {
 923      "id": "google/gemma-3-27b-it:free",
 924      "name": "Google: Gemma 3 27B (free)",
 925      "cost_per_1m_in": 0,
 926      "cost_per_1m_out": 0,
 927      "cost_per_1m_in_cached": 0,
 928      "cost_per_1m_out_cached": 0,
 929      "context_window": 128000,
 930      "default_max_tokens": 12800,
 931      "can_reason": false,
 932      "supports_attachments": true,
 933      "options": {}
 934    },
 935    {
 936      "id": "inception/mercury",
 937      "name": "Inception: Mercury",
 938      "cost_per_1m_in": 0.25,
 939      "cost_per_1m_out": 1,
 940      "cost_per_1m_in_cached": 0,
 941      "cost_per_1m_out_cached": 0,
 942      "context_window": 128000,
 943      "default_max_tokens": 8192,
 944      "can_reason": false,
 945      "supports_attachments": false,
 946      "options": {}
 947    },
 948    {
 949      "id": "inception/mercury-coder",
 950      "name": "Inception: Mercury Coder",
 951      "cost_per_1m_in": 0.25,
 952      "cost_per_1m_out": 1,
 953      "cost_per_1m_in_cached": 0,
 954      "cost_per_1m_out_cached": 0,
 955      "context_window": 128000,
 956      "default_max_tokens": 8192,
 957      "can_reason": false,
 958      "supports_attachments": false,
 959      "options": {}
 960    },
 961    {
 962      "id": "kwaipilot/kat-coder-pro",
 963      "name": "Kwaipilot: KAT-Coder-Pro V1",
 964      "cost_per_1m_in": 0.207,
 965      "cost_per_1m_out": 0.828,
 966      "cost_per_1m_in_cached": 0,
 967      "cost_per_1m_out_cached": 0.0414,
 968      "context_window": 256000,
 969      "default_max_tokens": 64000,
 970      "can_reason": false,
 971      "supports_attachments": false,
 972      "options": {}
 973    },
 974    {
 975      "id": "meta-llama/llama-3.1-70b-instruct",
 976      "name": "Meta: Llama 3.1 70B Instruct",
 977      "cost_per_1m_in": 0.39999999999999997,
 978      "cost_per_1m_out": 0.39999999999999997,
 979      "cost_per_1m_in_cached": 0,
 980      "cost_per_1m_out_cached": 0,
 981      "context_window": 131072,
 982      "default_max_tokens": 13107,
 983      "can_reason": false,
 984      "supports_attachments": false,
 985      "options": {}
 986    },
 987    {
 988      "id": "meta-llama/llama-3.3-70b-instruct",
 989      "name": "Meta: Llama 3.3 70B Instruct",
 990      "cost_per_1m_in": 0.25,
 991      "cost_per_1m_out": 0.75,
 992      "cost_per_1m_in_cached": 0,
 993      "cost_per_1m_out_cached": 0,
 994      "context_window": 131072,
 995      "default_max_tokens": 13107,
 996      "can_reason": false,
 997      "supports_attachments": false,
 998      "options": {}
 999    },
1000    {
1001      "id": "meta-llama/llama-3.3-70b-instruct:free",
1002      "name": "Meta: Llama 3.3 70B Instruct (free)",
1003      "cost_per_1m_in": 0,
1004      "cost_per_1m_out": 0,
1005      "cost_per_1m_in_cached": 0,
1006      "cost_per_1m_out_cached": 0,
1007      "context_window": 128000,
1008      "default_max_tokens": 12800,
1009      "can_reason": false,
1010      "supports_attachments": false,
1011      "options": {}
1012    },
1013    {
1014      "id": "meta-llama/llama-4-maverick",
1015      "name": "Meta: Llama 4 Maverick",
1016      "cost_per_1m_in": 0.35,
1017      "cost_per_1m_out": 1.15,
1018      "cost_per_1m_in_cached": 0,
1019      "cost_per_1m_out_cached": 0,
1020      "context_window": 524288,
1021      "default_max_tokens": 4096,
1022      "can_reason": false,
1023      "supports_attachments": true,
1024      "options": {}
1025    },
1026    {
1027      "id": "meta-llama/llama-4-scout",
1028      "name": "Meta: Llama 4 Scout",
1029      "cost_per_1m_in": 0.25,
1030      "cost_per_1m_out": 0.7,
1031      "cost_per_1m_in_cached": 0,
1032      "cost_per_1m_out_cached": 0,
1033      "context_window": 1310720,
1034      "default_max_tokens": 4096,
1035      "can_reason": false,
1036      "supports_attachments": true,
1037      "options": {}
1038    },
1039    {
1040      "id": "minimax/minimax-m2",
1041      "name": "MiniMax: MiniMax M2",
1042      "cost_per_1m_in": 0.255,
1043      "cost_per_1m_out": 1.02,
1044      "cost_per_1m_in_cached": 0,
1045      "cost_per_1m_out_cached": 0,
1046      "context_window": 204800,
1047      "default_max_tokens": 65536,
1048      "can_reason": true,
1049      "reasoning_levels": [
1050        "low",
1051        "medium",
1052        "high"
1053      ],
1054      "default_reasoning_effort": "medium",
1055      "supports_attachments": false,
1056      "options": {}
1057    },
1058    {
1059      "id": "minimax/minimax-m2.1",
1060      "name": "MiniMax: MiniMax M2.1",
1061      "cost_per_1m_in": 0.3,
1062      "cost_per_1m_out": 1.2,
1063      "cost_per_1m_in_cached": 0.375,
1064      "cost_per_1m_out_cached": 0.03,
1065      "context_window": 204800,
1066      "default_max_tokens": 65536,
1067      "can_reason": true,
1068      "reasoning_levels": [
1069        "low",
1070        "medium",
1071        "high"
1072      ],
1073      "default_reasoning_effort": "medium",
1074      "supports_attachments": false,
1075      "options": {}
1076    },
1077    {
1078      "id": "mistralai/mistral-large",
1079      "name": "Mistral Large",
1080      "cost_per_1m_in": 2,
1081      "cost_per_1m_out": 6,
1082      "cost_per_1m_in_cached": 0,
1083      "cost_per_1m_out_cached": 0,
1084      "context_window": 128000,
1085      "default_max_tokens": 12800,
1086      "can_reason": false,
1087      "supports_attachments": false,
1088      "options": {}
1089    },
1090    {
1091      "id": "mistralai/mistral-large-2407",
1092      "name": "Mistral Large 2407",
1093      "cost_per_1m_in": 2,
1094      "cost_per_1m_out": 6,
1095      "cost_per_1m_in_cached": 0,
1096      "cost_per_1m_out_cached": 0,
1097      "context_window": 131072,
1098      "default_max_tokens": 13107,
1099      "can_reason": false,
1100      "supports_attachments": false,
1101      "options": {}
1102    },
1103    {
1104      "id": "mistralai/mistral-large-2411",
1105      "name": "Mistral Large 2411",
1106      "cost_per_1m_in": 2,
1107      "cost_per_1m_out": 6,
1108      "cost_per_1m_in_cached": 0,
1109      "cost_per_1m_out_cached": 0,
1110      "context_window": 131072,
1111      "default_max_tokens": 13107,
1112      "can_reason": false,
1113      "supports_attachments": false,
1114      "options": {}
1115    },
1116    {
1117      "id": "mistralai/mistral-tiny",
1118      "name": "Mistral Tiny",
1119      "cost_per_1m_in": 0.25,
1120      "cost_per_1m_out": 0.25,
1121      "cost_per_1m_in_cached": 0,
1122      "cost_per_1m_out_cached": 0,
1123      "context_window": 32768,
1124      "default_max_tokens": 3276,
1125      "can_reason": false,
1126      "supports_attachments": false,
1127      "options": {}
1128    },
1129    {
1130      "id": "mistralai/codestral-2508",
1131      "name": "Mistral: Codestral 2508",
1132      "cost_per_1m_in": 0.3,
1133      "cost_per_1m_out": 0.8999999999999999,
1134      "cost_per_1m_in_cached": 0,
1135      "cost_per_1m_out_cached": 0,
1136      "context_window": 256000,
1137      "default_max_tokens": 25600,
1138      "can_reason": false,
1139      "supports_attachments": false,
1140      "options": {}
1141    },
1142    {
1143      "id": "mistralai/devstral-2512",
1144      "name": "Mistral: Devstral 2 2512",
1145      "cost_per_1m_in": 0.049999999999999996,
1146      "cost_per_1m_out": 0.22,
1147      "cost_per_1m_in_cached": 0,
1148      "cost_per_1m_out_cached": 0,
1149      "context_window": 262144,
1150      "default_max_tokens": 32768,
1151      "can_reason": false,
1152      "supports_attachments": false,
1153      "options": {}
1154    },
1155    {
1156      "id": "mistralai/devstral-2512:free",
1157      "name": "Mistral: Devstral 2 2512 (free)",
1158      "cost_per_1m_in": 0,
1159      "cost_per_1m_out": 0,
1160      "cost_per_1m_in_cached": 0,
1161      "cost_per_1m_out_cached": 0,
1162      "context_window": 262144,
1163      "default_max_tokens": 26214,
1164      "can_reason": false,
1165      "supports_attachments": false,
1166      "options": {}
1167    },
1168    {
1169      "id": "mistralai/devstral-medium",
1170      "name": "Mistral: Devstral Medium",
1171      "cost_per_1m_in": 0.39999999999999997,
1172      "cost_per_1m_out": 2,
1173      "cost_per_1m_in_cached": 0,
1174      "cost_per_1m_out_cached": 0,
1175      "context_window": 131072,
1176      "default_max_tokens": 13107,
1177      "can_reason": false,
1178      "supports_attachments": false,
1179      "options": {}
1180    },
1181    {
1182      "id": "mistralai/devstral-small",
1183      "name": "Mistral: Devstral Small 1.1",
1184      "cost_per_1m_in": 0.09999999999999999,
1185      "cost_per_1m_out": 0.3,
1186      "cost_per_1m_in_cached": 0,
1187      "cost_per_1m_out_cached": 0,
1188      "context_window": 131072,
1189      "default_max_tokens": 13107,
1190      "can_reason": false,
1191      "supports_attachments": false,
1192      "options": {}
1193    },
1194    {
1195      "id": "mistralai/ministral-14b-2512",
1196      "name": "Mistral: Ministral 3 14B 2512",
1197      "cost_per_1m_in": 0.19999999999999998,
1198      "cost_per_1m_out": 0.19999999999999998,
1199      "cost_per_1m_in_cached": 0,
1200      "cost_per_1m_out_cached": 0,
1201      "context_window": 262144,
1202      "default_max_tokens": 26214,
1203      "can_reason": false,
1204      "supports_attachments": true,
1205      "options": {}
1206    },
1207    {
1208      "id": "mistralai/ministral-3b-2512",
1209      "name": "Mistral: Ministral 3 3B 2512",
1210      "cost_per_1m_in": 0.09999999999999999,
1211      "cost_per_1m_out": 0.09999999999999999,
1212      "cost_per_1m_in_cached": 0,
1213      "cost_per_1m_out_cached": 0,
1214      "context_window": 131072,
1215      "default_max_tokens": 13107,
1216      "can_reason": false,
1217      "supports_attachments": true,
1218      "options": {}
1219    },
1220    {
1221      "id": "mistralai/ministral-8b-2512",
1222      "name": "Mistral: Ministral 3 8B 2512",
1223      "cost_per_1m_in": 0.15,
1224      "cost_per_1m_out": 0.15,
1225      "cost_per_1m_in_cached": 0,
1226      "cost_per_1m_out_cached": 0,
1227      "context_window": 262144,
1228      "default_max_tokens": 26214,
1229      "can_reason": false,
1230      "supports_attachments": true,
1231      "options": {}
1232    },
1233    {
1234      "id": "mistralai/ministral-3b",
1235      "name": "Mistral: Ministral 3B",
1236      "cost_per_1m_in": 0.04,
1237      "cost_per_1m_out": 0.04,
1238      "cost_per_1m_in_cached": 0,
1239      "cost_per_1m_out_cached": 0,
1240      "context_window": 131072,
1241      "default_max_tokens": 13107,
1242      "can_reason": false,
1243      "supports_attachments": false,
1244      "options": {}
1245    },
1246    {
1247      "id": "mistralai/ministral-8b",
1248      "name": "Mistral: Ministral 8B",
1249      "cost_per_1m_in": 0.09999999999999999,
1250      "cost_per_1m_out": 0.09999999999999999,
1251      "cost_per_1m_in_cached": 0,
1252      "cost_per_1m_out_cached": 0,
1253      "context_window": 131072,
1254      "default_max_tokens": 13107,
1255      "can_reason": false,
1256      "supports_attachments": false,
1257      "options": {}
1258    },
1259    {
1260      "id": "mistralai/mistral-large-2512",
1261      "name": "Mistral: Mistral Large 3 2512",
1262      "cost_per_1m_in": 0.5,
1263      "cost_per_1m_out": 1.5,
1264      "cost_per_1m_in_cached": 0,
1265      "cost_per_1m_out_cached": 0,
1266      "context_window": 262144,
1267      "default_max_tokens": 26214,
1268      "can_reason": false,
1269      "supports_attachments": true,
1270      "options": {}
1271    },
1272    {
1273      "id": "mistralai/mistral-medium-3",
1274      "name": "Mistral: Mistral Medium 3",
1275      "cost_per_1m_in": 0.39999999999999997,
1276      "cost_per_1m_out": 2,
1277      "cost_per_1m_in_cached": 0,
1278      "cost_per_1m_out_cached": 0,
1279      "context_window": 131072,
1280      "default_max_tokens": 13107,
1281      "can_reason": false,
1282      "supports_attachments": true,
1283      "options": {}
1284    },
1285    {
1286      "id": "mistralai/mistral-medium-3.1",
1287      "name": "Mistral: Mistral Medium 3.1",
1288      "cost_per_1m_in": 0.39999999999999997,
1289      "cost_per_1m_out": 2,
1290      "cost_per_1m_in_cached": 0,
1291      "cost_per_1m_out_cached": 0,
1292      "context_window": 131072,
1293      "default_max_tokens": 13107,
1294      "can_reason": false,
1295      "supports_attachments": true,
1296      "options": {}
1297    },
1298    {
1299      "id": "mistralai/mistral-nemo",
1300      "name": "Mistral: Mistral Nemo",
1301      "cost_per_1m_in": 0.15,
1302      "cost_per_1m_out": 0.15,
1303      "cost_per_1m_in_cached": 0,
1304      "cost_per_1m_out_cached": 0,
1305      "context_window": 131072,
1306      "default_max_tokens": 13107,
1307      "can_reason": false,
1308      "supports_attachments": false,
1309      "options": {}
1310    },
1311    {
1312      "id": "mistralai/mistral-small-24b-instruct-2501",
1313      "name": "Mistral: Mistral Small 3",
1314      "cost_per_1m_in": 0.09999999999999999,
1315      "cost_per_1m_out": 0.3,
1316      "cost_per_1m_in_cached": 0,
1317      "cost_per_1m_out_cached": 0,
1318      "context_window": 32768,
1319      "default_max_tokens": 1024,
1320      "can_reason": false,
1321      "supports_attachments": false,
1322      "options": {}
1323    },
1324    {
1325      "id": "mistralai/mistral-small-3.1-24b-instruct:free",
1326      "name": "Mistral: Mistral Small 3.1 24B (free)",
1327      "cost_per_1m_in": 0,
1328      "cost_per_1m_out": 0,
1329      "cost_per_1m_in_cached": 0,
1330      "cost_per_1m_out_cached": 0,
1331      "context_window": 128000,
1332      "default_max_tokens": 12800,
1333      "can_reason": false,
1334      "supports_attachments": true,
1335      "options": {}
1336    },
1337    {
1338      "id": "mistralai/mistral-small-3.2-24b-instruct",
1339      "name": "Mistral: Mistral Small 3.2 24B",
1340      "cost_per_1m_in": 0.09999999999999999,
1341      "cost_per_1m_out": 0.3,
1342      "cost_per_1m_in_cached": 0,
1343      "cost_per_1m_out_cached": 0,
1344      "context_window": 131072,
1345      "default_max_tokens": 13107,
1346      "can_reason": false,
1347      "supports_attachments": true,
1348      "options": {}
1349    },
1350    {
1351      "id": "mistralai/mistral-small-creative",
1352      "name": "Mistral: Mistral Small Creative",
1353      "cost_per_1m_in": 0.09999999999999999,
1354      "cost_per_1m_out": 0.3,
1355      "cost_per_1m_in_cached": 0,
1356      "cost_per_1m_out_cached": 0,
1357      "context_window": 32768,
1358      "default_max_tokens": 3276,
1359      "can_reason": false,
1360      "supports_attachments": false,
1361      "options": {}
1362    },
1363    {
1364      "id": "mistralai/mixtral-8x22b-instruct",
1365      "name": "Mistral: Mixtral 8x22B Instruct",
1366      "cost_per_1m_in": 2,
1367      "cost_per_1m_out": 6,
1368      "cost_per_1m_in_cached": 0,
1369      "cost_per_1m_out_cached": 0,
1370      "context_window": 65536,
1371      "default_max_tokens": 6553,
1372      "can_reason": false,
1373      "supports_attachments": false,
1374      "options": {}
1375    },
1376    {
1377      "id": "mistralai/mixtral-8x7b-instruct",
1378      "name": "Mistral: Mixtral 8x7B Instruct",
1379      "cost_per_1m_in": 0.54,
1380      "cost_per_1m_out": 0.54,
1381      "cost_per_1m_in_cached": 0,
1382      "cost_per_1m_out_cached": 0,
1383      "context_window": 32768,
1384      "default_max_tokens": 8192,
1385      "can_reason": false,
1386      "supports_attachments": false,
1387      "options": {}
1388    },
1389    {
1390      "id": "mistralai/pixtral-large-2411",
1391      "name": "Mistral: Pixtral Large 2411",
1392      "cost_per_1m_in": 2,
1393      "cost_per_1m_out": 6,
1394      "cost_per_1m_in_cached": 0,
1395      "cost_per_1m_out_cached": 0,
1396      "context_window": 131072,
1397      "default_max_tokens": 13107,
1398      "can_reason": false,
1399      "supports_attachments": true,
1400      "options": {}
1401    },
1402    {
1403      "id": "mistralai/mistral-saba",
1404      "name": "Mistral: Saba",
1405      "cost_per_1m_in": 0.19999999999999998,
1406      "cost_per_1m_out": 0.6,
1407      "cost_per_1m_in_cached": 0,
1408      "cost_per_1m_out_cached": 0,
1409      "context_window": 32768,
1410      "default_max_tokens": 3276,
1411      "can_reason": false,
1412      "supports_attachments": false,
1413      "options": {}
1414    },
1415    {
1416      "id": "mistralai/voxtral-small-24b-2507",
1417      "name": "Mistral: Voxtral Small 24B 2507",
1418      "cost_per_1m_in": 0.09999999999999999,
1419      "cost_per_1m_out": 0.3,
1420      "cost_per_1m_in_cached": 0,
1421      "cost_per_1m_out_cached": 0,
1422      "context_window": 32000,
1423      "default_max_tokens": 3200,
1424      "can_reason": false,
1425      "supports_attachments": false,
1426      "options": {}
1427    },
1428    {
1429      "id": "moonshotai/kimi-k2",
1430      "name": "MoonshotAI: Kimi K2 0711",
1431      "cost_per_1m_in": 0.5700000000000001,
1432      "cost_per_1m_out": 2.3,
1433      "cost_per_1m_in_cached": 0,
1434      "cost_per_1m_out_cached": 0,
1435      "context_window": 131072,
1436      "default_max_tokens": 65536,
1437      "can_reason": false,
1438      "supports_attachments": false,
1439      "options": {}
1440    },
1441    {
1442      "id": "moonshotai/kimi-k2-0905",
1443      "name": "MoonshotAI: Kimi K2 0905",
1444      "cost_per_1m_in": 0.39,
1445      "cost_per_1m_out": 1.9,
1446      "cost_per_1m_in_cached": 0,
1447      "cost_per_1m_out_cached": 0,
1448      "context_window": 262144,
1449      "default_max_tokens": 131072,
1450      "can_reason": false,
1451      "supports_attachments": false,
1452      "options": {}
1453    },
1454    {
1455      "id": "moonshotai/kimi-k2-0905:exacto",
1456      "name": "MoonshotAI: Kimi K2 0905 (exacto)",
1457      "cost_per_1m_in": 1,
1458      "cost_per_1m_out": 3,
1459      "cost_per_1m_in_cached": 0,
1460      "cost_per_1m_out_cached": 0,
1461      "context_window": 262144,
1462      "default_max_tokens": 8192,
1463      "can_reason": false,
1464      "supports_attachments": false,
1465      "options": {}
1466    },
1467    {
1468      "id": "moonshotai/kimi-k2-thinking",
1469      "name": "MoonshotAI: Kimi K2 Thinking",
1470      "cost_per_1m_in": 0.55,
1471      "cost_per_1m_out": 2.5,
1472      "cost_per_1m_in_cached": 0,
1473      "cost_per_1m_out_cached": 0,
1474      "context_window": 262144,
1475      "default_max_tokens": 131072,
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/llama-3.1-nemotron-70b-instruct",
1488      "name": "NVIDIA: Llama 3.1 Nemotron 70B Instruct",
1489      "cost_per_1m_in": 1.2,
1490      "cost_per_1m_out": 1.2,
1491      "cost_per_1m_in_cached": 0,
1492      "cost_per_1m_out_cached": 0,
1493      "context_window": 131072,
1494      "default_max_tokens": 8192,
1495      "can_reason": false,
1496      "supports_attachments": false,
1497      "options": {}
1498    },
1499    {
1500      "id": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
1501      "name": "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
1502      "cost_per_1m_in": 0.09999999999999999,
1503      "cost_per_1m_out": 0.39999999999999997,
1504      "cost_per_1m_in_cached": 0,
1505      "cost_per_1m_out_cached": 0,
1506      "context_window": 131072,
1507      "default_max_tokens": 13107,
1508      "can_reason": true,
1509      "reasoning_levels": [
1510        "low",
1511        "medium",
1512        "high"
1513      ],
1514      "default_reasoning_effort": "medium",
1515      "supports_attachments": false,
1516      "options": {}
1517    },
1518    {
1519      "id": "nvidia/nemotron-3-nano-30b-a3b",
1520      "name": "NVIDIA: Nemotron 3 Nano 30B A3B",
1521      "cost_per_1m_in": 0.06,
1522      "cost_per_1m_out": 0.24,
1523      "cost_per_1m_in_cached": 0,
1524      "cost_per_1m_out_cached": 0,
1525      "context_window": 262144,
1526      "default_max_tokens": 26214,
1527      "can_reason": true,
1528      "reasoning_levels": [
1529        "low",
1530        "medium",
1531        "high"
1532      ],
1533      "default_reasoning_effort": "medium",
1534      "supports_attachments": false,
1535      "options": {}
1536    },
1537    {
1538      "id": "nvidia/nemotron-3-nano-30b-a3b:free",
1539      "name": "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
1540      "cost_per_1m_in": 0,
1541      "cost_per_1m_out": 0,
1542      "cost_per_1m_in_cached": 0,
1543      "cost_per_1m_out_cached": 0,
1544      "context_window": 256000,
1545      "default_max_tokens": 25600,
1546      "can_reason": true,
1547      "reasoning_levels": [
1548        "low",
1549        "medium",
1550        "high"
1551      ],
1552      "default_reasoning_effort": "medium",
1553      "supports_attachments": false,
1554      "options": {}
1555    },
1556    {
1557      "id": "nvidia/nemotron-nano-12b-v2-vl:free",
1558      "name": "NVIDIA: Nemotron Nano 12B 2 VL (free)",
1559      "cost_per_1m_in": 0,
1560      "cost_per_1m_out": 0,
1561      "cost_per_1m_in_cached": 0,
1562      "cost_per_1m_out_cached": 0,
1563      "context_window": 128000,
1564      "default_max_tokens": 64000,
1565      "can_reason": true,
1566      "reasoning_levels": [
1567        "low",
1568        "medium",
1569        "high"
1570      ],
1571      "default_reasoning_effort": "medium",
1572      "supports_attachments": true,
1573      "options": {}
1574    },
1575    {
1576      "id": "nvidia/nemotron-nano-9b-v2",
1577      "name": "NVIDIA: Nemotron Nano 9B V2",
1578      "cost_per_1m_in": 0.04,
1579      "cost_per_1m_out": 0.16,
1580      "cost_per_1m_in_cached": 0,
1581      "cost_per_1m_out_cached": 0,
1582      "context_window": 131072,
1583      "default_max_tokens": 13107,
1584      "can_reason": true,
1585      "reasoning_levels": [
1586        "low",
1587        "medium",
1588        "high"
1589      ],
1590      "default_reasoning_effort": "medium",
1591      "supports_attachments": false,
1592      "options": {}
1593    },
1594    {
1595      "id": "nvidia/nemotron-nano-9b-v2:free",
1596      "name": "NVIDIA: Nemotron Nano 9B V2 (free)",
1597      "cost_per_1m_in": 0,
1598      "cost_per_1m_out": 0,
1599      "cost_per_1m_in_cached": 0,
1600      "cost_per_1m_out_cached": 0,
1601      "context_window": 128000,
1602      "default_max_tokens": 12800,
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": "nex-agi/deepseek-v3.1-nex-n1",
1615      "name": "Nex AGI: DeepSeek V3.1 Nex N1",
1616      "cost_per_1m_in": 0.27,
1617      "cost_per_1m_out": 1,
1618      "cost_per_1m_in_cached": 0,
1619      "cost_per_1m_out_cached": 0,
1620      "context_window": 131072,
1621      "default_max_tokens": 81920,
1622      "can_reason": false,
1623      "supports_attachments": false,
1624      "options": {}
1625    },
1626    {
1627      "id": "nousresearch/deephermes-3-mistral-24b-preview",
1628      "name": "Nous: DeepHermes 3 Mistral 24B Preview",
1629      "cost_per_1m_in": 0.02,
1630      "cost_per_1m_out": 0.09999999999999999,
1631      "cost_per_1m_in_cached": 0,
1632      "cost_per_1m_out_cached": 0,
1633      "context_window": 32768,
1634      "default_max_tokens": 16384,
1635      "can_reason": true,
1636      "reasoning_levels": [
1637        "low",
1638        "medium",
1639        "high"
1640      ],
1641      "default_reasoning_effort": "medium",
1642      "supports_attachments": false,
1643      "options": {}
1644    },
1645    {
1646      "id": "nousresearch/hermes-4-70b",
1647      "name": "Nous: Hermes 4 70B",
1648      "cost_per_1m_in": 0.11,
1649      "cost_per_1m_out": 0.38,
1650      "cost_per_1m_in_cached": 0,
1651      "cost_per_1m_out_cached": 0,
1652      "context_window": 131072,
1653      "default_max_tokens": 65536,
1654      "can_reason": true,
1655      "reasoning_levels": [
1656        "low",
1657        "medium",
1658        "high"
1659      ],
1660      "default_reasoning_effort": "medium",
1661      "supports_attachments": false,
1662      "options": {}
1663    },
1664    {
1665      "id": "openai/gpt-4-turbo",
1666      "name": "OpenAI: GPT-4 Turbo",
1667      "cost_per_1m_in": 10,
1668      "cost_per_1m_out": 30,
1669      "cost_per_1m_in_cached": 0,
1670      "cost_per_1m_out_cached": 0,
1671      "context_window": 128000,
1672      "default_max_tokens": 2048,
1673      "can_reason": false,
1674      "supports_attachments": true,
1675      "options": {}
1676    },
1677    {
1678      "id": "openai/gpt-4-1106-preview",
1679      "name": "OpenAI: GPT-4 Turbo (older v1106)",
1680      "cost_per_1m_in": 10,
1681      "cost_per_1m_out": 30,
1682      "cost_per_1m_in_cached": 0,
1683      "cost_per_1m_out_cached": 0,
1684      "context_window": 128000,
1685      "default_max_tokens": 2048,
1686      "can_reason": false,
1687      "supports_attachments": false,
1688      "options": {}
1689    },
1690    {
1691      "id": "openai/gpt-4-turbo-preview",
1692      "name": "OpenAI: GPT-4 Turbo Preview",
1693      "cost_per_1m_in": 10,
1694      "cost_per_1m_out": 30,
1695      "cost_per_1m_in_cached": 0,
1696      "cost_per_1m_out_cached": 0,
1697      "context_window": 128000,
1698      "default_max_tokens": 2048,
1699      "can_reason": false,
1700      "supports_attachments": false,
1701      "options": {}
1702    },
1703    {
1704      "id": "openai/gpt-4.1",
1705      "name": "OpenAI: GPT-4.1",
1706      "cost_per_1m_in": 2,
1707      "cost_per_1m_out": 8,
1708      "cost_per_1m_in_cached": 0,
1709      "cost_per_1m_out_cached": 0.5,
1710      "context_window": 1047576,
1711      "default_max_tokens": 104757,
1712      "can_reason": false,
1713      "supports_attachments": true,
1714      "options": {}
1715    },
1716    {
1717      "id": "openai/gpt-4.1-mini",
1718      "name": "OpenAI: GPT-4.1 Mini",
1719      "cost_per_1m_in": 0.39999999999999997,
1720      "cost_per_1m_out": 1.5999999999999999,
1721      "cost_per_1m_in_cached": 0,
1722      "cost_per_1m_out_cached": 0.09999999999999999,
1723      "context_window": 1047576,
1724      "default_max_tokens": 104757,
1725      "can_reason": false,
1726      "supports_attachments": true,
1727      "options": {}
1728    },
1729    {
1730      "id": "openai/gpt-4.1-nano",
1731      "name": "OpenAI: GPT-4.1 Nano",
1732      "cost_per_1m_in": 0.09999999999999999,
1733      "cost_per_1m_out": 0.39999999999999997,
1734      "cost_per_1m_in_cached": 0,
1735      "cost_per_1m_out_cached": 0.03,
1736      "context_window": 1047576,
1737      "default_max_tokens": 104757,
1738      "can_reason": false,
1739      "supports_attachments": true,
1740      "options": {}
1741    },
1742    {
1743      "id": "openai/gpt-4o",
1744      "name": "OpenAI: GPT-4o",
1745      "cost_per_1m_in": 2.5,
1746      "cost_per_1m_out": 10,
1747      "cost_per_1m_in_cached": 0,
1748      "cost_per_1m_out_cached": 1.25,
1749      "context_window": 128000,
1750      "default_max_tokens": 8192,
1751      "can_reason": false,
1752      "supports_attachments": true,
1753      "options": {}
1754    },
1755    {
1756      "id": "openai/gpt-4o-2024-05-13",
1757      "name": "OpenAI: GPT-4o (2024-05-13)",
1758      "cost_per_1m_in": 5,
1759      "cost_per_1m_out": 15,
1760      "cost_per_1m_in_cached": 0,
1761      "cost_per_1m_out_cached": 0,
1762      "context_window": 128000,
1763      "default_max_tokens": 2048,
1764      "can_reason": false,
1765      "supports_attachments": true,
1766      "options": {}
1767    },
1768    {
1769      "id": "openai/gpt-4o-2024-08-06",
1770      "name": "OpenAI: GPT-4o (2024-08-06)",
1771      "cost_per_1m_in": 2.5,
1772      "cost_per_1m_out": 10,
1773      "cost_per_1m_in_cached": 0,
1774      "cost_per_1m_out_cached": 1.25,
1775      "context_window": 128000,
1776      "default_max_tokens": 8192,
1777      "can_reason": false,
1778      "supports_attachments": true,
1779      "options": {}
1780    },
1781    {
1782      "id": "openai/gpt-4o-2024-11-20",
1783      "name": "OpenAI: GPT-4o (2024-11-20)",
1784      "cost_per_1m_in": 2.5,
1785      "cost_per_1m_out": 10,
1786      "cost_per_1m_in_cached": 0,
1787      "cost_per_1m_out_cached": 1.25,
1788      "context_window": 128000,
1789      "default_max_tokens": 8192,
1790      "can_reason": false,
1791      "supports_attachments": true,
1792      "options": {}
1793    },
1794    {
1795      "id": "openai/gpt-4o:extended",
1796      "name": "OpenAI: GPT-4o (extended)",
1797      "cost_per_1m_in": 6,
1798      "cost_per_1m_out": 18,
1799      "cost_per_1m_in_cached": 0,
1800      "cost_per_1m_out_cached": 0,
1801      "context_window": 128000,
1802      "default_max_tokens": 32000,
1803      "can_reason": false,
1804      "supports_attachments": true,
1805      "options": {}
1806    },
1807    {
1808      "id": "openai/gpt-4o-audio-preview",
1809      "name": "OpenAI: GPT-4o Audio",
1810      "cost_per_1m_in": 2.5,
1811      "cost_per_1m_out": 10,
1812      "cost_per_1m_in_cached": 0,
1813      "cost_per_1m_out_cached": 0,
1814      "context_window": 128000,
1815      "default_max_tokens": 8192,
1816      "can_reason": false,
1817      "supports_attachments": false,
1818      "options": {}
1819    },
1820    {
1821      "id": "openai/gpt-4o-mini",
1822      "name": "OpenAI: GPT-4o-mini",
1823      "cost_per_1m_in": 0.15,
1824      "cost_per_1m_out": 0.6,
1825      "cost_per_1m_in_cached": 0,
1826      "cost_per_1m_out_cached": 0.075,
1827      "context_window": 128000,
1828      "default_max_tokens": 8192,
1829      "can_reason": false,
1830      "supports_attachments": true,
1831      "options": {}
1832    },
1833    {
1834      "id": "openai/gpt-4o-mini-2024-07-18",
1835      "name": "OpenAI: GPT-4o-mini (2024-07-18)",
1836      "cost_per_1m_in": 0.15,
1837      "cost_per_1m_out": 0.6,
1838      "cost_per_1m_in_cached": 0,
1839      "cost_per_1m_out_cached": 0.075,
1840      "context_window": 128000,
1841      "default_max_tokens": 8192,
1842      "can_reason": false,
1843      "supports_attachments": true,
1844      "options": {}
1845    },
1846    {
1847      "id": "openai/gpt-5",
1848      "name": "OpenAI: GPT-5",
1849      "cost_per_1m_in": 1.25,
1850      "cost_per_1m_out": 10,
1851      "cost_per_1m_in_cached": 0,
1852      "cost_per_1m_out_cached": 0.125,
1853      "context_window": 400000,
1854      "default_max_tokens": 64000,
1855      "can_reason": true,
1856      "reasoning_levels": [
1857        "low",
1858        "medium",
1859        "high"
1860      ],
1861      "default_reasoning_effort": "medium",
1862      "supports_attachments": true,
1863      "options": {}
1864    },
1865    {
1866      "id": "openai/gpt-5-codex",
1867      "name": "OpenAI: GPT-5 Codex",
1868      "cost_per_1m_in": 1.25,
1869      "cost_per_1m_out": 10,
1870      "cost_per_1m_in_cached": 0,
1871      "cost_per_1m_out_cached": 0.125,
1872      "context_window": 400000,
1873      "default_max_tokens": 64000,
1874      "can_reason": true,
1875      "reasoning_levels": [
1876        "low",
1877        "medium",
1878        "high"
1879      ],
1880      "default_reasoning_effort": "medium",
1881      "supports_attachments": true,
1882      "options": {}
1883    },
1884    {
1885      "id": "openai/gpt-5-image",
1886      "name": "OpenAI: GPT-5 Image",
1887      "cost_per_1m_in": 10,
1888      "cost_per_1m_out": 10,
1889      "cost_per_1m_in_cached": 0,
1890      "cost_per_1m_out_cached": 1.25,
1891      "context_window": 400000,
1892      "default_max_tokens": 64000,
1893      "can_reason": true,
1894      "reasoning_levels": [
1895        "low",
1896        "medium",
1897        "high"
1898      ],
1899      "default_reasoning_effort": "medium",
1900      "supports_attachments": true,
1901      "options": {}
1902    },
1903    {
1904      "id": "openai/gpt-5-image-mini",
1905      "name": "OpenAI: GPT-5 Image Mini",
1906      "cost_per_1m_in": 2.5,
1907      "cost_per_1m_out": 2,
1908      "cost_per_1m_in_cached": 0,
1909      "cost_per_1m_out_cached": 0.25,
1910      "context_window": 400000,
1911      "default_max_tokens": 64000,
1912      "can_reason": true,
1913      "reasoning_levels": [
1914        "low",
1915        "medium",
1916        "high"
1917      ],
1918      "default_reasoning_effort": "medium",
1919      "supports_attachments": true,
1920      "options": {}
1921    },
1922    {
1923      "id": "openai/gpt-5-mini",
1924      "name": "OpenAI: GPT-5 Mini",
1925      "cost_per_1m_in": 0.25,
1926      "cost_per_1m_out": 2,
1927      "cost_per_1m_in_cached": 0,
1928      "cost_per_1m_out_cached": 0.03,
1929      "context_window": 400000,
1930      "default_max_tokens": 40000,
1931      "can_reason": true,
1932      "reasoning_levels": [
1933        "low",
1934        "medium",
1935        "high"
1936      ],
1937      "default_reasoning_effort": "medium",
1938      "supports_attachments": true,
1939      "options": {}
1940    },
1941    {
1942      "id": "openai/gpt-5-nano",
1943      "name": "OpenAI: GPT-5 Nano",
1944      "cost_per_1m_in": 0.049999999999999996,
1945      "cost_per_1m_out": 0.39999999999999997,
1946      "cost_per_1m_in_cached": 0,
1947      "cost_per_1m_out_cached": 0.01,
1948      "context_window": 400000,
1949      "default_max_tokens": 40000,
1950      "can_reason": true,
1951      "reasoning_levels": [
1952        "low",
1953        "medium",
1954        "high"
1955      ],
1956      "default_reasoning_effort": "medium",
1957      "supports_attachments": true,
1958      "options": {}
1959    },
1960    {
1961      "id": "openai/gpt-5-pro",
1962      "name": "OpenAI: GPT-5 Pro",
1963      "cost_per_1m_in": 15,
1964      "cost_per_1m_out": 120,
1965      "cost_per_1m_in_cached": 0,
1966      "cost_per_1m_out_cached": 0,
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",
1981      "name": "OpenAI: GPT-5.1",
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-chat",
2000      "name": "OpenAI: GPT-5.1 Chat",
2001      "cost_per_1m_in": 1.25,
2002      "cost_per_1m_out": 10,
2003      "cost_per_1m_in_cached": 0,
2004      "cost_per_1m_out_cached": 0.125,
2005      "context_window": 128000,
2006      "default_max_tokens": 8192,
2007      "can_reason": false,
2008      "supports_attachments": true,
2009      "options": {}
2010    },
2011    {
2012      "id": "openai/gpt-5.1-codex",
2013      "name": "OpenAI: GPT-5.1-Codex",
2014      "cost_per_1m_in": 1.25,
2015      "cost_per_1m_out": 10,
2016      "cost_per_1m_in_cached": 0,
2017      "cost_per_1m_out_cached": 0.125,
2018      "context_window": 400000,
2019      "default_max_tokens": 64000,
2020      "can_reason": true,
2021      "reasoning_levels": [
2022        "low",
2023        "medium",
2024        "high"
2025      ],
2026      "default_reasoning_effort": "medium",
2027      "supports_attachments": true,
2028      "options": {}
2029    },
2030    {
2031      "id": "openai/gpt-5.1-codex-max",
2032      "name": "OpenAI: GPT-5.1-Codex-Max",
2033      "cost_per_1m_in": 1.25,
2034      "cost_per_1m_out": 10,
2035      "cost_per_1m_in_cached": 0,
2036      "cost_per_1m_out_cached": 0.125,
2037      "context_window": 400000,
2038      "default_max_tokens": 64000,
2039      "can_reason": true,
2040      "reasoning_levels": [
2041        "low",
2042        "medium",
2043        "high"
2044      ],
2045      "default_reasoning_effort": "medium",
2046      "supports_attachments": true,
2047      "options": {}
2048    },
2049    {
2050      "id": "openai/gpt-5.1-codex-mini",
2051      "name": "OpenAI: GPT-5.1-Codex-Mini",
2052      "cost_per_1m_in": 0.25,
2053      "cost_per_1m_out": 2,
2054      "cost_per_1m_in_cached": 0,
2055      "cost_per_1m_out_cached": 0.024999999999999998,
2056      "context_window": 400000,
2057      "default_max_tokens": 50000,
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",
2070      "name": "OpenAI: GPT-5.2",
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-5.2-chat",
2089      "name": "OpenAI: GPT-5.2 Chat",
2090      "cost_per_1m_in": 1.75,
2091      "cost_per_1m_out": 14,
2092      "cost_per_1m_in_cached": 0,
2093      "cost_per_1m_out_cached": 0.175,
2094      "context_window": 128000,
2095      "default_max_tokens": 8192,
2096      "can_reason": false,
2097      "supports_attachments": true,
2098      "options": {}
2099    },
2100    {
2101      "id": "openai/gpt-5.2-pro",
2102      "name": "OpenAI: GPT-5.2 Pro",
2103      "cost_per_1m_in": 21,
2104      "cost_per_1m_out": 168,
2105      "cost_per_1m_in_cached": 0,
2106      "cost_per_1m_out_cached": 0,
2107      "context_window": 400000,
2108      "default_max_tokens": 64000,
2109      "can_reason": true,
2110      "reasoning_levels": [
2111        "low",
2112        "medium",
2113        "high"
2114      ],
2115      "default_reasoning_effort": "medium",
2116      "supports_attachments": true,
2117      "options": {}
2118    },
2119    {
2120      "id": "openai/gpt-5.2-codex",
2121      "name": "OpenAI: GPT-5.2-Codex",
2122      "cost_per_1m_in": 1.75,
2123      "cost_per_1m_out": 14,
2124      "cost_per_1m_in_cached": 0,
2125      "cost_per_1m_out_cached": 0.175,
2126      "context_window": 400000,
2127      "default_max_tokens": 64000,
2128      "can_reason": true,
2129      "reasoning_levels": [
2130        "low",
2131        "medium",
2132        "high"
2133      ],
2134      "default_reasoning_effort": "medium",
2135      "supports_attachments": true,
2136      "options": {}
2137    },
2138    {
2139      "id": "openai/gpt-oss-120b",
2140      "name": "OpenAI: gpt-oss-120b",
2141      "cost_per_1m_in": 0.04,
2142      "cost_per_1m_out": 0.18,
2143      "cost_per_1m_in_cached": 0,
2144      "cost_per_1m_out_cached": 0,
2145      "context_window": 131072,
2146      "default_max_tokens": 32768,
2147      "can_reason": true,
2148      "reasoning_levels": [
2149        "low",
2150        "medium",
2151        "high"
2152      ],
2153      "default_reasoning_effort": "medium",
2154      "supports_attachments": false,
2155      "options": {}
2156    },
2157    {
2158      "id": "openai/gpt-oss-120b:exacto",
2159      "name": "OpenAI: gpt-oss-120b (exacto)",
2160      "cost_per_1m_in": 0.039,
2161      "cost_per_1m_out": 0.19,
2162      "cost_per_1m_in_cached": 0,
2163      "cost_per_1m_out_cached": 0,
2164      "context_window": 131072,
2165      "default_max_tokens": 13107,
2166      "can_reason": true,
2167      "reasoning_levels": [
2168        "low",
2169        "medium",
2170        "high"
2171      ],
2172      "default_reasoning_effort": "medium",
2173      "supports_attachments": false,
2174      "options": {}
2175    },
2176    {
2177      "id": "openai/gpt-oss-120b:free",
2178      "name": "OpenAI: gpt-oss-120b (free)",
2179      "cost_per_1m_in": 0,
2180      "cost_per_1m_out": 0,
2181      "cost_per_1m_in_cached": 0,
2182      "cost_per_1m_out_cached": 0,
2183      "context_window": 131072,
2184      "default_max_tokens": 13107,
2185      "can_reason": true,
2186      "reasoning_levels": [
2187        "low",
2188        "medium",
2189        "high"
2190      ],
2191      "default_reasoning_effort": "medium",
2192      "supports_attachments": false,
2193      "options": {}
2194    },
2195    {
2196      "id": "openai/gpt-oss-20b",
2197      "name": "OpenAI: gpt-oss-20b",
2198      "cost_per_1m_in": 0.04,
2199      "cost_per_1m_out": 0.15,
2200      "cost_per_1m_in_cached": 0,
2201      "cost_per_1m_out_cached": 0,
2202      "context_window": 131072,
2203      "default_max_tokens": 13107,
2204      "can_reason": true,
2205      "reasoning_levels": [
2206        "low",
2207        "medium",
2208        "high"
2209      ],
2210      "default_reasoning_effort": "medium",
2211      "supports_attachments": false,
2212      "options": {}
2213    },
2214    {
2215      "id": "openai/gpt-oss-20b:free",
2216      "name": "OpenAI: gpt-oss-20b (free)",
2217      "cost_per_1m_in": 0,
2218      "cost_per_1m_out": 0,
2219      "cost_per_1m_in_cached": 0,
2220      "cost_per_1m_out_cached": 0,
2221      "context_window": 131072,
2222      "default_max_tokens": 13107,
2223      "can_reason": true,
2224      "reasoning_levels": [
2225        "low",
2226        "medium",
2227        "high"
2228      ],
2229      "default_reasoning_effort": "medium",
2230      "supports_attachments": false,
2231      "options": {}
2232    },
2233    {
2234      "id": "openai/gpt-oss-safeguard-20b",
2235      "name": "OpenAI: gpt-oss-safeguard-20b",
2236      "cost_per_1m_in": 0.075,
2237      "cost_per_1m_out": 0.3,
2238      "cost_per_1m_in_cached": 0,
2239      "cost_per_1m_out_cached": 0.037,
2240      "context_window": 131072,
2241      "default_max_tokens": 32768,
2242      "can_reason": true,
2243      "reasoning_levels": [
2244        "low",
2245        "medium",
2246        "high"
2247      ],
2248      "default_reasoning_effort": "medium",
2249      "supports_attachments": false,
2250      "options": {}
2251    },
2252    {
2253      "id": "openai/o1",
2254      "name": "OpenAI: o1",
2255      "cost_per_1m_in": 15,
2256      "cost_per_1m_out": 60,
2257      "cost_per_1m_in_cached": 0,
2258      "cost_per_1m_out_cached": 7.5,
2259      "context_window": 200000,
2260      "default_max_tokens": 50000,
2261      "can_reason": false,
2262      "supports_attachments": true,
2263      "options": {}
2264    },
2265    {
2266      "id": "openai/o3",
2267      "name": "OpenAI: o3",
2268      "cost_per_1m_in": 2,
2269      "cost_per_1m_out": 8,
2270      "cost_per_1m_in_cached": 0,
2271      "cost_per_1m_out_cached": 0.5,
2272      "context_window": 200000,
2273      "default_max_tokens": 50000,
2274      "can_reason": true,
2275      "reasoning_levels": [
2276        "low",
2277        "medium",
2278        "high"
2279      ],
2280      "default_reasoning_effort": "medium",
2281      "supports_attachments": true,
2282      "options": {}
2283    },
2284    {
2285      "id": "openai/o3-deep-research",
2286      "name": "OpenAI: o3 Deep Research",
2287      "cost_per_1m_in": 10,
2288      "cost_per_1m_out": 40,
2289      "cost_per_1m_in_cached": 0,
2290      "cost_per_1m_out_cached": 2.5,
2291      "context_window": 200000,
2292      "default_max_tokens": 50000,
2293      "can_reason": true,
2294      "reasoning_levels": [
2295        "low",
2296        "medium",
2297        "high"
2298      ],
2299      "default_reasoning_effort": "medium",
2300      "supports_attachments": true,
2301      "options": {}
2302    },
2303    {
2304      "id": "openai/o3-mini",
2305      "name": "OpenAI: o3 Mini",
2306      "cost_per_1m_in": 1.1,
2307      "cost_per_1m_out": 4.4,
2308      "cost_per_1m_in_cached": 0,
2309      "cost_per_1m_out_cached": 0.55,
2310      "context_window": 200000,
2311      "default_max_tokens": 50000,
2312      "can_reason": false,
2313      "supports_attachments": false,
2314      "options": {}
2315    },
2316    {
2317      "id": "openai/o3-mini-high",
2318      "name": "OpenAI: o3 Mini High",
2319      "cost_per_1m_in": 1.1,
2320      "cost_per_1m_out": 4.4,
2321      "cost_per_1m_in_cached": 0,
2322      "cost_per_1m_out_cached": 0.55,
2323      "context_window": 200000,
2324      "default_max_tokens": 50000,
2325      "can_reason": false,
2326      "supports_attachments": false,
2327      "options": {}
2328    },
2329    {
2330      "id": "openai/o3-pro",
2331      "name": "OpenAI: o3 Pro",
2332      "cost_per_1m_in": 20,
2333      "cost_per_1m_out": 80,
2334      "cost_per_1m_in_cached": 0,
2335      "cost_per_1m_out_cached": 0,
2336      "context_window": 200000,
2337      "default_max_tokens": 50000,
2338      "can_reason": true,
2339      "reasoning_levels": [
2340        "low",
2341        "medium",
2342        "high"
2343      ],
2344      "default_reasoning_effort": "medium",
2345      "supports_attachments": true,
2346      "options": {}
2347    },
2348    {
2349      "id": "openai/o4-mini",
2350      "name": "OpenAI: o4 Mini",
2351      "cost_per_1m_in": 1.1,
2352      "cost_per_1m_out": 4.4,
2353      "cost_per_1m_in_cached": 0,
2354      "cost_per_1m_out_cached": 0.275,
2355      "context_window": 200000,
2356      "default_max_tokens": 50000,
2357      "can_reason": true,
2358      "reasoning_levels": [
2359        "low",
2360        "medium",
2361        "high"
2362      ],
2363      "default_reasoning_effort": "medium",
2364      "supports_attachments": true,
2365      "options": {}
2366    },
2367    {
2368      "id": "openai/o4-mini-deep-research",
2369      "name": "OpenAI: o4 Mini Deep Research",
2370      "cost_per_1m_in": 2,
2371      "cost_per_1m_out": 8,
2372      "cost_per_1m_in_cached": 0,
2373      "cost_per_1m_out_cached": 0.5,
2374      "context_window": 200000,
2375      "default_max_tokens": 50000,
2376      "can_reason": true,
2377      "reasoning_levels": [
2378        "low",
2379        "medium",
2380        "high"
2381      ],
2382      "default_reasoning_effort": "medium",
2383      "supports_attachments": true,
2384      "options": {}
2385    },
2386    {
2387      "id": "openai/o4-mini-high",
2388      "name": "OpenAI: o4 Mini High",
2389      "cost_per_1m_in": 1.1,
2390      "cost_per_1m_out": 4.4,
2391      "cost_per_1m_in_cached": 0,
2392      "cost_per_1m_out_cached": 0.275,
2393      "context_window": 200000,
2394      "default_max_tokens": 50000,
2395      "can_reason": true,
2396      "reasoning_levels": [
2397        "low",
2398        "medium",
2399        "high"
2400      ],
2401      "default_reasoning_effort": "medium",
2402      "supports_attachments": true,
2403      "options": {}
2404    },
2405    {
2406      "id": "prime-intellect/intellect-3",
2407      "name": "Prime Intellect: INTELLECT-3",
2408      "cost_per_1m_in": 0.19999999999999998,
2409      "cost_per_1m_out": 1.1,
2410      "cost_per_1m_in_cached": 0,
2411      "cost_per_1m_out_cached": 0,
2412      "context_window": 131072,
2413      "default_max_tokens": 65536,
2414      "can_reason": true,
2415      "reasoning_levels": [
2416        "low",
2417        "medium",
2418        "high"
2419      ],
2420      "default_reasoning_effort": "medium",
2421      "supports_attachments": false,
2422      "options": {}
2423    },
2424    {
2425      "id": "qwen/qwen-2.5-72b-instruct",
2426      "name": "Qwen2.5 72B Instruct",
2427      "cost_per_1m_in": 0.12,
2428      "cost_per_1m_out": 0.39,
2429      "cost_per_1m_in_cached": 0,
2430      "cost_per_1m_out_cached": 0,
2431      "context_window": 32768,
2432      "default_max_tokens": 8192,
2433      "can_reason": false,
2434      "supports_attachments": false,
2435      "options": {}
2436    },
2437    {
2438      "id": "qwen/qwen-plus-2025-07-28",
2439      "name": "Qwen: Qwen Plus 0728",
2440      "cost_per_1m_in": 0.39999999999999997,
2441      "cost_per_1m_out": 1.2,
2442      "cost_per_1m_in_cached": 0,
2443      "cost_per_1m_out_cached": 0,
2444      "context_window": 1000000,
2445      "default_max_tokens": 16384,
2446      "can_reason": false,
2447      "supports_attachments": false,
2448      "options": {}
2449    },
2450    {
2451      "id": "qwen/qwen-plus-2025-07-28:thinking",
2452      "name": "Qwen: Qwen Plus 0728 (thinking)",
2453      "cost_per_1m_in": 0.39999999999999997,
2454      "cost_per_1m_out": 4,
2455      "cost_per_1m_in_cached": 0,
2456      "cost_per_1m_out_cached": 0,
2457      "context_window": 1000000,
2458      "default_max_tokens": 16384,
2459      "can_reason": true,
2460      "reasoning_levels": [
2461        "low",
2462        "medium",
2463        "high"
2464      ],
2465      "default_reasoning_effort": "medium",
2466      "supports_attachments": false,
2467      "options": {}
2468    },
2469    {
2470      "id": "qwen/qwen-vl-max",
2471      "name": "Qwen: Qwen VL Max",
2472      "cost_per_1m_in": 0.7999999999999999,
2473      "cost_per_1m_out": 3.1999999999999997,
2474      "cost_per_1m_in_cached": 0,
2475      "cost_per_1m_out_cached": 0,
2476      "context_window": 131072,
2477      "default_max_tokens": 4096,
2478      "can_reason": false,
2479      "supports_attachments": true,
2480      "options": {}
2481    },
2482    {
2483      "id": "qwen/qwen-max",
2484      "name": "Qwen: Qwen-Max ",
2485      "cost_per_1m_in": 1.5999999999999999,
2486      "cost_per_1m_out": 6.3999999999999995,
2487      "cost_per_1m_in_cached": 0,
2488      "cost_per_1m_out_cached": 0.64,
2489      "context_window": 32768,
2490      "default_max_tokens": 4096,
2491      "can_reason": false,
2492      "supports_attachments": false,
2493      "options": {}
2494    },
2495    {
2496      "id": "qwen/qwen-plus",
2497      "name": "Qwen: Qwen-Plus",
2498      "cost_per_1m_in": 0.39999999999999997,
2499      "cost_per_1m_out": 1.2,
2500      "cost_per_1m_in_cached": 0,
2501      "cost_per_1m_out_cached": 0.16,
2502      "context_window": 131072,
2503      "default_max_tokens": 4096,
2504      "can_reason": false,
2505      "supports_attachments": false,
2506      "options": {}
2507    },
2508    {
2509      "id": "qwen/qwen-turbo",
2510      "name": "Qwen: Qwen-Turbo",
2511      "cost_per_1m_in": 0.049999999999999996,
2512      "cost_per_1m_out": 0.19999999999999998,
2513      "cost_per_1m_in_cached": 0,
2514      "cost_per_1m_out_cached": 0.02,
2515      "context_window": 1000000,
2516      "default_max_tokens": 4096,
2517      "can_reason": false,
2518      "supports_attachments": false,
2519      "options": {}
2520    },
2521    {
2522      "id": "qwen/qwen-2.5-7b-instruct",
2523      "name": "Qwen: Qwen2.5 7B Instruct",
2524      "cost_per_1m_in": 0.04,
2525      "cost_per_1m_out": 0.09999999999999999,
2526      "cost_per_1m_in_cached": 0,
2527      "cost_per_1m_out_cached": 0,
2528      "context_window": 128000,
2529      "default_max_tokens": 4096,
2530      "can_reason": false,
2531      "supports_attachments": false,
2532      "options": {}
2533    },
2534    {
2535      "id": "qwen/qwen3-14b",
2536      "name": "Qwen: Qwen3 14B",
2537      "cost_per_1m_in": 0.049999999999999996,
2538      "cost_per_1m_out": 0.22,
2539      "cost_per_1m_in_cached": 0,
2540      "cost_per_1m_out_cached": 0,
2541      "context_window": 40960,
2542      "default_max_tokens": 20480,
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-235b-a22b",
2555      "name": "Qwen: Qwen3 235B A22B",
2556      "cost_per_1m_in": 0.22,
2557      "cost_per_1m_out": 0.88,
2558      "cost_per_1m_in_cached": 0,
2559      "cost_per_1m_out_cached": 0,
2560      "context_window": 131072,
2561      "default_max_tokens": 13107,
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-235b-a22b-2507",
2574      "name": "Qwen: Qwen3 235B A22B Instruct 2507",
2575      "cost_per_1m_in": 0.08,
2576      "cost_per_1m_out": 0.55,
2577      "cost_per_1m_in_cached": 0,
2578      "cost_per_1m_out_cached": 0,
2579      "context_window": 262144,
2580      "default_max_tokens": 32768,
2581      "can_reason": false,
2582      "supports_attachments": false,
2583      "options": {}
2584    },
2585    {
2586      "id": "qwen/qwen3-235b-a22b-thinking-2507",
2587      "name": "Qwen: Qwen3 235B A22B Thinking 2507",
2588      "cost_per_1m_in": 0.11,
2589      "cost_per_1m_out": 0.6,
2590      "cost_per_1m_in_cached": 0,
2591      "cost_per_1m_out_cached": 0,
2592      "context_window": 262144,
2593      "default_max_tokens": 131072,
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-30b-a3b",
2606      "name": "Qwen: Qwen3 30B A3B",
2607      "cost_per_1m_in": 0.09,
2608      "cost_per_1m_out": 0.44999999999999996,
2609      "cost_per_1m_in_cached": 0,
2610      "cost_per_1m_out_cached": 0,
2611      "context_window": 131072,
2612      "default_max_tokens": 65536,
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-30b-a3b-instruct-2507",
2625      "name": "Qwen: Qwen3 30B A3B Instruct 2507",
2626      "cost_per_1m_in": 0.08,
2627      "cost_per_1m_out": 0.33,
2628      "cost_per_1m_in_cached": 0,
2629      "cost_per_1m_out_cached": 0,
2630      "context_window": 262144,
2631      "default_max_tokens": 131072,
2632      "can_reason": false,
2633      "supports_attachments": false,
2634      "options": {}
2635    },
2636    {
2637      "id": "qwen/qwen3-32b",
2638      "name": "Qwen: Qwen3 32B",
2639      "cost_per_1m_in": 0.39999999999999997,
2640      "cost_per_1m_out": 0.7999999999999999,
2641      "cost_per_1m_in_cached": 0,
2642      "cost_per_1m_out_cached": 0,
2643      "context_window": 131072,
2644      "default_max_tokens": 16384,
2645      "can_reason": true,
2646      "reasoning_levels": [
2647        "low",
2648        "medium",
2649        "high"
2650      ],
2651      "default_reasoning_effort": "medium",
2652      "supports_attachments": false,
2653      "options": {}
2654    },
2655    {
2656      "id": "qwen/qwen3-4b:free",
2657      "name": "Qwen: Qwen3 4B (free)",
2658      "cost_per_1m_in": 0,
2659      "cost_per_1m_out": 0,
2660      "cost_per_1m_in_cached": 0,
2661      "cost_per_1m_out_cached": 0,
2662      "context_window": 40960,
2663      "default_max_tokens": 4096,
2664      "can_reason": true,
2665      "reasoning_levels": [
2666        "low",
2667        "medium",
2668        "high"
2669      ],
2670      "default_reasoning_effort": "medium",
2671      "supports_attachments": false,
2672      "options": {}
2673    },
2674    {
2675      "id": "qwen/qwen3-8b",
2676      "name": "Qwen: Qwen3 8B",
2677      "cost_per_1m_in": 0.2,
2678      "cost_per_1m_out": 0.2,
2679      "cost_per_1m_in_cached": 0,
2680      "cost_per_1m_out_cached": 0,
2681      "context_window": 40960,
2682      "default_max_tokens": 4096,
2683      "can_reason": true,
2684      "reasoning_levels": [
2685        "low",
2686        "medium",
2687        "high"
2688      ],
2689      "default_reasoning_effort": "medium",
2690      "supports_attachments": false,
2691      "options": {}
2692    },
2693    {
2694      "id": "qwen/qwen3-coder-30b-a3b-instruct",
2695      "name": "Qwen: Qwen3 Coder 30B A3B Instruct",
2696      "cost_per_1m_in": 0.07,
2697      "cost_per_1m_out": 0.28,
2698      "cost_per_1m_in_cached": 0,
2699      "cost_per_1m_out_cached": 0,
2700      "context_window": 262144,
2701      "default_max_tokens": 131072,
2702      "can_reason": false,
2703      "supports_attachments": false,
2704      "options": {}
2705    },
2706    {
2707      "id": "qwen/qwen3-coder",
2708      "name": "Qwen: Qwen3 Coder 480B A35B",
2709      "cost_per_1m_in": 0.28,
2710      "cost_per_1m_out": 1.2,
2711      "cost_per_1m_in_cached": 0,
2712      "cost_per_1m_out_cached": 0,
2713      "context_window": 262144,
2714      "default_max_tokens": 26214,
2715      "can_reason": false,
2716      "supports_attachments": false,
2717      "options": {}
2718    },
2719    {
2720      "id": "qwen/qwen3-coder:exacto",
2721      "name": "Qwen: Qwen3 Coder 480B A35B (exacto)",
2722      "cost_per_1m_in": 0.22,
2723      "cost_per_1m_out": 1.7999999999999998,
2724      "cost_per_1m_in_cached": 0,
2725      "cost_per_1m_out_cached": 0,
2726      "context_window": 262144,
2727      "default_max_tokens": 32768,
2728      "can_reason": false,
2729      "supports_attachments": false,
2730      "options": {}
2731    },
2732    {
2733      "id": "qwen/qwen3-coder:free",
2734      "name": "Qwen: Qwen3 Coder 480B A35B (free)",
2735      "cost_per_1m_in": 0,
2736      "cost_per_1m_out": 0,
2737      "cost_per_1m_in_cached": 0,
2738      "cost_per_1m_out_cached": 0,
2739      "context_window": 262000,
2740      "default_max_tokens": 131000,
2741      "can_reason": false,
2742      "supports_attachments": false,
2743      "options": {}
2744    },
2745    {
2746      "id": "qwen/qwen3-coder-flash",
2747      "name": "Qwen: Qwen3 Coder Flash",
2748      "cost_per_1m_in": 0.3,
2749      "cost_per_1m_out": 1.5,
2750      "cost_per_1m_in_cached": 0,
2751      "cost_per_1m_out_cached": 0.08,
2752      "context_window": 128000,
2753      "default_max_tokens": 32768,
2754      "can_reason": false,
2755      "supports_attachments": false,
2756      "options": {}
2757    },
2758    {
2759      "id": "qwen/qwen3-coder-plus",
2760      "name": "Qwen: Qwen3 Coder Plus",
2761      "cost_per_1m_in": 1,
2762      "cost_per_1m_out": 5,
2763      "cost_per_1m_in_cached": 0,
2764      "cost_per_1m_out_cached": 0.09999999999999999,
2765      "context_window": 128000,
2766      "default_max_tokens": 32768,
2767      "can_reason": false,
2768      "supports_attachments": false,
2769      "options": {}
2770    },
2771    {
2772      "id": "qwen/qwen3-max",
2773      "name": "Qwen: Qwen3 Max",
2774      "cost_per_1m_in": 1.2,
2775      "cost_per_1m_out": 6,
2776      "cost_per_1m_in_cached": 0,
2777      "cost_per_1m_out_cached": 0.24,
2778      "context_window": 256000,
2779      "default_max_tokens": 16384,
2780      "can_reason": false,
2781      "supports_attachments": false,
2782      "options": {}
2783    },
2784    {
2785      "id": "qwen/qwen3-next-80b-a3b-instruct",
2786      "name": "Qwen: Qwen3 Next 80B A3B Instruct",
2787      "cost_per_1m_in": 0.09999999999999999,
2788      "cost_per_1m_out": 0.7999999999999999,
2789      "cost_per_1m_in_cached": 0,
2790      "cost_per_1m_out_cached": 0,
2791      "context_window": 262144,
2792      "default_max_tokens": 131072,
2793      "can_reason": false,
2794      "supports_attachments": false,
2795      "options": {}
2796    },
2797    {
2798      "id": "qwen/qwen3-next-80b-a3b-instruct:free",
2799      "name": "Qwen: Qwen3 Next 80B A3B Instruct (free)",
2800      "cost_per_1m_in": 0,
2801      "cost_per_1m_out": 0,
2802      "cost_per_1m_in_cached": 0,
2803      "cost_per_1m_out_cached": 0,
2804      "context_window": 262144,
2805      "default_max_tokens": 26214,
2806      "can_reason": false,
2807      "supports_attachments": false,
2808      "options": {}
2809    },
2810    {
2811      "id": "qwen/qwen3-next-80b-a3b-thinking",
2812      "name": "Qwen: Qwen3 Next 80B A3B Thinking",
2813      "cost_per_1m_in": 0.3,
2814      "cost_per_1m_out": 0.3,
2815      "cost_per_1m_in_cached": 0,
2816      "cost_per_1m_out_cached": 0,
2817      "context_window": 262144,
2818      "default_max_tokens": 131072,
2819      "can_reason": true,
2820      "reasoning_levels": [
2821        "low",
2822        "medium",
2823        "high"
2824      ],
2825      "default_reasoning_effort": "medium",
2826      "supports_attachments": false,
2827      "options": {}
2828    },
2829    {
2830      "id": "qwen/qwen3-vl-235b-a22b-instruct",
2831      "name": "Qwen: Qwen3 VL 235B A22B Instruct",
2832      "cost_per_1m_in": 0.22,
2833      "cost_per_1m_out": 0.88,
2834      "cost_per_1m_in_cached": 0,
2835      "cost_per_1m_out_cached": 0,
2836      "context_window": 262144,
2837      "default_max_tokens": 26214,
2838      "can_reason": false,
2839      "supports_attachments": true,
2840      "options": {}
2841    },
2842    {
2843      "id": "qwen/qwen3-vl-30b-a3b-instruct",
2844      "name": "Qwen: Qwen3 VL 30B A3B Instruct",
2845      "cost_per_1m_in": 0.15,
2846      "cost_per_1m_out": 0.6,
2847      "cost_per_1m_in_cached": 0,
2848      "cost_per_1m_out_cached": 0,
2849      "context_window": 262144,
2850      "default_max_tokens": 26214,
2851      "can_reason": false,
2852      "supports_attachments": true,
2853      "options": {}
2854    },
2855    {
2856      "id": "qwen/qwen3-vl-30b-a3b-thinking",
2857      "name": "Qwen: Qwen3 VL 30B A3B Thinking",
2858      "cost_per_1m_in": 0.19999999999999998,
2859      "cost_per_1m_out": 1,
2860      "cost_per_1m_in_cached": 0,
2861      "cost_per_1m_out_cached": 0,
2862      "context_window": 131072,
2863      "default_max_tokens": 16384,
2864      "can_reason": true,
2865      "reasoning_levels": [
2866        "low",
2867        "medium",
2868        "high"
2869      ],
2870      "default_reasoning_effort": "medium",
2871      "supports_attachments": true,
2872      "options": {}
2873    },
2874    {
2875      "id": "qwen/qwen3-vl-8b-instruct",
2876      "name": "Qwen: Qwen3 VL 8B Instruct",
2877      "cost_per_1m_in": 0.25,
2878      "cost_per_1m_out": 0.75,
2879      "cost_per_1m_in_cached": 0,
2880      "cost_per_1m_out_cached": 0,
2881      "context_window": 262144,
2882      "default_max_tokens": 131072,
2883      "can_reason": false,
2884      "supports_attachments": true,
2885      "options": {}
2886    },
2887    {
2888      "id": "qwen/qwen3-vl-8b-thinking",
2889      "name": "Qwen: Qwen3 VL 8B Thinking",
2890      "cost_per_1m_in": 0.18,
2891      "cost_per_1m_out": 2.0999999999999996,
2892      "cost_per_1m_in_cached": 0,
2893      "cost_per_1m_out_cached": 0,
2894      "context_window": 256000,
2895      "default_max_tokens": 16384,
2896      "can_reason": true,
2897      "reasoning_levels": [
2898        "low",
2899        "medium",
2900        "high"
2901      ],
2902      "default_reasoning_effort": "medium",
2903      "supports_attachments": true,
2904      "options": {}
2905    },
2906    {
2907      "id": "relace/relace-search",
2908      "name": "Relace: Relace Search",
2909      "cost_per_1m_in": 1,
2910      "cost_per_1m_out": 3,
2911      "cost_per_1m_in_cached": 0,
2912      "cost_per_1m_out_cached": 0,
2913      "context_window": 256000,
2914      "default_max_tokens": 64000,
2915      "can_reason": false,
2916      "supports_attachments": false,
2917      "options": {}
2918    },
2919    {
2920      "id": "stepfun-ai/step3",
2921      "name": "StepFun: Step3",
2922      "cost_per_1m_in": 0.5700000000000001,
2923      "cost_per_1m_out": 1.42,
2924      "cost_per_1m_in_cached": 0,
2925      "cost_per_1m_out_cached": 0,
2926      "context_window": 65536,
2927      "default_max_tokens": 32768,
2928      "can_reason": true,
2929      "reasoning_levels": [
2930        "low",
2931        "medium",
2932        "high"
2933      ],
2934      "default_reasoning_effort": "medium",
2935      "supports_attachments": true,
2936      "options": {}
2937    },
2938    {
2939      "id": "tngtech/deepseek-r1t2-chimera",
2940      "name": "TNG: DeepSeek R1T2 Chimera",
2941      "cost_per_1m_in": 0.25,
2942      "cost_per_1m_out": 0.85,
2943      "cost_per_1m_in_cached": 0,
2944      "cost_per_1m_out_cached": 0,
2945      "context_window": 163840,
2946      "default_max_tokens": 81920,
2947      "can_reason": true,
2948      "reasoning_levels": [
2949        "low",
2950        "medium",
2951        "high"
2952      ],
2953      "default_reasoning_effort": "medium",
2954      "supports_attachments": false,
2955      "options": {}
2956    },
2957    {
2958      "id": "tngtech/tng-r1t-chimera",
2959      "name": "TNG: R1T Chimera",
2960      "cost_per_1m_in": 0.25,
2961      "cost_per_1m_out": 0.85,
2962      "cost_per_1m_in_cached": 0,
2963      "cost_per_1m_out_cached": 0,
2964      "context_window": 163840,
2965      "default_max_tokens": 32768,
2966      "can_reason": true,
2967      "reasoning_levels": [
2968        "low",
2969        "medium",
2970        "high"
2971      ],
2972      "default_reasoning_effort": "medium",
2973      "supports_attachments": false,
2974      "options": {}
2975    },
2976    {
2977      "id": "tngtech/tng-r1t-chimera:free",
2978      "name": "TNG: R1T Chimera (free)",
2979      "cost_per_1m_in": 0,
2980      "cost_per_1m_out": 0,
2981      "cost_per_1m_in_cached": 0,
2982      "cost_per_1m_out_cached": 0,
2983      "context_window": 163840,
2984      "default_max_tokens": 32768,
2985      "can_reason": true,
2986      "reasoning_levels": [
2987        "low",
2988        "medium",
2989        "high"
2990      ],
2991      "default_reasoning_effort": "medium",
2992      "supports_attachments": false,
2993      "options": {}
2994    },
2995    {
2996      "id": "thedrummer/rocinante-12b",
2997      "name": "TheDrummer: Rocinante 12B",
2998      "cost_per_1m_in": 0.16999999999999998,
2999      "cost_per_1m_out": 0.43,
3000      "cost_per_1m_in_cached": 0,
3001      "cost_per_1m_out_cached": 0,
3002      "context_window": 32768,
3003      "default_max_tokens": 3276,
3004      "can_reason": false,
3005      "supports_attachments": false,
3006      "options": {}
3007    },
3008    {
3009      "id": "thedrummer/unslopnemo-12b",
3010      "name": "TheDrummer: UnslopNemo 12B",
3011      "cost_per_1m_in": 0.39999999999999997,
3012      "cost_per_1m_out": 0.39999999999999997,
3013      "cost_per_1m_in_cached": 0,
3014      "cost_per_1m_out_cached": 0,
3015      "context_window": 32768,
3016      "default_max_tokens": 3276,
3017      "can_reason": false,
3018      "supports_attachments": false,
3019      "options": {}
3020    },
3021    {
3022      "id": "alibaba/tongyi-deepresearch-30b-a3b",
3023      "name": "Tongyi DeepResearch 30B A3B",
3024      "cost_per_1m_in": 0.09,
3025      "cost_per_1m_out": 0.44999999999999996,
3026      "cost_per_1m_in_cached": 0,
3027      "cost_per_1m_out_cached": 0,
3028      "context_window": 131072,
3029      "default_max_tokens": 65536,
3030      "can_reason": true,
3031      "reasoning_levels": [
3032        "low",
3033        "medium",
3034        "high"
3035      ],
3036      "default_reasoning_effort": "medium",
3037      "supports_attachments": false,
3038      "options": {}
3039    },
3040    {
3041      "id": "xiaomi/mimo-v2-flash",
3042      "name": "Xiaomi: MiMo-V2-Flash",
3043      "cost_per_1m_in": 0.09,
3044      "cost_per_1m_out": 0.29,
3045      "cost_per_1m_in_cached": 0,
3046      "cost_per_1m_out_cached": 0,
3047      "context_window": 262144,
3048      "default_max_tokens": 26214,
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": "xiaomi/mimo-v2-flash:free",
3061      "name": "Xiaomi: MiMo-V2-Flash (free)",
3062      "cost_per_1m_in": 0,
3063      "cost_per_1m_out": 0,
3064      "cost_per_1m_in_cached": 0,
3065      "cost_per_1m_out_cached": 0,
3066      "context_window": 262144,
3067      "default_max_tokens": 32768,
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-32b",
3080      "name": "Z.AI: GLM 4 32B ",
3081      "cost_per_1m_in": 0.09999999999999999,
3082      "cost_per_1m_out": 0.09999999999999999,
3083      "cost_per_1m_in_cached": 0,
3084      "cost_per_1m_out_cached": 0,
3085      "context_window": 128000,
3086      "default_max_tokens": 12800,
3087      "can_reason": false,
3088      "supports_attachments": false,
3089      "options": {}
3090    },
3091    {
3092      "id": "z-ai/glm-4.5",
3093      "name": "Z.AI: GLM 4.5",
3094      "cost_per_1m_in": 0.6,
3095      "cost_per_1m_out": 2.2,
3096      "cost_per_1m_in_cached": 0,
3097      "cost_per_1m_out_cached": 0.11,
3098      "context_window": 131072,
3099      "default_max_tokens": 49152,
3100      "can_reason": true,
3101      "reasoning_levels": [
3102        "low",
3103        "medium",
3104        "high"
3105      ],
3106      "default_reasoning_effort": "medium",
3107      "supports_attachments": false,
3108      "options": {}
3109    },
3110    {
3111      "id": "z-ai/glm-4.5-air",
3112      "name": "Z.AI: GLM 4.5 Air",
3113      "cost_per_1m_in": 0.13,
3114      "cost_per_1m_out": 0.85,
3115      "cost_per_1m_in_cached": 0,
3116      "cost_per_1m_out_cached": 0,
3117      "context_window": 131072,
3118      "default_max_tokens": 49152,
3119      "can_reason": true,
3120      "reasoning_levels": [
3121        "low",
3122        "medium",
3123        "high"
3124      ],
3125      "default_reasoning_effort": "medium",
3126      "supports_attachments": false,
3127      "options": {}
3128    },
3129    {
3130      "id": "z-ai/glm-4.5-air:free",
3131      "name": "Z.AI: GLM 4.5 Air (free)",
3132      "cost_per_1m_in": 0,
3133      "cost_per_1m_out": 0,
3134      "cost_per_1m_in_cached": 0,
3135      "cost_per_1m_out_cached": 0,
3136      "context_window": 131072,
3137      "default_max_tokens": 48000,
3138      "can_reason": true,
3139      "reasoning_levels": [
3140        "low",
3141        "medium",
3142        "high"
3143      ],
3144      "default_reasoning_effort": "medium",
3145      "supports_attachments": false,
3146      "options": {}
3147    },
3148    {
3149      "id": "z-ai/glm-4.5v",
3150      "name": "Z.AI: GLM 4.5V",
3151      "cost_per_1m_in": 0.6,
3152      "cost_per_1m_out": 1.7999999999999998,
3153      "cost_per_1m_in_cached": 0,
3154      "cost_per_1m_out_cached": 0.11,
3155      "context_window": 65536,
3156      "default_max_tokens": 8192,
3157      "can_reason": true,
3158      "reasoning_levels": [
3159        "low",
3160        "medium",
3161        "high"
3162      ],
3163      "default_reasoning_effort": "medium",
3164      "supports_attachments": true,
3165      "options": {}
3166    },
3167    {
3168      "id": "z-ai/glm-4.6",
3169      "name": "Z.AI: GLM 4.6",
3170      "cost_per_1m_in": 0.39,
3171      "cost_per_1m_out": 1.9,
3172      "cost_per_1m_in_cached": 0,
3173      "cost_per_1m_out_cached": 0,
3174      "context_window": 204800,
3175      "default_max_tokens": 102400,
3176      "can_reason": true,
3177      "reasoning_levels": [
3178        "low",
3179        "medium",
3180        "high"
3181      ],
3182      "default_reasoning_effort": "medium",
3183      "supports_attachments": false,
3184      "options": {}
3185    },
3186    {
3187      "id": "z-ai/glm-4.6:exacto",
3188      "name": "Z.AI: GLM 4.6 (exacto)",
3189      "cost_per_1m_in": 0.44,
3190      "cost_per_1m_out": 1.76,
3191      "cost_per_1m_in_cached": 0,
3192      "cost_per_1m_out_cached": 0,
3193      "context_window": 204800,
3194      "default_max_tokens": 65536,
3195      "can_reason": true,
3196      "reasoning_levels": [
3197        "low",
3198        "medium",
3199        "high"
3200      ],
3201      "default_reasoning_effort": "medium",
3202      "supports_attachments": false,
3203      "options": {}
3204    },
3205    {
3206      "id": "z-ai/glm-4.6v",
3207      "name": "Z.AI: GLM 4.6V",
3208      "cost_per_1m_in": 0.3,
3209      "cost_per_1m_out": 0.8999999999999999,
3210      "cost_per_1m_in_cached": 0,
3211      "cost_per_1m_out_cached": 0,
3212      "context_window": 131072,
3213      "default_max_tokens": 65536,
3214      "can_reason": true,
3215      "reasoning_levels": [
3216        "low",
3217        "medium",
3218        "high"
3219      ],
3220      "default_reasoning_effort": "medium",
3221      "supports_attachments": true,
3222      "options": {}
3223    },
3224    {
3225      "id": "z-ai/glm-4.7",
3226      "name": "Z.AI: GLM 4.7",
3227      "cost_per_1m_in": 0.42,
3228      "cost_per_1m_out": 2.2,
3229      "cost_per_1m_in_cached": 0,
3230      "cost_per_1m_out_cached": 0,
3231      "context_window": 204800,
3232      "default_max_tokens": 102400,
3233      "can_reason": true,
3234      "reasoning_levels": [
3235        "low",
3236        "medium",
3237        "high"
3238      ],
3239      "default_reasoning_effort": "medium",
3240      "supports_attachments": false,
3241      "options": {}
3242    },
3243    {
3244      "id": "z-ai/glm-4.7-flash",
3245      "name": "Z.AI: GLM 4.7 Flash",
3246      "cost_per_1m_in": 0.07,
3247      "cost_per_1m_out": 0.39999999999999997,
3248      "cost_per_1m_in_cached": 0,
3249      "cost_per_1m_out_cached": 0.01,
3250      "context_window": 200000,
3251      "default_max_tokens": 65550,
3252      "can_reason": true,
3253      "reasoning_levels": [
3254        "low",
3255        "medium",
3256        "high"
3257      ],
3258      "default_reasoning_effort": "medium",
3259      "supports_attachments": false,
3260      "options": {}
3261    },
3262    {
3263      "id": "x-ai/grok-3",
3264      "name": "xAI: Grok 3",
3265      "cost_per_1m_in": 5,
3266      "cost_per_1m_out": 25,
3267      "cost_per_1m_in_cached": 0,
3268      "cost_per_1m_out_cached": 1.25,
3269      "context_window": 131072,
3270      "default_max_tokens": 13107,
3271      "can_reason": false,
3272      "supports_attachments": false,
3273      "options": {}
3274    },
3275    {
3276      "id": "x-ai/grok-3-beta",
3277      "name": "xAI: Grok 3 Beta",
3278      "cost_per_1m_in": 5,
3279      "cost_per_1m_out": 25,
3280      "cost_per_1m_in_cached": 0,
3281      "cost_per_1m_out_cached": 1.25,
3282      "context_window": 131072,
3283      "default_max_tokens": 13107,
3284      "can_reason": false,
3285      "supports_attachments": false,
3286      "options": {}
3287    },
3288    {
3289      "id": "x-ai/grok-3-mini",
3290      "name": "xAI: Grok 3 Mini",
3291      "cost_per_1m_in": 0.6,
3292      "cost_per_1m_out": 4,
3293      "cost_per_1m_in_cached": 0,
3294      "cost_per_1m_out_cached": 0.15,
3295      "context_window": 131072,
3296      "default_max_tokens": 13107,
3297      "can_reason": true,
3298      "reasoning_levels": [
3299        "low",
3300        "medium",
3301        "high"
3302      ],
3303      "default_reasoning_effort": "medium",
3304      "supports_attachments": false,
3305      "options": {}
3306    },
3307    {
3308      "id": "x-ai/grok-3-mini-beta",
3309      "name": "xAI: Grok 3 Mini Beta",
3310      "cost_per_1m_in": 0.6,
3311      "cost_per_1m_out": 4,
3312      "cost_per_1m_in_cached": 0,
3313      "cost_per_1m_out_cached": 0.15,
3314      "context_window": 131072,
3315      "default_max_tokens": 13107,
3316      "can_reason": true,
3317      "reasoning_levels": [
3318        "low",
3319        "medium",
3320        "high"
3321      ],
3322      "default_reasoning_effort": "medium",
3323      "supports_attachments": false,
3324      "options": {}
3325    },
3326    {
3327      "id": "x-ai/grok-4",
3328      "name": "xAI: Grok 4",
3329      "cost_per_1m_in": 3,
3330      "cost_per_1m_out": 15,
3331      "cost_per_1m_in_cached": 0,
3332      "cost_per_1m_out_cached": 0.75,
3333      "context_window": 256000,
3334      "default_max_tokens": 25600,
3335      "can_reason": true,
3336      "reasoning_levels": [
3337        "low",
3338        "medium",
3339        "high"
3340      ],
3341      "default_reasoning_effort": "medium",
3342      "supports_attachments": true,
3343      "options": {}
3344    },
3345    {
3346      "id": "x-ai/grok-4-fast",
3347      "name": "xAI: Grok 4 Fast",
3348      "cost_per_1m_in": 0.19999999999999998,
3349      "cost_per_1m_out": 0.5,
3350      "cost_per_1m_in_cached": 0,
3351      "cost_per_1m_out_cached": 0.049999999999999996,
3352      "context_window": 2000000,
3353      "default_max_tokens": 15000,
3354      "can_reason": true,
3355      "reasoning_levels": [
3356        "low",
3357        "medium",
3358        "high"
3359      ],
3360      "default_reasoning_effort": "medium",
3361      "supports_attachments": true,
3362      "options": {}
3363    },
3364    {
3365      "id": "x-ai/grok-4.1-fast",
3366      "name": "xAI: Grok 4.1 Fast",
3367      "cost_per_1m_in": 0.19999999999999998,
3368      "cost_per_1m_out": 0.5,
3369      "cost_per_1m_in_cached": 0,
3370      "cost_per_1m_out_cached": 0.049999999999999996,
3371      "context_window": 2000000,
3372      "default_max_tokens": 15000,
3373      "can_reason": true,
3374      "reasoning_levels": [
3375        "low",
3376        "medium",
3377        "high"
3378      ],
3379      "default_reasoning_effort": "medium",
3380      "supports_attachments": true,
3381      "options": {}
3382    },
3383    {
3384      "id": "x-ai/grok-code-fast-1",
3385      "name": "xAI: Grok Code Fast 1",
3386      "cost_per_1m_in": 0.19999999999999998,
3387      "cost_per_1m_out": 1.5,
3388      "cost_per_1m_in_cached": 0,
3389      "cost_per_1m_out_cached": 0.02,
3390      "context_window": 256000,
3391      "default_max_tokens": 5000,
3392      "can_reason": true,
3393      "reasoning_levels": [
3394        "low",
3395        "medium",
3396        "high"
3397      ],
3398      "default_reasoning_effort": "medium",
3399      "supports_attachments": false,
3400      "options": {}
3401    }
3402  ],
3403  "default_headers": {
3404    "HTTP-Referer": "https://charm.land",
3405    "X-Title": "Crush"
3406  }
3407}