openrouter.json

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