openrouter.json

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