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