openrouter.json

   1{
   2  "name": "OpenRouter",
   3  "id": "openrouter",
   4  "api_key": "$OPENROUTER_API_KEY",
   5  "api_endpoint": "https://openrouter.ai/api/v1",
   6  "type": "openrouter",
   7  "default_large_model_id": "anthropic/claude-sonnet-4",
   8  "default_small_model_id": "anthropic/claude-3.5-haiku",
   9  "models": [
  10    {
  11      "id": "ai21/jamba-large-1.7",
  12      "name": "AI21: Jamba Large 1.7",
  13      "cost_per_1m_in": 2,
  14      "cost_per_1m_out": 8,
  15      "cost_per_1m_in_cached": 0,
  16      "cost_per_1m_out_cached": 0,
  17      "context_window": 256000,
  18      "default_max_tokens": 2048,
  19      "can_reason": false,
  20      "supports_attachments": false,
  21      "options": {}
  22    },
  23    {
  24      "id": "ai21/jamba-mini-1.7",
  25      "name": "AI21: Jamba Mini 1.7",
  26      "cost_per_1m_in": 0.19999999999999998,
  27      "cost_per_1m_out": 0.39999999999999997,
  28      "cost_per_1m_in_cached": 0,
  29      "cost_per_1m_out_cached": 0,
  30      "context_window": 256000,
  31      "default_max_tokens": 2048,
  32      "can_reason": false,
  33      "supports_attachments": false,
  34      "options": {}
  35    },
  36    {
  37      "id": "allenai/olmo-3.1-32b-instruct",
  38      "name": "AllenAI: Olmo 3.1 32B Instruct",
  39      "cost_per_1m_in": 0.19999999999999998,
  40      "cost_per_1m_out": 0.6,
  41      "cost_per_1m_in_cached": 0,
  42      "cost_per_1m_out_cached": 0,
  43      "context_window": 65536,
  44      "default_max_tokens": 6553,
  45      "can_reason": false,
  46      "supports_attachments": false,
  47      "options": {}
  48    },
  49    {
  50      "id": "amazon/nova-2-lite-v1",
  51      "name": "Amazon: Nova 2 Lite",
  52      "cost_per_1m_in": 0.3,
  53      "cost_per_1m_out": 2.5,
  54      "cost_per_1m_in_cached": 0,
  55      "cost_per_1m_out_cached": 0,
  56      "context_window": 1000000,
  57      "default_max_tokens": 32767,
  58      "can_reason": true,
  59      "reasoning_levels": [
  60        "low",
  61        "medium",
  62        "high"
  63      ],
  64      "default_reasoning_effort": "medium",
  65      "supports_attachments": true,
  66      "options": {}
  67    },
  68    {
  69      "id": "amazon/nova-lite-v1",
  70      "name": "Amazon: Nova Lite 1.0",
  71      "cost_per_1m_in": 0.06,
  72      "cost_per_1m_out": 0.24,
  73      "cost_per_1m_in_cached": 0,
  74      "cost_per_1m_out_cached": 0,
  75      "context_window": 300000,
  76      "default_max_tokens": 2560,
  77      "can_reason": false,
  78      "supports_attachments": true,
  79      "options": {}
  80    },
  81    {
  82      "id": "amazon/nova-micro-v1",
  83      "name": "Amazon: Nova Micro 1.0",
  84      "cost_per_1m_in": 0.035,
  85      "cost_per_1m_out": 0.14,
  86      "cost_per_1m_in_cached": 0,
  87      "cost_per_1m_out_cached": 0,
  88      "context_window": 128000,
  89      "default_max_tokens": 2560,
  90      "can_reason": false,
  91      "supports_attachments": false,
  92      "options": {}
  93    },
  94    {
  95      "id": "amazon/nova-premier-v1",
  96      "name": "Amazon: Nova Premier 1.0",
  97      "cost_per_1m_in": 2.5,
  98      "cost_per_1m_out": 12.5,
  99      "cost_per_1m_in_cached": 0,
 100      "cost_per_1m_out_cached": 0.625,
 101      "context_window": 1000000,
 102      "default_max_tokens": 16000,
 103      "can_reason": false,
 104      "supports_attachments": true,
 105      "options": {}
 106    },
 107    {
 108      "id": "amazon/nova-pro-v1",
 109      "name": "Amazon: Nova Pro 1.0",
 110      "cost_per_1m_in": 0.7999999999999999,
 111      "cost_per_1m_out": 3.1999999999999997,
 112      "cost_per_1m_in_cached": 0,
 113      "cost_per_1m_out_cached": 0,
 114      "context_window": 300000,
 115      "default_max_tokens": 2560,
 116      "can_reason": false,
 117      "supports_attachments": true,
 118      "options": {}
 119    },
 120    {
 121      "id": "anthropic/claude-3-haiku",
 122      "name": "Anthropic: Claude 3 Haiku",
 123      "cost_per_1m_in": 0.25,
 124      "cost_per_1m_out": 1.25,
 125      "cost_per_1m_in_cached": 0.3,
 126      "cost_per_1m_out_cached": 0.03,
 127      "context_window": 200000,
 128      "default_max_tokens": 2048,
 129      "can_reason": false,
 130      "supports_attachments": true,
 131      "options": {}
 132    },
 133    {
 134      "id": "anthropic/claude-3.5-haiku",
 135      "name": "Anthropic: Claude 3.5 Haiku",
 136      "cost_per_1m_in": 0.7999999999999999,
 137      "cost_per_1m_out": 4,
 138      "cost_per_1m_in_cached": 1,
 139      "cost_per_1m_out_cached": 0.08,
 140      "context_window": 200000,
 141      "default_max_tokens": 4096,
 142      "can_reason": false,
 143      "supports_attachments": true,
 144      "options": {}
 145    },
 146    {
 147      "id": "anthropic/claude-3.5-sonnet",
 148      "name": "Anthropic: Claude 3.5 Sonnet",
 149      "cost_per_1m_in": 6,
 150      "cost_per_1m_out": 30,
 151      "cost_per_1m_in_cached": 7.5,
 152      "cost_per_1m_out_cached": 0.6,
 153      "context_window": 200000,
 154      "default_max_tokens": 4096,
 155      "can_reason": false,
 156      "supports_attachments": true,
 157      "options": {}
 158    },
 159    {
 160      "id": "anthropic/claude-3.7-sonnet",
 161      "name": "Anthropic: Claude 3.7 Sonnet",
 162      "cost_per_1m_in": 3,
 163      "cost_per_1m_out": 15,
 164      "cost_per_1m_in_cached": 3.75,
 165      "cost_per_1m_out_cached": 0.3,
 166      "context_window": 200000,
 167      "default_max_tokens": 32000,
 168      "can_reason": true,
 169      "reasoning_levels": [
 170        "low",
 171        "medium",
 172        "high"
 173      ],
 174      "default_reasoning_effort": "medium",
 175      "supports_attachments": true,
 176      "options": {}
 177    },
 178    {
 179      "id": "anthropic/claude-3.7-sonnet:thinking",
 180      "name": "Anthropic: Claude 3.7 Sonnet (thinking)",
 181      "cost_per_1m_in": 3,
 182      "cost_per_1m_out": 15,
 183      "cost_per_1m_in_cached": 3.75,
 184      "cost_per_1m_out_cached": 0.3,
 185      "context_window": 200000,
 186      "default_max_tokens": 32000,
 187      "can_reason": true,
 188      "reasoning_levels": [
 189        "low",
 190        "medium",
 191        "high"
 192      ],
 193      "default_reasoning_effort": "medium",
 194      "supports_attachments": true,
 195      "options": {}
 196    },
 197    {
 198      "id": "anthropic/claude-haiku-4.5",
 199      "name": "Anthropic: Claude Haiku 4.5",
 200      "cost_per_1m_in": 1,
 201      "cost_per_1m_out": 5,
 202      "cost_per_1m_in_cached": 1.25,
 203      "cost_per_1m_out_cached": 0.09999999999999999,
 204      "context_window": 200000,
 205      "default_max_tokens": 32000,
 206      "can_reason": true,
 207      "reasoning_levels": [
 208        "low",
 209        "medium",
 210        "high"
 211      ],
 212      "default_reasoning_effort": "medium",
 213      "supports_attachments": true,
 214      "options": {}
 215    },
 216    {
 217      "id": "anthropic/claude-opus-4",
 218      "name": "Anthropic: Claude Opus 4",
 219      "cost_per_1m_in": 15,
 220      "cost_per_1m_out": 75,
 221      "cost_per_1m_in_cached": 18.75,
 222      "cost_per_1m_out_cached": 1.5,
 223      "context_window": 200000,
 224      "default_max_tokens": 16000,
 225      "can_reason": true,
 226      "reasoning_levels": [
 227        "low",
 228        "medium",
 229        "high"
 230      ],
 231      "default_reasoning_effort": "medium",
 232      "supports_attachments": true,
 233      "options": {}
 234    },
 235    {
 236      "id": "anthropic/claude-opus-4.1",
 237      "name": "Anthropic: Claude Opus 4.1",
 238      "cost_per_1m_in": 15,
 239      "cost_per_1m_out": 75,
 240      "cost_per_1m_in_cached": 18.75,
 241      "cost_per_1m_out_cached": 1.5,
 242      "context_window": 200000,
 243      "default_max_tokens": 16000,
 244      "can_reason": true,
 245      "reasoning_levels": [
 246        "low",
 247        "medium",
 248        "high"
 249      ],
 250      "default_reasoning_effort": "medium",
 251      "supports_attachments": true,
 252      "options": {}
 253    },
 254    {
 255      "id": "anthropic/claude-opus-4.5",
 256      "name": "Anthropic: Claude Opus 4.5",
 257      "cost_per_1m_in": 5,
 258      "cost_per_1m_out": 25,
 259      "cost_per_1m_in_cached": 6.25,
 260      "cost_per_1m_out_cached": 0.5,
 261      "context_window": 200000,
 262      "default_max_tokens": 32000,
 263      "can_reason": true,
 264      "reasoning_levels": [
 265        "low",
 266        "medium",
 267        "high"
 268      ],
 269      "default_reasoning_effort": "medium",
 270      "supports_attachments": true,
 271      "options": {}
 272    },
 273    {
 274      "id": "anthropic/claude-sonnet-4",
 275      "name": "Anthropic: Claude Sonnet 4",
 276      "cost_per_1m_in": 3,
 277      "cost_per_1m_out": 15,
 278      "cost_per_1m_in_cached": 3.75,
 279      "cost_per_1m_out_cached": 0.3,
 280      "context_window": 1000000,
 281      "default_max_tokens": 32000,
 282      "can_reason": true,
 283      "reasoning_levels": [
 284        "low",
 285        "medium",
 286        "high"
 287      ],
 288      "default_reasoning_effort": "medium",
 289      "supports_attachments": true,
 290      "options": {}
 291    },
 292    {
 293      "id": "anthropic/claude-sonnet-4.5",
 294      "name": "Anthropic: Claude Sonnet 4.5",
 295      "cost_per_1m_in": 3,
 296      "cost_per_1m_out": 15,
 297      "cost_per_1m_in_cached": 3.75,
 298      "cost_per_1m_out_cached": 0.3,
 299      "context_window": 1000000,
 300      "default_max_tokens": 32000,
 301      "can_reason": true,
 302      "reasoning_levels": [
 303        "low",
 304        "medium",
 305        "high"
 306      ],
 307      "default_reasoning_effort": "medium",
 308      "supports_attachments": true,
 309      "options": {}
 310    },
 311    {
 312      "id": "arcee-ai/trinity-large-preview:free",
 313      "name": "Arcee AI: Trinity Large Preview (free)",
 314      "cost_per_1m_in": 0,
 315      "cost_per_1m_out": 0,
 316      "cost_per_1m_in_cached": 0,
 317      "cost_per_1m_out_cached": 0,
 318      "context_window": 131000,
 319      "default_max_tokens": 13100,
 320      "can_reason": false,
 321      "supports_attachments": false,
 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": 16384,
 435      "can_reason": true,
 436      "reasoning_levels": [
 437        "low",
 438        "medium",
 439        "high"
 440      ],
 441      "default_reasoning_effort": "medium",
 442      "supports_attachments": true,
 443      "options": {}
 444    },
 445    {
 446      "id": "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.27,
 583      "cost_per_1m_out": 1,
 584      "cost_per_1m_in_cached": 0,
 585      "cost_per_1m_out_cached": 0,
 586      "context_window": 163840,
 587      "default_max_tokens": 81920,
 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.26,
 621      "cost_per_1m_out": 0.39,
 622      "cost_per_1m_in_cached": 0,
 623      "cost_per_1m_out_cached": 0.13,
 624      "context_window": 163840,
 625      "default_max_tokens": 16384,
 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.21,
 640      "cost_per_1m_out": 0.32,
 641      "cost_per_1m_in_cached": 0,
 642      "cost_per_1m_out_cached": 0.21,
 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.5,
 660      "cost_per_1m_in_cached": 0,
 661      "cost_per_1m_out_cached": 0,
 662      "context_window": 64000,
 663      "default_max_tokens": 8000,
 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.5,
 678      "cost_per_1m_out": 2.1799999999999997,
 679      "cost_per_1m_in_cached": 0,
 680      "cost_per_1m_out_cached": 0,
 681      "context_window": 163840,
 682      "default_max_tokens": 81920,
 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.08333333333333334,
 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.08333333333333334,
 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.08333333333333334,
 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.08333333333333334,
 795      "cost_per_1m_out_cached": 0.01,
 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.08333333333333334,
 814      "cost_per_1m_out_cached": 0.03,
 815      "context_window": 1048576,
 816      "default_max_tokens": 32768,
 817      "can_reason": true,
 818      "reasoning_levels": [
 819        "low",
 820        "medium",
 821        "high"
 822      ],
 823      "default_reasoning_effort": "medium",
 824      "supports_attachments": true,
 825      "options": {}
 826    },
 827    {
 828      "id": "google/gemini-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": 0.375,
 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": 0.375,
 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": 0.375,
 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.08333333333333334,
 890      "cost_per_1m_out_cached": 0.049999999999999996,
 891      "context_window": 1048576,
 892      "default_max_tokens": 32768,
 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": 0.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": "google/gemma-3-27b-it:free",
 937      "name": "Google: Gemma 3 27B (free)",
 938      "cost_per_1m_in": 0,
 939      "cost_per_1m_out": 0,
 940      "cost_per_1m_in_cached": 0,
 941      "cost_per_1m_out_cached": 0,
 942      "context_window": 128000,
 943      "default_max_tokens": 12800,
 944      "can_reason": false,
 945      "supports_attachments": true,
 946      "options": {}
 947    },
 948    {
 949      "id": "inception/mercury",
 950      "name": "Inception: Mercury",
 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": "inception/mercury-coder",
 963      "name": "Inception: Mercury Coder",
 964      "cost_per_1m_in": 0.25,
 965      "cost_per_1m_out": 1,
 966      "cost_per_1m_in_cached": 0,
 967      "cost_per_1m_out_cached": 0,
 968      "context_window": 128000,
 969      "default_max_tokens": 8192,
 970      "can_reason": false,
 971      "supports_attachments": false,
 972      "options": {}
 973    },
 974    {
 975      "id": "kwaipilot/kat-coder-pro",
 976      "name": "Kwaipilot: KAT-Coder-Pro V1",
 977      "cost_per_1m_in": 0.207,
 978      "cost_per_1m_out": 0.828,
 979      "cost_per_1m_in_cached": 0,
 980      "cost_per_1m_out_cached": 0.0414,
 981      "context_window": 256000,
 982      "default_max_tokens": 64000,
 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": 8192,
 996      "can_reason": false,
 997      "supports_attachments": false,
 998      "options": {}
 999    },
1000    {
1001      "id": "meta-llama/llama-3.3-70b-instruct",
1002      "name": "Meta: Llama 3.3 70B Instruct",
1003      "cost_per_1m_in": 0.25,
1004      "cost_per_1m_out": 0.75,
1005      "cost_per_1m_in_cached": 0,
1006      "cost_per_1m_out_cached": 0,
1007      "context_window": 131072,
1008      "default_max_tokens": 13107,
1009      "can_reason": false,
1010      "supports_attachments": false,
1011      "options": {}
1012    },
1013    {
1014      "id": "meta-llama/llama-3.3-70b-instruct:free",
1015      "name": "Meta: Llama 3.3 70B Instruct (free)",
1016      "cost_per_1m_in": 0,
1017      "cost_per_1m_out": 0,
1018      "cost_per_1m_in_cached": 0,
1019      "cost_per_1m_out_cached": 0,
1020      "context_window": 128000,
1021      "default_max_tokens": 12800,
1022      "can_reason": false,
1023      "supports_attachments": false,
1024      "options": {}
1025    },
1026    {
1027      "id": "meta-llama/llama-4-maverick",
1028      "name": "Meta: Llama 4 Maverick",
1029      "cost_per_1m_in": 0.27,
1030      "cost_per_1m_out": 0.85,
1031      "cost_per_1m_in_cached": 0,
1032      "cost_per_1m_out_cached": 0,
1033      "context_window": 1048576,
1034      "default_max_tokens": 104857,
1035      "can_reason": false,
1036      "supports_attachments": true,
1037      "options": {}
1038    },
1039    {
1040      "id": "meta-llama/llama-4-scout",
1041      "name": "Meta: Llama 4 Scout",
1042      "cost_per_1m_in": 0.25,
1043      "cost_per_1m_out": 0.7,
1044      "cost_per_1m_in_cached": 0,
1045      "cost_per_1m_out_cached": 0,
1046      "context_window": 1310720,
1047      "default_max_tokens": 4096,
1048      "can_reason": false,
1049      "supports_attachments": true,
1050      "options": {}
1051    },
1052    {
1053      "id": "minimax/minimax-m2",
1054      "name": "MiniMax: MiniMax M2",
1055      "cost_per_1m_in": 0.3,
1056      "cost_per_1m_out": 1.2,
1057      "cost_per_1m_in_cached": 0,
1058      "cost_per_1m_out_cached": 0.03,
1059      "context_window": 204800,
1060      "default_max_tokens": 65536,
1061      "can_reason": true,
1062      "reasoning_levels": [
1063        "low",
1064        "medium",
1065        "high"
1066      ],
1067      "default_reasoning_effort": "medium",
1068      "supports_attachments": false,
1069      "options": {}
1070    },
1071    {
1072      "id": "minimax/minimax-m2.1",
1073      "name": "MiniMax: MiniMax M2.1",
1074      "cost_per_1m_in": 0.3,
1075      "cost_per_1m_out": 1.2,
1076      "cost_per_1m_in_cached": 0,
1077      "cost_per_1m_out_cached": 0.03,
1078      "context_window": 204800,
1079      "default_max_tokens": 65536,
1080      "can_reason": true,
1081      "reasoning_levels": [
1082        "low",
1083        "medium",
1084        "high"
1085      ],
1086      "default_reasoning_effort": "medium",
1087      "supports_attachments": false,
1088      "options": {}
1089    },
1090    {
1091      "id": "mistralai/mistral-large",
1092      "name": "Mistral Large",
1093      "cost_per_1m_in": 2,
1094      "cost_per_1m_out": 6,
1095      "cost_per_1m_in_cached": 0,
1096      "cost_per_1m_out_cached": 0,
1097      "context_window": 128000,
1098      "default_max_tokens": 12800,
1099      "can_reason": false,
1100      "supports_attachments": false,
1101      "options": {}
1102    },
1103    {
1104      "id": "mistralai/mistral-large-2407",
1105      "name": "Mistral Large 2407",
1106      "cost_per_1m_in": 2,
1107      "cost_per_1m_out": 6,
1108      "cost_per_1m_in_cached": 0,
1109      "cost_per_1m_out_cached": 0,
1110      "context_window": 131072,
1111      "default_max_tokens": 13107,
1112      "can_reason": false,
1113      "supports_attachments": false,
1114      "options": {}
1115    },
1116    {
1117      "id": "mistralai/mistral-large-2411",
1118      "name": "Mistral Large 2411",
1119      "cost_per_1m_in": 2,
1120      "cost_per_1m_out": 6,
1121      "cost_per_1m_in_cached": 0,
1122      "cost_per_1m_out_cached": 0,
1123      "context_window": 131072,
1124      "default_max_tokens": 13107,
1125      "can_reason": false,
1126      "supports_attachments": false,
1127      "options": {}
1128    },
1129    {
1130      "id": "mistralai/mistral-tiny",
1131      "name": "Mistral Tiny",
1132      "cost_per_1m_in": 0.25,
1133      "cost_per_1m_out": 0.25,
1134      "cost_per_1m_in_cached": 0,
1135      "cost_per_1m_out_cached": 0,
1136      "context_window": 32768,
1137      "default_max_tokens": 3276,
1138      "can_reason": false,
1139      "supports_attachments": false,
1140      "options": {}
1141    },
1142    {
1143      "id": "mistralai/codestral-2508",
1144      "name": "Mistral: Codestral 2508",
1145      "cost_per_1m_in": 0.3,
1146      "cost_per_1m_out": 0.8999999999999999,
1147      "cost_per_1m_in_cached": 0,
1148      "cost_per_1m_out_cached": 0,
1149      "context_window": 256000,
1150      "default_max_tokens": 25600,
1151      "can_reason": false,
1152      "supports_attachments": false,
1153      "options": {}
1154    },
1155    {
1156      "id": "mistralai/devstral-2512",
1157      "name": "Mistral: Devstral 2 2512",
1158      "cost_per_1m_in": 0.39999999999999997,
1159      "cost_per_1m_out": 2,
1160      "cost_per_1m_in_cached": 0,
1161      "cost_per_1m_out_cached": 0,
1162      "context_window": 262144,
1163      "default_max_tokens": 26214,
1164      "can_reason": false,
1165      "supports_attachments": false,
1166      "options": {}
1167    },
1168    {
1169      "id": "mistralai/devstral-medium",
1170      "name": "Mistral: Devstral Medium",
1171      "cost_per_1m_in": 0.39999999999999997,
1172      "cost_per_1m_out": 2,
1173      "cost_per_1m_in_cached": 0,
1174      "cost_per_1m_out_cached": 0,
1175      "context_window": 131072,
1176      "default_max_tokens": 13107,
1177      "can_reason": false,
1178      "supports_attachments": false,
1179      "options": {}
1180    },
1181    {
1182      "id": "mistralai/devstral-small",
1183      "name": "Mistral: Devstral Small 1.1",
1184      "cost_per_1m_in": 0.09999999999999999,
1185      "cost_per_1m_out": 0.3,
1186      "cost_per_1m_in_cached": 0,
1187      "cost_per_1m_out_cached": 0,
1188      "context_window": 131072,
1189      "default_max_tokens": 13107,
1190      "can_reason": false,
1191      "supports_attachments": false,
1192      "options": {}
1193    },
1194    {
1195      "id": "mistralai/ministral-14b-2512",
1196      "name": "Mistral: Ministral 3 14B 2512",
1197      "cost_per_1m_in": 0.19999999999999998,
1198      "cost_per_1m_out": 0.19999999999999998,
1199      "cost_per_1m_in_cached": 0,
1200      "cost_per_1m_out_cached": 0,
1201      "context_window": 262144,
1202      "default_max_tokens": 26214,
1203      "can_reason": false,
1204      "supports_attachments": true,
1205      "options": {}
1206    },
1207    {
1208      "id": "mistralai/ministral-3b-2512",
1209      "name": "Mistral: Ministral 3 3B 2512",
1210      "cost_per_1m_in": 0.09999999999999999,
1211      "cost_per_1m_out": 0.09999999999999999,
1212      "cost_per_1m_in_cached": 0,
1213      "cost_per_1m_out_cached": 0,
1214      "context_window": 131072,
1215      "default_max_tokens": 13107,
1216      "can_reason": false,
1217      "supports_attachments": true,
1218      "options": {}
1219    },
1220    {
1221      "id": "mistralai/ministral-8b-2512",
1222      "name": "Mistral: Ministral 3 8B 2512",
1223      "cost_per_1m_in": 0.15,
1224      "cost_per_1m_out": 0.15,
1225      "cost_per_1m_in_cached": 0,
1226      "cost_per_1m_out_cached": 0,
1227      "context_window": 262144,
1228      "default_max_tokens": 26214,
1229      "can_reason": false,
1230      "supports_attachments": true,
1231      "options": {}
1232    },
1233    {
1234      "id": "mistralai/ministral-3b",
1235      "name": "Mistral: Ministral 3B",
1236      "cost_per_1m_in": 0.04,
1237      "cost_per_1m_out": 0.04,
1238      "cost_per_1m_in_cached": 0,
1239      "cost_per_1m_out_cached": 0,
1240      "context_window": 131072,
1241      "default_max_tokens": 13107,
1242      "can_reason": false,
1243      "supports_attachments": false,
1244      "options": {}
1245    },
1246    {
1247      "id": "mistralai/ministral-8b",
1248      "name": "Mistral: Ministral 8B",
1249      "cost_per_1m_in": 0.09999999999999999,
1250      "cost_per_1m_out": 0.09999999999999999,
1251      "cost_per_1m_in_cached": 0,
1252      "cost_per_1m_out_cached": 0,
1253      "context_window": 131072,
1254      "default_max_tokens": 13107,
1255      "can_reason": false,
1256      "supports_attachments": false,
1257      "options": {}
1258    },
1259    {
1260      "id": "mistralai/mistral-large-2512",
1261      "name": "Mistral: Mistral Large 3 2512",
1262      "cost_per_1m_in": 0.5,
1263      "cost_per_1m_out": 1.5,
1264      "cost_per_1m_in_cached": 0,
1265      "cost_per_1m_out_cached": 0,
1266      "context_window": 262144,
1267      "default_max_tokens": 26214,
1268      "can_reason": false,
1269      "supports_attachments": true,
1270      "options": {}
1271    },
1272    {
1273      "id": "mistralai/mistral-medium-3",
1274      "name": "Mistral: Mistral Medium 3",
1275      "cost_per_1m_in": 0.39999999999999997,
1276      "cost_per_1m_out": 2,
1277      "cost_per_1m_in_cached": 0,
1278      "cost_per_1m_out_cached": 0,
1279      "context_window": 131072,
1280      "default_max_tokens": 13107,
1281      "can_reason": false,
1282      "supports_attachments": true,
1283      "options": {}
1284    },
1285    {
1286      "id": "mistralai/mistral-medium-3.1",
1287      "name": "Mistral: Mistral Medium 3.1",
1288      "cost_per_1m_in": 0.39999999999999997,
1289      "cost_per_1m_out": 2,
1290      "cost_per_1m_in_cached": 0,
1291      "cost_per_1m_out_cached": 0,
1292      "context_window": 131072,
1293      "default_max_tokens": 13107,
1294      "can_reason": false,
1295      "supports_attachments": true,
1296      "options": {}
1297    },
1298    {
1299      "id": "mistralai/mistral-nemo",
1300      "name": "Mistral: Mistral Nemo",
1301      "cost_per_1m_in": 0.15,
1302      "cost_per_1m_out": 0.15,
1303      "cost_per_1m_in_cached": 0,
1304      "cost_per_1m_out_cached": 0,
1305      "context_window": 131072,
1306      "default_max_tokens": 13107,
1307      "can_reason": false,
1308      "supports_attachments": false,
1309      "options": {}
1310    },
1311    {
1312      "id": "mistralai/mistral-small-24b-instruct-2501",
1313      "name": "Mistral: Mistral Small 3",
1314      "cost_per_1m_in": 0.09999999999999999,
1315      "cost_per_1m_out": 0.3,
1316      "cost_per_1m_in_cached": 0,
1317      "cost_per_1m_out_cached": 0,
1318      "context_window": 32768,
1319      "default_max_tokens": 1024,
1320      "can_reason": false,
1321      "supports_attachments": false,
1322      "options": {}
1323    },
1324    {
1325      "id": "mistralai/mistral-small-3.1-24b-instruct:free",
1326      "name": "Mistral: Mistral Small 3.1 24B (free)",
1327      "cost_per_1m_in": 0,
1328      "cost_per_1m_out": 0,
1329      "cost_per_1m_in_cached": 0,
1330      "cost_per_1m_out_cached": 0,
1331      "context_window": 128000,
1332      "default_max_tokens": 12800,
1333      "can_reason": false,
1334      "supports_attachments": true,
1335      "options": {}
1336    },
1337    {
1338      "id": "mistralai/mistral-small-3.2-24b-instruct",
1339      "name": "Mistral: Mistral Small 3.2 24B",
1340      "cost_per_1m_in": 0.09999999999999999,
1341      "cost_per_1m_out": 0.3,
1342      "cost_per_1m_in_cached": 0,
1343      "cost_per_1m_out_cached": 0,
1344      "context_window": 131072,
1345      "default_max_tokens": 13107,
1346      "can_reason": false,
1347      "supports_attachments": true,
1348      "options": {}
1349    },
1350    {
1351      "id": "mistralai/mistral-small-creative",
1352      "name": "Mistral: Mistral Small Creative",
1353      "cost_per_1m_in": 0.09999999999999999,
1354      "cost_per_1m_out": 0.3,
1355      "cost_per_1m_in_cached": 0,
1356      "cost_per_1m_out_cached": 0,
1357      "context_window": 32768,
1358      "default_max_tokens": 3276,
1359      "can_reason": false,
1360      "supports_attachments": false,
1361      "options": {}
1362    },
1363    {
1364      "id": "mistralai/mixtral-8x22b-instruct",
1365      "name": "Mistral: Mixtral 8x22B Instruct",
1366      "cost_per_1m_in": 2,
1367      "cost_per_1m_out": 6,
1368      "cost_per_1m_in_cached": 0,
1369      "cost_per_1m_out_cached": 0,
1370      "context_window": 65536,
1371      "default_max_tokens": 6553,
1372      "can_reason": false,
1373      "supports_attachments": false,
1374      "options": {}
1375    },
1376    {
1377      "id": "mistralai/mixtral-8x7b-instruct",
1378      "name": "Mistral: Mixtral 8x7B Instruct",
1379      "cost_per_1m_in": 0.54,
1380      "cost_per_1m_out": 0.54,
1381      "cost_per_1m_in_cached": 0,
1382      "cost_per_1m_out_cached": 0,
1383      "context_window": 32768,
1384      "default_max_tokens": 8192,
1385      "can_reason": false,
1386      "supports_attachments": false,
1387      "options": {}
1388    },
1389    {
1390      "id": "mistralai/pixtral-12b",
1391      "name": "Mistral: Pixtral 12B",
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": true,
1400      "options": {}
1401    },
1402    {
1403      "id": "mistralai/pixtral-large-2411",
1404      "name": "Mistral: Pixtral Large 2411",
1405      "cost_per_1m_in": 2,
1406      "cost_per_1m_out": 6,
1407      "cost_per_1m_in_cached": 0,
1408      "cost_per_1m_out_cached": 0,
1409      "context_window": 131072,
1410      "default_max_tokens": 13107,
1411      "can_reason": false,
1412      "supports_attachments": true,
1413      "options": {}
1414    },
1415    {
1416      "id": "mistralai/mistral-saba",
1417      "name": "Mistral: Saba",
1418      "cost_per_1m_in": 0.19999999999999998,
1419      "cost_per_1m_out": 0.6,
1420      "cost_per_1m_in_cached": 0,
1421      "cost_per_1m_out_cached": 0,
1422      "context_window": 32768,
1423      "default_max_tokens": 3276,
1424      "can_reason": false,
1425      "supports_attachments": false,
1426      "options": {}
1427    },
1428    {
1429      "id": "mistralai/voxtral-small-24b-2507",
1430      "name": "Mistral: Voxtral Small 24B 2507",
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": 32000,
1436      "default_max_tokens": 3200,
1437      "can_reason": false,
1438      "supports_attachments": false,
1439      "options": {}
1440    },
1441    {
1442      "id": "moonshotai/kimi-k2",
1443      "name": "MoonshotAI: Kimi K2 0711",
1444      "cost_per_1m_in": 0.5,
1445      "cost_per_1m_out": 2.4,
1446      "cost_per_1m_in_cached": 0,
1447      "cost_per_1m_out_cached": 0,
1448      "context_window": 131072,
1449      "default_max_tokens": 13107,
1450      "can_reason": false,
1451      "supports_attachments": false,
1452      "options": {}
1453    },
1454    {
1455      "id": "moonshotai/kimi-k2-0905",
1456      "name": "MoonshotAI: Kimi K2 0905",
1457      "cost_per_1m_in": 0.39,
1458      "cost_per_1m_out": 1.9,
1459      "cost_per_1m_in_cached": 0,
1460      "cost_per_1m_out_cached": 0,
1461      "context_window": 262144,
1462      "default_max_tokens": 131072,
1463      "can_reason": false,
1464      "supports_attachments": false,
1465      "options": {}
1466    },
1467    {
1468      "id": "moonshotai/kimi-k2-0905:exacto",
1469      "name": "MoonshotAI: Kimi K2 0905 (exacto)",
1470      "cost_per_1m_in": 1,
1471      "cost_per_1m_out": 3,
1472      "cost_per_1m_in_cached": 0,
1473      "cost_per_1m_out_cached": 0.5,
1474      "context_window": 262144,
1475      "default_max_tokens": 8192,
1476      "can_reason": false,
1477      "supports_attachments": false,
1478      "options": {}
1479    },
1480    {
1481      "id": "moonshotai/kimi-k2-thinking",
1482      "name": "MoonshotAI: Kimi K2 Thinking",
1483      "cost_per_1m_in": 0.6,
1484      "cost_per_1m_out": 2.5,
1485      "cost_per_1m_in_cached": 0,
1486      "cost_per_1m_out_cached": 0.6,
1487      "context_window": 262144,
1488      "default_max_tokens": 131072,
1489      "can_reason": true,
1490      "reasoning_levels": [
1491        "low",
1492        "medium",
1493        "high"
1494      ],
1495      "default_reasoning_effort": "medium",
1496      "supports_attachments": false,
1497      "options": {}
1498    },
1499    {
1500      "id": "moonshotai/kimi-k2.5",
1501      "name": "MoonshotAI: Kimi K2.5",
1502      "cost_per_1m_in": 0.6,
1503      "cost_per_1m_out": 3,
1504      "cost_per_1m_in_cached": 0,
1505      "cost_per_1m_out_cached": 0.09999999999999999,
1506      "context_window": 262144,
1507      "default_max_tokens": 26214,
1508      "can_reason": true,
1509      "reasoning_levels": [
1510        "low",
1511        "medium",
1512        "high"
1513      ],
1514      "default_reasoning_effort": "medium",
1515      "supports_attachments": true,
1516      "options": {}
1517    },
1518    {
1519      "id": "nvidia/llama-3.1-nemotron-70b-instruct",
1520      "name": "NVIDIA: Llama 3.1 Nemotron 70B Instruct",
1521      "cost_per_1m_in": 1.2,
1522      "cost_per_1m_out": 1.2,
1523      "cost_per_1m_in_cached": 0,
1524      "cost_per_1m_out_cached": 0,
1525      "context_window": 131072,
1526      "default_max_tokens": 8192,
1527      "can_reason": false,
1528      "supports_attachments": false,
1529      "options": {}
1530    },
1531    {
1532      "id": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
1533      "name": "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
1534      "cost_per_1m_in": 0.09999999999999999,
1535      "cost_per_1m_out": 0.39999999999999997,
1536      "cost_per_1m_in_cached": 0,
1537      "cost_per_1m_out_cached": 0,
1538      "context_window": 131072,
1539      "default_max_tokens": 13107,
1540      "can_reason": true,
1541      "reasoning_levels": [
1542        "low",
1543        "medium",
1544        "high"
1545      ],
1546      "default_reasoning_effort": "medium",
1547      "supports_attachments": false,
1548      "options": {}
1549    },
1550    {
1551      "id": "nvidia/nemotron-3-nano-30b-a3b",
1552      "name": "NVIDIA: Nemotron 3 Nano 30B A3B",
1553      "cost_per_1m_in": 0.06,
1554      "cost_per_1m_out": 0.24,
1555      "cost_per_1m_in_cached": 0,
1556      "cost_per_1m_out_cached": 0,
1557      "context_window": 262144,
1558      "default_max_tokens": 26214,
1559      "can_reason": true,
1560      "reasoning_levels": [
1561        "low",
1562        "medium",
1563        "high"
1564      ],
1565      "default_reasoning_effort": "medium",
1566      "supports_attachments": false,
1567      "options": {}
1568    },
1569    {
1570      "id": "nvidia/nemotron-3-nano-30b-a3b:free",
1571      "name": "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
1572      "cost_per_1m_in": 0,
1573      "cost_per_1m_out": 0,
1574      "cost_per_1m_in_cached": 0,
1575      "cost_per_1m_out_cached": 0,
1576      "context_window": 256000,
1577      "default_max_tokens": 25600,
1578      "can_reason": true,
1579      "reasoning_levels": [
1580        "low",
1581        "medium",
1582        "high"
1583      ],
1584      "default_reasoning_effort": "medium",
1585      "supports_attachments": false,
1586      "options": {}
1587    },
1588    {
1589      "id": "nvidia/nemotron-nano-12b-v2-vl:free",
1590      "name": "NVIDIA: Nemotron Nano 12B 2 VL (free)",
1591      "cost_per_1m_in": 0,
1592      "cost_per_1m_out": 0,
1593      "cost_per_1m_in_cached": 0,
1594      "cost_per_1m_out_cached": 0,
1595      "context_window": 128000,
1596      "default_max_tokens": 64000,
1597      "can_reason": true,
1598      "reasoning_levels": [
1599        "low",
1600        "medium",
1601        "high"
1602      ],
1603      "default_reasoning_effort": "medium",
1604      "supports_attachments": true,
1605      "options": {}
1606    },
1607    {
1608      "id": "nvidia/nemotron-nano-9b-v2",
1609      "name": "NVIDIA: Nemotron Nano 9B V2",
1610      "cost_per_1m_in": 0.04,
1611      "cost_per_1m_out": 0.16,
1612      "cost_per_1m_in_cached": 0,
1613      "cost_per_1m_out_cached": 0,
1614      "context_window": 131072,
1615      "default_max_tokens": 13107,
1616      "can_reason": true,
1617      "reasoning_levels": [
1618        "low",
1619        "medium",
1620        "high"
1621      ],
1622      "default_reasoning_effort": "medium",
1623      "supports_attachments": false,
1624      "options": {}
1625    },
1626    {
1627      "id": "nvidia/nemotron-nano-9b-v2:free",
1628      "name": "NVIDIA: Nemotron Nano 9B V2 (free)",
1629      "cost_per_1m_in": 0,
1630      "cost_per_1m_out": 0,
1631      "cost_per_1m_in_cached": 0,
1632      "cost_per_1m_out_cached": 0,
1633      "context_window": 128000,
1634      "default_max_tokens": 12800,
1635      "can_reason": true,
1636      "reasoning_levels": [
1637        "low",
1638        "medium",
1639        "high"
1640      ],
1641      "default_reasoning_effort": "medium",
1642      "supports_attachments": false,
1643      "options": {}
1644    },
1645    {
1646      "id": "nex-agi/deepseek-v3.1-nex-n1",
1647      "name": "Nex AGI: DeepSeek V3.1 Nex N1",
1648      "cost_per_1m_in": 0.27,
1649      "cost_per_1m_out": 1,
1650      "cost_per_1m_in_cached": 0,
1651      "cost_per_1m_out_cached": 0,
1652      "context_window": 131072,
1653      "default_max_tokens": 81920,
1654      "can_reason": false,
1655      "supports_attachments": false,
1656      "options": {}
1657    },
1658    {
1659      "id": "nousresearch/deephermes-3-mistral-24b-preview",
1660      "name": "Nous: DeepHermes 3 Mistral 24B Preview",
1661      "cost_per_1m_in": 0.02,
1662      "cost_per_1m_out": 0.09999999999999999,
1663      "cost_per_1m_in_cached": 0,
1664      "cost_per_1m_out_cached": 0,
1665      "context_window": 32768,
1666      "default_max_tokens": 16384,
1667      "can_reason": true,
1668      "reasoning_levels": [
1669        "low",
1670        "medium",
1671        "high"
1672      ],
1673      "default_reasoning_effort": "medium",
1674      "supports_attachments": false,
1675      "options": {}
1676    },
1677    {
1678      "id": "nousresearch/hermes-4-70b",
1679      "name": "Nous: Hermes 4 70B",
1680      "cost_per_1m_in": 0.11,
1681      "cost_per_1m_out": 0.38,
1682      "cost_per_1m_in_cached": 0,
1683      "cost_per_1m_out_cached": 0,
1684      "context_window": 131072,
1685      "default_max_tokens": 65536,
1686      "can_reason": true,
1687      "reasoning_levels": [
1688        "low",
1689        "medium",
1690        "high"
1691      ],
1692      "default_reasoning_effort": "medium",
1693      "supports_attachments": false,
1694      "options": {}
1695    },
1696    {
1697      "id": "openai/gpt-4-turbo",
1698      "name": "OpenAI: GPT-4 Turbo",
1699      "cost_per_1m_in": 10,
1700      "cost_per_1m_out": 30,
1701      "cost_per_1m_in_cached": 0,
1702      "cost_per_1m_out_cached": 0,
1703      "context_window": 128000,
1704      "default_max_tokens": 2048,
1705      "can_reason": false,
1706      "supports_attachments": true,
1707      "options": {}
1708    },
1709    {
1710      "id": "openai/gpt-4-1106-preview",
1711      "name": "OpenAI: GPT-4 Turbo (older v1106)",
1712      "cost_per_1m_in": 10,
1713      "cost_per_1m_out": 30,
1714      "cost_per_1m_in_cached": 0,
1715      "cost_per_1m_out_cached": 0,
1716      "context_window": 128000,
1717      "default_max_tokens": 2048,
1718      "can_reason": false,
1719      "supports_attachments": false,
1720      "options": {}
1721    },
1722    {
1723      "id": "openai/gpt-4-turbo-preview",
1724      "name": "OpenAI: GPT-4 Turbo Preview",
1725      "cost_per_1m_in": 10,
1726      "cost_per_1m_out": 30,
1727      "cost_per_1m_in_cached": 0,
1728      "cost_per_1m_out_cached": 0,
1729      "context_window": 128000,
1730      "default_max_tokens": 2048,
1731      "can_reason": false,
1732      "supports_attachments": false,
1733      "options": {}
1734    },
1735    {
1736      "id": "openai/gpt-4.1",
1737      "name": "OpenAI: GPT-4.1",
1738      "cost_per_1m_in": 2,
1739      "cost_per_1m_out": 8,
1740      "cost_per_1m_in_cached": 0,
1741      "cost_per_1m_out_cached": 0.5,
1742      "context_window": 1047576,
1743      "default_max_tokens": 104757,
1744      "can_reason": false,
1745      "supports_attachments": true,
1746      "options": {}
1747    },
1748    {
1749      "id": "openai/gpt-4.1-mini",
1750      "name": "OpenAI: GPT-4.1 Mini",
1751      "cost_per_1m_in": 0.39999999999999997,
1752      "cost_per_1m_out": 1.5999999999999999,
1753      "cost_per_1m_in_cached": 0,
1754      "cost_per_1m_out_cached": 0.09999999999999999,
1755      "context_window": 1047576,
1756      "default_max_tokens": 104757,
1757      "can_reason": false,
1758      "supports_attachments": true,
1759      "options": {}
1760    },
1761    {
1762      "id": "openai/gpt-4.1-nano",
1763      "name": "OpenAI: GPT-4.1 Nano",
1764      "cost_per_1m_in": 0.09999999999999999,
1765      "cost_per_1m_out": 0.39999999999999997,
1766      "cost_per_1m_in_cached": 0,
1767      "cost_per_1m_out_cached": 0.03,
1768      "context_window": 1047576,
1769      "default_max_tokens": 104757,
1770      "can_reason": false,
1771      "supports_attachments": true,
1772      "options": {}
1773    },
1774    {
1775      "id": "openai/gpt-4o",
1776      "name": "OpenAI: GPT-4o",
1777      "cost_per_1m_in": 2.5,
1778      "cost_per_1m_out": 10,
1779      "cost_per_1m_in_cached": 0,
1780      "cost_per_1m_out_cached": 1.25,
1781      "context_window": 128000,
1782      "default_max_tokens": 8192,
1783      "can_reason": false,
1784      "supports_attachments": true,
1785      "options": {}
1786    },
1787    {
1788      "id": "openai/gpt-4o-2024-05-13",
1789      "name": "OpenAI: GPT-4o (2024-05-13)",
1790      "cost_per_1m_in": 5,
1791      "cost_per_1m_out": 15,
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": true,
1798      "options": {}
1799    },
1800    {
1801      "id": "openai/gpt-4o-2024-08-06",
1802      "name": "OpenAI: GPT-4o (2024-08-06)",
1803      "cost_per_1m_in": 2.5,
1804      "cost_per_1m_out": 10,
1805      "cost_per_1m_in_cached": 0,
1806      "cost_per_1m_out_cached": 1.25,
1807      "context_window": 128000,
1808      "default_max_tokens": 8192,
1809      "can_reason": false,
1810      "supports_attachments": true,
1811      "options": {}
1812    },
1813    {
1814      "id": "openai/gpt-4o-2024-11-20",
1815      "name": "OpenAI: GPT-4o (2024-11-20)",
1816      "cost_per_1m_in": 2.5,
1817      "cost_per_1m_out": 10,
1818      "cost_per_1m_in_cached": 0,
1819      "cost_per_1m_out_cached": 1.25,
1820      "context_window": 128000,
1821      "default_max_tokens": 8192,
1822      "can_reason": false,
1823      "supports_attachments": true,
1824      "options": {}
1825    },
1826    {
1827      "id": "openai/gpt-4o:extended",
1828      "name": "OpenAI: GPT-4o (extended)",
1829      "cost_per_1m_in": 6,
1830      "cost_per_1m_out": 18,
1831      "cost_per_1m_in_cached": 0,
1832      "cost_per_1m_out_cached": 0,
1833      "context_window": 128000,
1834      "default_max_tokens": 32000,
1835      "can_reason": false,
1836      "supports_attachments": true,
1837      "options": {}
1838    },
1839    {
1840      "id": "openai/gpt-4o-audio-preview",
1841      "name": "OpenAI: GPT-4o Audio",
1842      "cost_per_1m_in": 2.5,
1843      "cost_per_1m_out": 10,
1844      "cost_per_1m_in_cached": 0,
1845      "cost_per_1m_out_cached": 0,
1846      "context_window": 128000,
1847      "default_max_tokens": 8192,
1848      "can_reason": false,
1849      "supports_attachments": false,
1850      "options": {}
1851    },
1852    {
1853      "id": "openai/gpt-4o-mini",
1854      "name": "OpenAI: GPT-4o-mini",
1855      "cost_per_1m_in": 0.15,
1856      "cost_per_1m_out": 0.6,
1857      "cost_per_1m_in_cached": 0,
1858      "cost_per_1m_out_cached": 0.075,
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-mini-2024-07-18",
1867      "name": "OpenAI: GPT-4o-mini (2024-07-18)",
1868      "cost_per_1m_in": 0.15,
1869      "cost_per_1m_out": 0.6,
1870      "cost_per_1m_in_cached": 0,
1871      "cost_per_1m_out_cached": 0.075,
1872      "context_window": 128000,
1873      "default_max_tokens": 8192,
1874      "can_reason": false,
1875      "supports_attachments": true,
1876      "options": {}
1877    },
1878    {
1879      "id": "openai/gpt-5",
1880      "name": "OpenAI: GPT-5",
1881      "cost_per_1m_in": 1.25,
1882      "cost_per_1m_out": 10,
1883      "cost_per_1m_in_cached": 0,
1884      "cost_per_1m_out_cached": 0.125,
1885      "context_window": 400000,
1886      "default_max_tokens": 64000,
1887      "can_reason": true,
1888      "reasoning_levels": [
1889        "low",
1890        "medium",
1891        "high"
1892      ],
1893      "default_reasoning_effort": "medium",
1894      "supports_attachments": true,
1895      "options": {}
1896    },
1897    {
1898      "id": "openai/gpt-5-codex",
1899      "name": "OpenAI: GPT-5 Codex",
1900      "cost_per_1m_in": 1.25,
1901      "cost_per_1m_out": 10,
1902      "cost_per_1m_in_cached": 0,
1903      "cost_per_1m_out_cached": 0.125,
1904      "context_window": 400000,
1905      "default_max_tokens": 64000,
1906      "can_reason": true,
1907      "reasoning_levels": [
1908        "low",
1909        "medium",
1910        "high"
1911      ],
1912      "default_reasoning_effort": "medium",
1913      "supports_attachments": true,
1914      "options": {}
1915    },
1916    {
1917      "id": "openai/gpt-5-image",
1918      "name": "OpenAI: GPT-5 Image",
1919      "cost_per_1m_in": 10,
1920      "cost_per_1m_out": 10,
1921      "cost_per_1m_in_cached": 0,
1922      "cost_per_1m_out_cached": 1.25,
1923      "context_window": 400000,
1924      "default_max_tokens": 64000,
1925      "can_reason": true,
1926      "reasoning_levels": [
1927        "low",
1928        "medium",
1929        "high"
1930      ],
1931      "default_reasoning_effort": "medium",
1932      "supports_attachments": true,
1933      "options": {}
1934    },
1935    {
1936      "id": "openai/gpt-5-image-mini",
1937      "name": "OpenAI: GPT-5 Image Mini",
1938      "cost_per_1m_in": 2.5,
1939      "cost_per_1m_out": 2,
1940      "cost_per_1m_in_cached": 0,
1941      "cost_per_1m_out_cached": 0.25,
1942      "context_window": 400000,
1943      "default_max_tokens": 64000,
1944      "can_reason": true,
1945      "reasoning_levels": [
1946        "low",
1947        "medium",
1948        "high"
1949      ],
1950      "default_reasoning_effort": "medium",
1951      "supports_attachments": true,
1952      "options": {}
1953    },
1954    {
1955      "id": "openai/gpt-5-mini",
1956      "name": "OpenAI: GPT-5 Mini",
1957      "cost_per_1m_in": 0.25,
1958      "cost_per_1m_out": 2,
1959      "cost_per_1m_in_cached": 0,
1960      "cost_per_1m_out_cached": 0.03,
1961      "context_window": 400000,
1962      "default_max_tokens": 40000,
1963      "can_reason": true,
1964      "reasoning_levels": [
1965        "low",
1966        "medium",
1967        "high"
1968      ],
1969      "default_reasoning_effort": "medium",
1970      "supports_attachments": true,
1971      "options": {}
1972    },
1973    {
1974      "id": "openai/gpt-5-nano",
1975      "name": "OpenAI: GPT-5 Nano",
1976      "cost_per_1m_in": 0.049999999999999996,
1977      "cost_per_1m_out": 0.39999999999999997,
1978      "cost_per_1m_in_cached": 0,
1979      "cost_per_1m_out_cached": 0.01,
1980      "context_window": 400000,
1981      "default_max_tokens": 40000,
1982      "can_reason": true,
1983      "reasoning_levels": [
1984        "low",
1985        "medium",
1986        "high"
1987      ],
1988      "default_reasoning_effort": "medium",
1989      "supports_attachments": true,
1990      "options": {}
1991    },
1992    {
1993      "id": "openai/gpt-5-pro",
1994      "name": "OpenAI: GPT-5 Pro",
1995      "cost_per_1m_in": 15,
1996      "cost_per_1m_out": 120,
1997      "cost_per_1m_in_cached": 0,
1998      "cost_per_1m_out_cached": 0,
1999      "context_window": 400000,
2000      "default_max_tokens": 64000,
2001      "can_reason": true,
2002      "reasoning_levels": [
2003        "low",
2004        "medium",
2005        "high"
2006      ],
2007      "default_reasoning_effort": "medium",
2008      "supports_attachments": true,
2009      "options": {}
2010    },
2011    {
2012      "id": "openai/gpt-5.1",
2013      "name": "OpenAI: GPT-5.1",
2014      "cost_per_1m_in": 1.25,
2015      "cost_per_1m_out": 10,
2016      "cost_per_1m_in_cached": 0,
2017      "cost_per_1m_out_cached": 0.125,
2018      "context_window": 400000,
2019      "default_max_tokens": 64000,
2020      "can_reason": true,
2021      "reasoning_levels": [
2022        "low",
2023        "medium",
2024        "high"
2025      ],
2026      "default_reasoning_effort": "medium",
2027      "supports_attachments": true,
2028      "options": {}
2029    },
2030    {
2031      "id": "openai/gpt-5.1-chat",
2032      "name": "OpenAI: GPT-5.1 Chat",
2033      "cost_per_1m_in": 1.25,
2034      "cost_per_1m_out": 10,
2035      "cost_per_1m_in_cached": 0,
2036      "cost_per_1m_out_cached": 0.125,
2037      "context_window": 128000,
2038      "default_max_tokens": 8192,
2039      "can_reason": false,
2040      "supports_attachments": true,
2041      "options": {}
2042    },
2043    {
2044      "id": "openai/gpt-5.1-codex",
2045      "name": "OpenAI: GPT-5.1-Codex",
2046      "cost_per_1m_in": 1.25,
2047      "cost_per_1m_out": 10,
2048      "cost_per_1m_in_cached": 0,
2049      "cost_per_1m_out_cached": 0.125,
2050      "context_window": 400000,
2051      "default_max_tokens": 64000,
2052      "can_reason": true,
2053      "reasoning_levels": [
2054        "low",
2055        "medium",
2056        "high"
2057      ],
2058      "default_reasoning_effort": "medium",
2059      "supports_attachments": true,
2060      "options": {}
2061    },
2062    {
2063      "id": "openai/gpt-5.1-codex-max",
2064      "name": "OpenAI: GPT-5.1-Codex-Max",
2065      "cost_per_1m_in": 1.25,
2066      "cost_per_1m_out": 10,
2067      "cost_per_1m_in_cached": 0,
2068      "cost_per_1m_out_cached": 0.125,
2069      "context_window": 400000,
2070      "default_max_tokens": 64000,
2071      "can_reason": true,
2072      "reasoning_levels": [
2073        "low",
2074        "medium",
2075        "high"
2076      ],
2077      "default_reasoning_effort": "medium",
2078      "supports_attachments": true,
2079      "options": {}
2080    },
2081    {
2082      "id": "openai/gpt-5.1-codex-mini",
2083      "name": "OpenAI: GPT-5.1-Codex-Mini",
2084      "cost_per_1m_in": 0.25,
2085      "cost_per_1m_out": 2,
2086      "cost_per_1m_in_cached": 0,
2087      "cost_per_1m_out_cached": 0.024999999999999998,
2088      "context_window": 400000,
2089      "default_max_tokens": 50000,
2090      "can_reason": true,
2091      "reasoning_levels": [
2092        "low",
2093        "medium",
2094        "high"
2095      ],
2096      "default_reasoning_effort": "medium",
2097      "supports_attachments": true,
2098      "options": {}
2099    },
2100    {
2101      "id": "openai/gpt-5.2",
2102      "name": "OpenAI: GPT-5.2",
2103      "cost_per_1m_in": 1.75,
2104      "cost_per_1m_out": 14,
2105      "cost_per_1m_in_cached": 0,
2106      "cost_per_1m_out_cached": 0.175,
2107      "context_window": 400000,
2108      "default_max_tokens": 64000,
2109      "can_reason": true,
2110      "reasoning_levels": [
2111        "low",
2112        "medium",
2113        "high"
2114      ],
2115      "default_reasoning_effort": "medium",
2116      "supports_attachments": true,
2117      "options": {}
2118    },
2119    {
2120      "id": "openai/gpt-5.2-chat",
2121      "name": "OpenAI: GPT-5.2 Chat",
2122      "cost_per_1m_in": 1.75,
2123      "cost_per_1m_out": 14,
2124      "cost_per_1m_in_cached": 0,
2125      "cost_per_1m_out_cached": 0.175,
2126      "context_window": 128000,
2127      "default_max_tokens": 8192,
2128      "can_reason": false,
2129      "supports_attachments": true,
2130      "options": {}
2131    },
2132    {
2133      "id": "openai/gpt-5.2-pro",
2134      "name": "OpenAI: GPT-5.2 Pro",
2135      "cost_per_1m_in": 21,
2136      "cost_per_1m_out": 168,
2137      "cost_per_1m_in_cached": 0,
2138      "cost_per_1m_out_cached": 0,
2139      "context_window": 400000,
2140      "default_max_tokens": 64000,
2141      "can_reason": true,
2142      "reasoning_levels": [
2143        "low",
2144        "medium",
2145        "high"
2146      ],
2147      "default_reasoning_effort": "medium",
2148      "supports_attachments": true,
2149      "options": {}
2150    },
2151    {
2152      "id": "openai/gpt-5.2-codex",
2153      "name": "OpenAI: GPT-5.2-Codex",
2154      "cost_per_1m_in": 1.75,
2155      "cost_per_1m_out": 14,
2156      "cost_per_1m_in_cached": 0,
2157      "cost_per_1m_out_cached": 0.175,
2158      "context_window": 400000,
2159      "default_max_tokens": 64000,
2160      "can_reason": true,
2161      "reasoning_levels": [
2162        "low",
2163        "medium",
2164        "high"
2165      ],
2166      "default_reasoning_effort": "medium",
2167      "supports_attachments": true,
2168      "options": {}
2169    },
2170    {
2171      "id": "openai/gpt-oss-120b",
2172      "name": "OpenAI: gpt-oss-120b",
2173      "cost_per_1m_in": 0.04,
2174      "cost_per_1m_out": 0.18,
2175      "cost_per_1m_in_cached": 0,
2176      "cost_per_1m_out_cached": 0,
2177      "context_window": 131072,
2178      "default_max_tokens": 32768,
2179      "can_reason": true,
2180      "reasoning_levels": [
2181        "low",
2182        "medium",
2183        "high"
2184      ],
2185      "default_reasoning_effort": "medium",
2186      "supports_attachments": false,
2187      "options": {}
2188    },
2189    {
2190      "id": "openai/gpt-oss-120b:exacto",
2191      "name": "OpenAI: gpt-oss-120b (exacto)",
2192      "cost_per_1m_in": 0.039,
2193      "cost_per_1m_out": 0.19,
2194      "cost_per_1m_in_cached": 0,
2195      "cost_per_1m_out_cached": 0,
2196      "context_window": 131072,
2197      "default_max_tokens": 13107,
2198      "can_reason": true,
2199      "reasoning_levels": [
2200        "low",
2201        "medium",
2202        "high"
2203      ],
2204      "default_reasoning_effort": "medium",
2205      "supports_attachments": false,
2206      "options": {}
2207    },
2208    {
2209      "id": "openai/gpt-oss-120b:free",
2210      "name": "OpenAI: gpt-oss-120b (free)",
2211      "cost_per_1m_in": 0,
2212      "cost_per_1m_out": 0,
2213      "cost_per_1m_in_cached": 0,
2214      "cost_per_1m_out_cached": 0,
2215      "context_window": 131072,
2216      "default_max_tokens": 13107,
2217      "can_reason": true,
2218      "reasoning_levels": [
2219        "low",
2220        "medium",
2221        "high"
2222      ],
2223      "default_reasoning_effort": "medium",
2224      "supports_attachments": false,
2225      "options": {}
2226    },
2227    {
2228      "id": "openai/gpt-oss-20b",
2229      "name": "OpenAI: gpt-oss-20b",
2230      "cost_per_1m_in": 0.02,
2231      "cost_per_1m_out": 0.09999999999999999,
2232      "cost_per_1m_in_cached": 0,
2233      "cost_per_1m_out_cached": 0,
2234      "context_window": 131072,
2235      "default_max_tokens": 65536,
2236      "can_reason": true,
2237      "reasoning_levels": [
2238        "low",
2239        "medium",
2240        "high"
2241      ],
2242      "default_reasoning_effort": "medium",
2243      "supports_attachments": false,
2244      "options": {}
2245    },
2246    {
2247      "id": "openai/gpt-oss-20b:free",
2248      "name": "OpenAI: gpt-oss-20b (free)",
2249      "cost_per_1m_in": 0,
2250      "cost_per_1m_out": 0,
2251      "cost_per_1m_in_cached": 0,
2252      "cost_per_1m_out_cached": 0,
2253      "context_window": 131072,
2254      "default_max_tokens": 13107,
2255      "can_reason": true,
2256      "reasoning_levels": [
2257        "low",
2258        "medium",
2259        "high"
2260      ],
2261      "default_reasoning_effort": "medium",
2262      "supports_attachments": false,
2263      "options": {}
2264    },
2265    {
2266      "id": "openai/gpt-oss-safeguard-20b",
2267      "name": "OpenAI: gpt-oss-safeguard-20b",
2268      "cost_per_1m_in": 0.075,
2269      "cost_per_1m_out": 0.3,
2270      "cost_per_1m_in_cached": 0,
2271      "cost_per_1m_out_cached": 0.037,
2272      "context_window": 131072,
2273      "default_max_tokens": 32768,
2274      "can_reason": true,
2275      "reasoning_levels": [
2276        "low",
2277        "medium",
2278        "high"
2279      ],
2280      "default_reasoning_effort": "medium",
2281      "supports_attachments": false,
2282      "options": {}
2283    },
2284    {
2285      "id": "openai/o1",
2286      "name": "OpenAI: o1",
2287      "cost_per_1m_in": 15,
2288      "cost_per_1m_out": 60,
2289      "cost_per_1m_in_cached": 0,
2290      "cost_per_1m_out_cached": 7.5,
2291      "context_window": 200000,
2292      "default_max_tokens": 50000,
2293      "can_reason": false,
2294      "supports_attachments": true,
2295      "options": {}
2296    },
2297    {
2298      "id": "openai/o3",
2299      "name": "OpenAI: o3",
2300      "cost_per_1m_in": 2,
2301      "cost_per_1m_out": 8,
2302      "cost_per_1m_in_cached": 0,
2303      "cost_per_1m_out_cached": 0.5,
2304      "context_window": 200000,
2305      "default_max_tokens": 50000,
2306      "can_reason": true,
2307      "reasoning_levels": [
2308        "low",
2309        "medium",
2310        "high"
2311      ],
2312      "default_reasoning_effort": "medium",
2313      "supports_attachments": true,
2314      "options": {}
2315    },
2316    {
2317      "id": "openai/o3-deep-research",
2318      "name": "OpenAI: o3 Deep Research",
2319      "cost_per_1m_in": 10,
2320      "cost_per_1m_out": 40,
2321      "cost_per_1m_in_cached": 0,
2322      "cost_per_1m_out_cached": 2.5,
2323      "context_window": 200000,
2324      "default_max_tokens": 50000,
2325      "can_reason": true,
2326      "reasoning_levels": [
2327        "low",
2328        "medium",
2329        "high"
2330      ],
2331      "default_reasoning_effort": "medium",
2332      "supports_attachments": true,
2333      "options": {}
2334    },
2335    {
2336      "id": "openai/o3-mini",
2337      "name": "OpenAI: o3 Mini",
2338      "cost_per_1m_in": 1.1,
2339      "cost_per_1m_out": 4.4,
2340      "cost_per_1m_in_cached": 0,
2341      "cost_per_1m_out_cached": 0.55,
2342      "context_window": 200000,
2343      "default_max_tokens": 50000,
2344      "can_reason": false,
2345      "supports_attachments": false,
2346      "options": {}
2347    },
2348    {
2349      "id": "openai/o3-mini-high",
2350      "name": "OpenAI: o3 Mini High",
2351      "cost_per_1m_in": 1.1,
2352      "cost_per_1m_out": 4.4,
2353      "cost_per_1m_in_cached": 0,
2354      "cost_per_1m_out_cached": 0.55,
2355      "context_window": 200000,
2356      "default_max_tokens": 50000,
2357      "can_reason": false,
2358      "supports_attachments": false,
2359      "options": {}
2360    },
2361    {
2362      "id": "openai/o3-pro",
2363      "name": "OpenAI: o3 Pro",
2364      "cost_per_1m_in": 20,
2365      "cost_per_1m_out": 80,
2366      "cost_per_1m_in_cached": 0,
2367      "cost_per_1m_out_cached": 0,
2368      "context_window": 200000,
2369      "default_max_tokens": 50000,
2370      "can_reason": true,
2371      "reasoning_levels": [
2372        "low",
2373        "medium",
2374        "high"
2375      ],
2376      "default_reasoning_effort": "medium",
2377      "supports_attachments": true,
2378      "options": {}
2379    },
2380    {
2381      "id": "openai/o4-mini",
2382      "name": "OpenAI: o4 Mini",
2383      "cost_per_1m_in": 1.1,
2384      "cost_per_1m_out": 4.4,
2385      "cost_per_1m_in_cached": 0,
2386      "cost_per_1m_out_cached": 0.275,
2387      "context_window": 200000,
2388      "default_max_tokens": 50000,
2389      "can_reason": true,
2390      "reasoning_levels": [
2391        "low",
2392        "medium",
2393        "high"
2394      ],
2395      "default_reasoning_effort": "medium",
2396      "supports_attachments": true,
2397      "options": {}
2398    },
2399    {
2400      "id": "openai/o4-mini-deep-research",
2401      "name": "OpenAI: o4 Mini Deep Research",
2402      "cost_per_1m_in": 2,
2403      "cost_per_1m_out": 8,
2404      "cost_per_1m_in_cached": 0,
2405      "cost_per_1m_out_cached": 0.5,
2406      "context_window": 200000,
2407      "default_max_tokens": 50000,
2408      "can_reason": true,
2409      "reasoning_levels": [
2410        "low",
2411        "medium",
2412        "high"
2413      ],
2414      "default_reasoning_effort": "medium",
2415      "supports_attachments": true,
2416      "options": {}
2417    },
2418    {
2419      "id": "openai/o4-mini-high",
2420      "name": "OpenAI: o4 Mini High",
2421      "cost_per_1m_in": 1.1,
2422      "cost_per_1m_out": 4.4,
2423      "cost_per_1m_in_cached": 0,
2424      "cost_per_1m_out_cached": 0.275,
2425      "context_window": 200000,
2426      "default_max_tokens": 50000,
2427      "can_reason": true,
2428      "reasoning_levels": [
2429        "low",
2430        "medium",
2431        "high"
2432      ],
2433      "default_reasoning_effort": "medium",
2434      "supports_attachments": true,
2435      "options": {}
2436    },
2437    {
2438      "id": "prime-intellect/intellect-3",
2439      "name": "Prime Intellect: INTELLECT-3",
2440      "cost_per_1m_in": 0.19999999999999998,
2441      "cost_per_1m_out": 1.1,
2442      "cost_per_1m_in_cached": 0,
2443      "cost_per_1m_out_cached": 0,
2444      "context_window": 131072,
2445      "default_max_tokens": 65536,
2446      "can_reason": true,
2447      "reasoning_levels": [
2448        "low",
2449        "medium",
2450        "high"
2451      ],
2452      "default_reasoning_effort": "medium",
2453      "supports_attachments": false,
2454      "options": {}
2455    },
2456    {
2457      "id": "qwen/qwen-2.5-72b-instruct",
2458      "name": "Qwen2.5 72B Instruct",
2459      "cost_per_1m_in": 0.13,
2460      "cost_per_1m_out": 0.52,
2461      "cost_per_1m_in_cached": 0,
2462      "cost_per_1m_out_cached": 0,
2463      "context_window": 32768,
2464      "default_max_tokens": 16384,
2465      "can_reason": false,
2466      "supports_attachments": false,
2467      "options": {}
2468    },
2469    {
2470      "id": "qwen/qwq-32b",
2471      "name": "Qwen: QwQ 32B",
2472      "cost_per_1m_in": 0.15,
2473      "cost_per_1m_out": 0.58,
2474      "cost_per_1m_in_cached": 0,
2475      "cost_per_1m_out_cached": 0,
2476      "context_window": 131072,
2477      "default_max_tokens": 65536,
2478      "can_reason": true,
2479      "reasoning_levels": [
2480        "low",
2481        "medium",
2482        "high"
2483      ],
2484      "default_reasoning_effort": "medium",
2485      "supports_attachments": false,
2486      "options": {}
2487    },
2488    {
2489      "id": "qwen/qwen-plus-2025-07-28",
2490      "name": "Qwen: Qwen Plus 0728",
2491      "cost_per_1m_in": 0.39999999999999997,
2492      "cost_per_1m_out": 1.2,
2493      "cost_per_1m_in_cached": 0,
2494      "cost_per_1m_out_cached": 0,
2495      "context_window": 1000000,
2496      "default_max_tokens": 16384,
2497      "can_reason": false,
2498      "supports_attachments": false,
2499      "options": {}
2500    },
2501    {
2502      "id": "qwen/qwen-plus-2025-07-28:thinking",
2503      "name": "Qwen: Qwen Plus 0728 (thinking)",
2504      "cost_per_1m_in": 0.39999999999999997,
2505      "cost_per_1m_out": 4,
2506      "cost_per_1m_in_cached": 0,
2507      "cost_per_1m_out_cached": 0,
2508      "context_window": 1000000,
2509      "default_max_tokens": 16384,
2510      "can_reason": true,
2511      "reasoning_levels": [
2512        "low",
2513        "medium",
2514        "high"
2515      ],
2516      "default_reasoning_effort": "medium",
2517      "supports_attachments": false,
2518      "options": {}
2519    },
2520    {
2521      "id": "qwen/qwen-vl-max",
2522      "name": "Qwen: Qwen VL Max",
2523      "cost_per_1m_in": 0.7999999999999999,
2524      "cost_per_1m_out": 3.1999999999999997,
2525      "cost_per_1m_in_cached": 0,
2526      "cost_per_1m_out_cached": 0,
2527      "context_window": 131072,
2528      "default_max_tokens": 4096,
2529      "can_reason": false,
2530      "supports_attachments": true,
2531      "options": {}
2532    },
2533    {
2534      "id": "qwen/qwen-max",
2535      "name": "Qwen: Qwen-Max ",
2536      "cost_per_1m_in": 1.5999999999999999,
2537      "cost_per_1m_out": 6.3999999999999995,
2538      "cost_per_1m_in_cached": 0,
2539      "cost_per_1m_out_cached": 0.64,
2540      "context_window": 32768,
2541      "default_max_tokens": 4096,
2542      "can_reason": false,
2543      "supports_attachments": false,
2544      "options": {}
2545    },
2546    {
2547      "id": "qwen/qwen-plus",
2548      "name": "Qwen: Qwen-Plus",
2549      "cost_per_1m_in": 0.39999999999999997,
2550      "cost_per_1m_out": 1.2,
2551      "cost_per_1m_in_cached": 0,
2552      "cost_per_1m_out_cached": 0.16,
2553      "context_window": 131072,
2554      "default_max_tokens": 4096,
2555      "can_reason": false,
2556      "supports_attachments": false,
2557      "options": {}
2558    },
2559    {
2560      "id": "qwen/qwen-turbo",
2561      "name": "Qwen: Qwen-Turbo",
2562      "cost_per_1m_in": 0.049999999999999996,
2563      "cost_per_1m_out": 0.19999999999999998,
2564      "cost_per_1m_in_cached": 0,
2565      "cost_per_1m_out_cached": 0.02,
2566      "context_window": 1000000,
2567      "default_max_tokens": 4096,
2568      "can_reason": false,
2569      "supports_attachments": false,
2570      "options": {}
2571    },
2572    {
2573      "id": "qwen/qwen-2.5-7b-instruct",
2574      "name": "Qwen: Qwen2.5 7B Instruct",
2575      "cost_per_1m_in": 0.04,
2576      "cost_per_1m_out": 0.09999999999999999,
2577      "cost_per_1m_in_cached": 0,
2578      "cost_per_1m_out_cached": 0.04,
2579      "context_window": 128000,
2580      "default_max_tokens": 4096,
2581      "can_reason": false,
2582      "supports_attachments": false,
2583      "options": {}
2584    },
2585    {
2586      "id": "qwen/qwen3-14b",
2587      "name": "Qwen: Qwen3 14B",
2588      "cost_per_1m_in": 0.049999999999999996,
2589      "cost_per_1m_out": 0.22,
2590      "cost_per_1m_in_cached": 0,
2591      "cost_per_1m_out_cached": 0,
2592      "context_window": 40960,
2593      "default_max_tokens": 20480,
2594      "can_reason": true,
2595      "reasoning_levels": [
2596        "low",
2597        "medium",
2598        "high"
2599      ],
2600      "default_reasoning_effort": "medium",
2601      "supports_attachments": false,
2602      "options": {}
2603    },
2604    {
2605      "id": "qwen/qwen3-235b-a22b",
2606      "name": "Qwen: Qwen3 235B A22B",
2607      "cost_per_1m_in": 0.22,
2608      "cost_per_1m_out": 0.88,
2609      "cost_per_1m_in_cached": 0,
2610      "cost_per_1m_out_cached": 0.11,
2611      "context_window": 131072,
2612      "default_max_tokens": 13107,
2613      "can_reason": true,
2614      "reasoning_levels": [
2615        "low",
2616        "medium",
2617        "high"
2618      ],
2619      "default_reasoning_effort": "medium",
2620      "supports_attachments": false,
2621      "options": {}
2622    },
2623    {
2624      "id": "qwen/qwen3-235b-a22b-2507",
2625      "name": "Qwen: Qwen3 235B A22B Instruct 2507",
2626      "cost_per_1m_in": 0.08,
2627      "cost_per_1m_out": 0.55,
2628      "cost_per_1m_in_cached": 0,
2629      "cost_per_1m_out_cached": 0,
2630      "context_window": 262144,
2631      "default_max_tokens": 32768,
2632      "can_reason": false,
2633      "supports_attachments": false,
2634      "options": {}
2635    },
2636    {
2637      "id": "qwen/qwen3-235b-a22b-thinking-2507",
2638      "name": "Qwen: Qwen3 235B A22B Thinking 2507",
2639      "cost_per_1m_in": 0.11,
2640      "cost_per_1m_out": 0.6,
2641      "cost_per_1m_in_cached": 0,
2642      "cost_per_1m_out_cached": 0,
2643      "context_window": 262144,
2644      "default_max_tokens": 131072,
2645      "can_reason": true,
2646      "reasoning_levels": [
2647        "low",
2648        "medium",
2649        "high"
2650      ],
2651      "default_reasoning_effort": "medium",
2652      "supports_attachments": false,
2653      "options": {}
2654    },
2655    {
2656      "id": "qwen/qwen3-30b-a3b",
2657      "name": "Qwen: Qwen3 30B A3B",
2658      "cost_per_1m_in": 0.08,
2659      "cost_per_1m_out": 0.28,
2660      "cost_per_1m_in_cached": 0,
2661      "cost_per_1m_out_cached": 0,
2662      "context_window": 131072,
2663      "default_max_tokens": 65536,
2664      "can_reason": true,
2665      "reasoning_levels": [
2666        "low",
2667        "medium",
2668        "high"
2669      ],
2670      "default_reasoning_effort": "medium",
2671      "supports_attachments": false,
2672      "options": {}
2673    },
2674    {
2675      "id": "qwen/qwen3-30b-a3b-instruct-2507",
2676      "name": "Qwen: Qwen3 30B A3B Instruct 2507",
2677      "cost_per_1m_in": 0.08,
2678      "cost_per_1m_out": 0.33,
2679      "cost_per_1m_in_cached": 0,
2680      "cost_per_1m_out_cached": 0,
2681      "context_window": 262144,
2682      "default_max_tokens": 131072,
2683      "can_reason": false,
2684      "supports_attachments": false,
2685      "options": {}
2686    },
2687    {
2688      "id": "qwen/qwen3-32b",
2689      "name": "Qwen: Qwen3 32B",
2690      "cost_per_1m_in": 0.39999999999999997,
2691      "cost_per_1m_out": 0.7999999999999999,
2692      "cost_per_1m_in_cached": 0,
2693      "cost_per_1m_out_cached": 0.39999999999999997,
2694      "context_window": 131072,
2695      "default_max_tokens": 4096,
2696      "can_reason": true,
2697      "reasoning_levels": [
2698        "low",
2699        "medium",
2700        "high"
2701      ],
2702      "default_reasoning_effort": "medium",
2703      "supports_attachments": false,
2704      "options": {}
2705    },
2706    {
2707      "id": "qwen/qwen3-4b:free",
2708      "name": "Qwen: Qwen3 4B (free)",
2709      "cost_per_1m_in": 0,
2710      "cost_per_1m_out": 0,
2711      "cost_per_1m_in_cached": 0,
2712      "cost_per_1m_out_cached": 0,
2713      "context_window": 40960,
2714      "default_max_tokens": 4096,
2715      "can_reason": true,
2716      "reasoning_levels": [
2717        "low",
2718        "medium",
2719        "high"
2720      ],
2721      "default_reasoning_effort": "medium",
2722      "supports_attachments": false,
2723      "options": {}
2724    },
2725    {
2726      "id": "qwen/qwen3-8b",
2727      "name": "Qwen: Qwen3 8B",
2728      "cost_per_1m_in": 0.049999999999999996,
2729      "cost_per_1m_out": 0.25,
2730      "cost_per_1m_in_cached": 0,
2731      "cost_per_1m_out_cached": 0.049999999999999996,
2732      "context_window": 32000,
2733      "default_max_tokens": 4096,
2734      "can_reason": true,
2735      "reasoning_levels": [
2736        "low",
2737        "medium",
2738        "high"
2739      ],
2740      "default_reasoning_effort": "medium",
2741      "supports_attachments": false,
2742      "options": {}
2743    },
2744    {
2745      "id": "qwen/qwen3-coder-30b-a3b-instruct",
2746      "name": "Qwen: Qwen3 Coder 30B A3B Instruct",
2747      "cost_per_1m_in": 0.09999999999999999,
2748      "cost_per_1m_out": 0.3,
2749      "cost_per_1m_in_cached": 0,
2750      "cost_per_1m_out_cached": 0,
2751      "context_window": 262144,
2752      "default_max_tokens": 26214,
2753      "can_reason": false,
2754      "supports_attachments": false,
2755      "options": {}
2756    },
2757    {
2758      "id": "qwen/qwen3-coder",
2759      "name": "Qwen: Qwen3 Coder 480B A35B",
2760      "cost_per_1m_in": 0.28,
2761      "cost_per_1m_out": 1.2,
2762      "cost_per_1m_in_cached": 0,
2763      "cost_per_1m_out_cached": 0,
2764      "context_window": 262144,
2765      "default_max_tokens": 26214,
2766      "can_reason": false,
2767      "supports_attachments": false,
2768      "options": {}
2769    },
2770    {
2771      "id": "qwen/qwen3-coder:exacto",
2772      "name": "Qwen: Qwen3 Coder 480B A35B (exacto)",
2773      "cost_per_1m_in": 0.22,
2774      "cost_per_1m_out": 1.7999999999999998,
2775      "cost_per_1m_in_cached": 0,
2776      "cost_per_1m_out_cached": 0.022,
2777      "context_window": 262144,
2778      "default_max_tokens": 32768,
2779      "can_reason": false,
2780      "supports_attachments": false,
2781      "options": {}
2782    },
2783    {
2784      "id": "qwen/qwen3-coder:free",
2785      "name": "Qwen: Qwen3 Coder 480B A35B (free)",
2786      "cost_per_1m_in": 0,
2787      "cost_per_1m_out": 0,
2788      "cost_per_1m_in_cached": 0,
2789      "cost_per_1m_out_cached": 0,
2790      "context_window": 262000,
2791      "default_max_tokens": 131000,
2792      "can_reason": false,
2793      "supports_attachments": false,
2794      "options": {}
2795    },
2796    {
2797      "id": "qwen/qwen3-coder-flash",
2798      "name": "Qwen: Qwen3 Coder Flash",
2799      "cost_per_1m_in": 0.3,
2800      "cost_per_1m_out": 1.5,
2801      "cost_per_1m_in_cached": 0,
2802      "cost_per_1m_out_cached": 0.08,
2803      "context_window": 128000,
2804      "default_max_tokens": 32768,
2805      "can_reason": false,
2806      "supports_attachments": false,
2807      "options": {}
2808    },
2809    {
2810      "id": "qwen/qwen3-coder-plus",
2811      "name": "Qwen: Qwen3 Coder Plus",
2812      "cost_per_1m_in": 1,
2813      "cost_per_1m_out": 5,
2814      "cost_per_1m_in_cached": 0,
2815      "cost_per_1m_out_cached": 0.09999999999999999,
2816      "context_window": 128000,
2817      "default_max_tokens": 32768,
2818      "can_reason": false,
2819      "supports_attachments": false,
2820      "options": {}
2821    },
2822    {
2823      "id": "qwen/qwen3-max",
2824      "name": "Qwen: Qwen3 Max",
2825      "cost_per_1m_in": 1.2,
2826      "cost_per_1m_out": 6,
2827      "cost_per_1m_in_cached": 0,
2828      "cost_per_1m_out_cached": 0.24,
2829      "context_window": 256000,
2830      "default_max_tokens": 16384,
2831      "can_reason": false,
2832      "supports_attachments": false,
2833      "options": {}
2834    },
2835    {
2836      "id": "qwen/qwen3-next-80b-a3b-instruct",
2837      "name": "Qwen: Qwen3 Next 80B A3B Instruct",
2838      "cost_per_1m_in": 0.15,
2839      "cost_per_1m_out": 1.2,
2840      "cost_per_1m_in_cached": 0,
2841      "cost_per_1m_out_cached": 0,
2842      "context_window": 262144,
2843      "default_max_tokens": 131072,
2844      "can_reason": false,
2845      "supports_attachments": false,
2846      "options": {}
2847    },
2848    {
2849      "id": "qwen/qwen3-next-80b-a3b-instruct:free",
2850      "name": "Qwen: Qwen3 Next 80B A3B Instruct (free)",
2851      "cost_per_1m_in": 0,
2852      "cost_per_1m_out": 0,
2853      "cost_per_1m_in_cached": 0,
2854      "cost_per_1m_out_cached": 0,
2855      "context_window": 262144,
2856      "default_max_tokens": 26214,
2857      "can_reason": false,
2858      "supports_attachments": false,
2859      "options": {}
2860    },
2861    {
2862      "id": "qwen/qwen3-next-80b-a3b-thinking",
2863      "name": "Qwen: Qwen3 Next 80B A3B Thinking",
2864      "cost_per_1m_in": 0.3,
2865      "cost_per_1m_out": 0.3,
2866      "cost_per_1m_in_cached": 0,
2867      "cost_per_1m_out_cached": 0,
2868      "context_window": 262144,
2869      "default_max_tokens": 131072,
2870      "can_reason": true,
2871      "reasoning_levels": [
2872        "low",
2873        "medium",
2874        "high"
2875      ],
2876      "default_reasoning_effort": "medium",
2877      "supports_attachments": false,
2878      "options": {}
2879    },
2880    {
2881      "id": "qwen/qwen3-vl-235b-a22b-instruct",
2882      "name": "Qwen: Qwen3 VL 235B A22B Instruct",
2883      "cost_per_1m_in": 0.22,
2884      "cost_per_1m_out": 0.88,
2885      "cost_per_1m_in_cached": 0,
2886      "cost_per_1m_out_cached": 0.11,
2887      "context_window": 262144,
2888      "default_max_tokens": 26214,
2889      "can_reason": false,
2890      "supports_attachments": true,
2891      "options": {}
2892    },
2893    {
2894      "id": "qwen/qwen3-vl-30b-a3b-instruct",
2895      "name": "Qwen: Qwen3 VL 30B A3B Instruct",
2896      "cost_per_1m_in": 0.15,
2897      "cost_per_1m_out": 0.6,
2898      "cost_per_1m_in_cached": 0,
2899      "cost_per_1m_out_cached": 0.075,
2900      "context_window": 262144,
2901      "default_max_tokens": 26214,
2902      "can_reason": false,
2903      "supports_attachments": true,
2904      "options": {}
2905    },
2906    {
2907      "id": "qwen/qwen3-vl-30b-a3b-thinking",
2908      "name": "Qwen: Qwen3 VL 30B A3B Thinking",
2909      "cost_per_1m_in": 0.19999999999999998,
2910      "cost_per_1m_out": 1,
2911      "cost_per_1m_in_cached": 0,
2912      "cost_per_1m_out_cached": 0,
2913      "context_window": 131072,
2914      "default_max_tokens": 16384,
2915      "can_reason": true,
2916      "reasoning_levels": [
2917        "low",
2918        "medium",
2919        "high"
2920      ],
2921      "default_reasoning_effort": "medium",
2922      "supports_attachments": true,
2923      "options": {}
2924    },
2925    {
2926      "id": "qwen/qwen3-vl-8b-instruct",
2927      "name": "Qwen: Qwen3 VL 8B Instruct",
2928      "cost_per_1m_in": 0.25,
2929      "cost_per_1m_out": 0.75,
2930      "cost_per_1m_in_cached": 0,
2931      "cost_per_1m_out_cached": 0,
2932      "context_window": 262144,
2933      "default_max_tokens": 131072,
2934      "can_reason": false,
2935      "supports_attachments": true,
2936      "options": {}
2937    },
2938    {
2939      "id": "qwen/qwen3-vl-8b-thinking",
2940      "name": "Qwen: Qwen3 VL 8B Thinking",
2941      "cost_per_1m_in": 0.18,
2942      "cost_per_1m_out": 2.0999999999999996,
2943      "cost_per_1m_in_cached": 0,
2944      "cost_per_1m_out_cached": 0,
2945      "context_window": 256000,
2946      "default_max_tokens": 16384,
2947      "can_reason": true,
2948      "reasoning_levels": [
2949        "low",
2950        "medium",
2951        "high"
2952      ],
2953      "default_reasoning_effort": "medium",
2954      "supports_attachments": true,
2955      "options": {}
2956    },
2957    {
2958      "id": "relace/relace-search",
2959      "name": "Relace: Relace Search",
2960      "cost_per_1m_in": 1,
2961      "cost_per_1m_out": 3,
2962      "cost_per_1m_in_cached": 0,
2963      "cost_per_1m_out_cached": 0,
2964      "context_window": 256000,
2965      "default_max_tokens": 64000,
2966      "can_reason": false,
2967      "supports_attachments": false,
2968      "options": {}
2969    },
2970    {
2971      "id": "stepfun-ai/step3",
2972      "name": "StepFun: Step3",
2973      "cost_per_1m_in": 0.5700000000000001,
2974      "cost_per_1m_out": 1.42,
2975      "cost_per_1m_in_cached": 0,
2976      "cost_per_1m_out_cached": 0,
2977      "context_window": 65536,
2978      "default_max_tokens": 32768,
2979      "can_reason": true,
2980      "reasoning_levels": [
2981        "low",
2982        "medium",
2983        "high"
2984      ],
2985      "default_reasoning_effort": "medium",
2986      "supports_attachments": true,
2987      "options": {}
2988    },
2989    {
2990      "id": "tngtech/deepseek-r1t2-chimera",
2991      "name": "TNG: DeepSeek R1T2 Chimera",
2992      "cost_per_1m_in": 0.25,
2993      "cost_per_1m_out": 0.85,
2994      "cost_per_1m_in_cached": 0,
2995      "cost_per_1m_out_cached": 0,
2996      "context_window": 163840,
2997      "default_max_tokens": 81920,
2998      "can_reason": true,
2999      "reasoning_levels": [
3000        "low",
3001        "medium",
3002        "high"
3003      ],
3004      "default_reasoning_effort": "medium",
3005      "supports_attachments": false,
3006      "options": {}
3007    },
3008    {
3009      "id": "tngtech/tng-r1t-chimera",
3010      "name": "TNG: R1T Chimera",
3011      "cost_per_1m_in": 0.25,
3012      "cost_per_1m_out": 0.85,
3013      "cost_per_1m_in_cached": 0,
3014      "cost_per_1m_out_cached": 0,
3015      "context_window": 163840,
3016      "default_max_tokens": 32768,
3017      "can_reason": true,
3018      "reasoning_levels": [
3019        "low",
3020        "medium",
3021        "high"
3022      ],
3023      "default_reasoning_effort": "medium",
3024      "supports_attachments": false,
3025      "options": {}
3026    },
3027    {
3028      "id": "tngtech/tng-r1t-chimera:free",
3029      "name": "TNG: R1T Chimera (free)",
3030      "cost_per_1m_in": 0,
3031      "cost_per_1m_out": 0,
3032      "cost_per_1m_in_cached": 0,
3033      "cost_per_1m_out_cached": 0,
3034      "context_window": 163840,
3035      "default_max_tokens": 32768,
3036      "can_reason": true,
3037      "reasoning_levels": [
3038        "low",
3039        "medium",
3040        "high"
3041      ],
3042      "default_reasoning_effort": "medium",
3043      "supports_attachments": false,
3044      "options": {}
3045    },
3046    {
3047      "id": "thedrummer/rocinante-12b",
3048      "name": "TheDrummer: Rocinante 12B",
3049      "cost_per_1m_in": 0.16999999999999998,
3050      "cost_per_1m_out": 0.43,
3051      "cost_per_1m_in_cached": 0,
3052      "cost_per_1m_out_cached": 0,
3053      "context_window": 32768,
3054      "default_max_tokens": 3276,
3055      "can_reason": false,
3056      "supports_attachments": false,
3057      "options": {}
3058    },
3059    {
3060      "id": "thedrummer/unslopnemo-12b",
3061      "name": "TheDrummer: UnslopNemo 12B",
3062      "cost_per_1m_in": 0.39999999999999997,
3063      "cost_per_1m_out": 0.39999999999999997,
3064      "cost_per_1m_in_cached": 0,
3065      "cost_per_1m_out_cached": 0,
3066      "context_window": 32768,
3067      "default_max_tokens": 3276,
3068      "can_reason": false,
3069      "supports_attachments": false,
3070      "options": {}
3071    },
3072    {
3073      "id": "alibaba/tongyi-deepresearch-30b-a3b",
3074      "name": "Tongyi DeepResearch 30B A3B",
3075      "cost_per_1m_in": 0.09,
3076      "cost_per_1m_out": 0.39999999999999997,
3077      "cost_per_1m_in_cached": 0,
3078      "cost_per_1m_out_cached": 0,
3079      "context_window": 131072,
3080      "default_max_tokens": 65536,
3081      "can_reason": true,
3082      "reasoning_levels": [
3083        "low",
3084        "medium",
3085        "high"
3086      ],
3087      "default_reasoning_effort": "medium",
3088      "supports_attachments": false,
3089      "options": {}
3090    },
3091    {
3092      "id": "upstage/solar-pro-3:free",
3093      "name": "Upstage: Solar Pro 3 (free)",
3094      "cost_per_1m_in": 0,
3095      "cost_per_1m_out": 0,
3096      "cost_per_1m_in_cached": 0,
3097      "cost_per_1m_out_cached": 0,
3098      "context_window": 128000,
3099      "default_max_tokens": 12800,
3100      "can_reason": true,
3101      "reasoning_levels": [
3102        "low",
3103        "medium",
3104        "high"
3105      ],
3106      "default_reasoning_effort": "medium",
3107      "supports_attachments": false,
3108      "options": {}
3109    },
3110    {
3111      "id": "xiaomi/mimo-v2-flash",
3112      "name": "Xiaomi: MiMo-V2-Flash",
3113      "cost_per_1m_in": 0.09,
3114      "cost_per_1m_out": 0.29,
3115      "cost_per_1m_in_cached": 0,
3116      "cost_per_1m_out_cached": 0,
3117      "context_window": 262144,
3118      "default_max_tokens": 26214,
3119      "can_reason": true,
3120      "reasoning_levels": [
3121        "low",
3122        "medium",
3123        "high"
3124      ],
3125      "default_reasoning_effort": "medium",
3126      "supports_attachments": false,
3127      "options": {}
3128    },
3129    {
3130      "id": "z-ai/glm-4-32b",
3131      "name": "Z.AI: GLM 4 32B ",
3132      "cost_per_1m_in": 0.09999999999999999,
3133      "cost_per_1m_out": 0.09999999999999999,
3134      "cost_per_1m_in_cached": 0,
3135      "cost_per_1m_out_cached": 0,
3136      "context_window": 128000,
3137      "default_max_tokens": 12800,
3138      "can_reason": false,
3139      "supports_attachments": false,
3140      "options": {}
3141    },
3142    {
3143      "id": "z-ai/glm-4.5",
3144      "name": "Z.AI: GLM 4.5",
3145      "cost_per_1m_in": 0.6,
3146      "cost_per_1m_out": 2.2,
3147      "cost_per_1m_in_cached": 0,
3148      "cost_per_1m_out_cached": 0.11,
3149      "context_window": 131072,
3150      "default_max_tokens": 49152,
3151      "can_reason": true,
3152      "reasoning_levels": [
3153        "low",
3154        "medium",
3155        "high"
3156      ],
3157      "default_reasoning_effort": "medium",
3158      "supports_attachments": false,
3159      "options": {}
3160    },
3161    {
3162      "id": "z-ai/glm-4.5-air",
3163      "name": "Z.AI: GLM 4.5 Air",
3164      "cost_per_1m_in": 0.049999999999999996,
3165      "cost_per_1m_out": 0.22,
3166      "cost_per_1m_in_cached": 0,
3167      "cost_per_1m_out_cached": 0,
3168      "context_window": 131072,
3169      "default_max_tokens": 65536,
3170      "can_reason": true,
3171      "reasoning_levels": [
3172        "low",
3173        "medium",
3174        "high"
3175      ],
3176      "default_reasoning_effort": "medium",
3177      "supports_attachments": false,
3178      "options": {}
3179    },
3180    {
3181      "id": "z-ai/glm-4.5-air:free",
3182      "name": "Z.AI: GLM 4.5 Air (free)",
3183      "cost_per_1m_in": 0,
3184      "cost_per_1m_out": 0,
3185      "cost_per_1m_in_cached": 0,
3186      "cost_per_1m_out_cached": 0,
3187      "context_window": 131072,
3188      "default_max_tokens": 48000,
3189      "can_reason": true,
3190      "reasoning_levels": [
3191        "low",
3192        "medium",
3193        "high"
3194      ],
3195      "default_reasoning_effort": "medium",
3196      "supports_attachments": false,
3197      "options": {}
3198    },
3199    {
3200      "id": "z-ai/glm-4.5v",
3201      "name": "Z.AI: GLM 4.5V",
3202      "cost_per_1m_in": 0.6,
3203      "cost_per_1m_out": 1.7999999999999998,
3204      "cost_per_1m_in_cached": 0,
3205      "cost_per_1m_out_cached": 0.11,
3206      "context_window": 65536,
3207      "default_max_tokens": 8192,
3208      "can_reason": true,
3209      "reasoning_levels": [
3210        "low",
3211        "medium",
3212        "high"
3213      ],
3214      "default_reasoning_effort": "medium",
3215      "supports_attachments": true,
3216      "options": {}
3217    },
3218    {
3219      "id": "z-ai/glm-4.6",
3220      "name": "Z.AI: GLM 4.6",
3221      "cost_per_1m_in": 0.39,
3222      "cost_per_1m_out": 1.9,
3223      "cost_per_1m_in_cached": 0,
3224      "cost_per_1m_out_cached": 0,
3225      "context_window": 204800,
3226      "default_max_tokens": 102400,
3227      "can_reason": true,
3228      "reasoning_levels": [
3229        "low",
3230        "medium",
3231        "high"
3232      ],
3233      "default_reasoning_effort": "medium",
3234      "supports_attachments": false,
3235      "options": {}
3236    },
3237    {
3238      "id": "z-ai/glm-4.6:exacto",
3239      "name": "Z.AI: GLM 4.6 (exacto)",
3240      "cost_per_1m_in": 0.44,
3241      "cost_per_1m_out": 1.76,
3242      "cost_per_1m_in_cached": 0,
3243      "cost_per_1m_out_cached": 0.11,
3244      "context_window": 204800,
3245      "default_max_tokens": 65536,
3246      "can_reason": true,
3247      "reasoning_levels": [
3248        "low",
3249        "medium",
3250        "high"
3251      ],
3252      "default_reasoning_effort": "medium",
3253      "supports_attachments": false,
3254      "options": {}
3255    },
3256    {
3257      "id": "z-ai/glm-4.6v",
3258      "name": "Z.AI: GLM 4.6V",
3259      "cost_per_1m_in": 0.3,
3260      "cost_per_1m_out": 0.8999999999999999,
3261      "cost_per_1m_in_cached": 0,
3262      "cost_per_1m_out_cached": 0.049999999999999996,
3263      "context_window": 131072,
3264      "default_max_tokens": 12000,
3265      "can_reason": true,
3266      "reasoning_levels": [
3267        "low",
3268        "medium",
3269        "high"
3270      ],
3271      "default_reasoning_effort": "medium",
3272      "supports_attachments": true,
3273      "options": {}
3274    },
3275    {
3276      "id": "z-ai/glm-4.7",
3277      "name": "Z.AI: GLM 4.7",
3278      "cost_per_1m_in": 0.42,
3279      "cost_per_1m_out": 2.2,
3280      "cost_per_1m_in_cached": 0,
3281      "cost_per_1m_out_cached": 0,
3282      "context_window": 204800,
3283      "default_max_tokens": 102400,
3284      "can_reason": true,
3285      "reasoning_levels": [
3286        "low",
3287        "medium",
3288        "high"
3289      ],
3290      "default_reasoning_effort": "medium",
3291      "supports_attachments": false,
3292      "options": {}
3293    },
3294    {
3295      "id": "z-ai/glm-4.7-flash",
3296      "name": "Z.AI: GLM 4.7 Flash",
3297      "cost_per_1m_in": 0.09999999999999999,
3298      "cost_per_1m_out": 0.43,
3299      "cost_per_1m_in_cached": 0,
3300      "cost_per_1m_out_cached": 0,
3301      "context_window": 202752,
3302      "default_max_tokens": 20275,
3303      "can_reason": true,
3304      "reasoning_levels": [
3305        "low",
3306        "medium",
3307        "high"
3308      ],
3309      "default_reasoning_effort": "medium",
3310      "supports_attachments": false,
3311      "options": {}
3312    },
3313    {
3314      "id": "x-ai/grok-3",
3315      "name": "xAI: Grok 3",
3316      "cost_per_1m_in": 3,
3317      "cost_per_1m_out": 15,
3318      "cost_per_1m_in_cached": 0,
3319      "cost_per_1m_out_cached": 0.75,
3320      "context_window": 131072,
3321      "default_max_tokens": 13107,
3322      "can_reason": false,
3323      "supports_attachments": false,
3324      "options": {}
3325    },
3326    {
3327      "id": "x-ai/grok-3-beta",
3328      "name": "xAI: Grok 3 Beta",
3329      "cost_per_1m_in": 3,
3330      "cost_per_1m_out": 15,
3331      "cost_per_1m_in_cached": 0,
3332      "cost_per_1m_out_cached": 0.75,
3333      "context_window": 131072,
3334      "default_max_tokens": 13107,
3335      "can_reason": false,
3336      "supports_attachments": false,
3337      "options": {}
3338    },
3339    {
3340      "id": "x-ai/grok-3-mini",
3341      "name": "xAI: Grok 3 Mini",
3342      "cost_per_1m_in": 0.6,
3343      "cost_per_1m_out": 4,
3344      "cost_per_1m_in_cached": 0,
3345      "cost_per_1m_out_cached": 0.15,
3346      "context_window": 131072,
3347      "default_max_tokens": 13107,
3348      "can_reason": true,
3349      "reasoning_levels": [
3350        "low",
3351        "medium",
3352        "high"
3353      ],
3354      "default_reasoning_effort": "medium",
3355      "supports_attachments": false,
3356      "options": {}
3357    },
3358    {
3359      "id": "x-ai/grok-3-mini-beta",
3360      "name": "xAI: Grok 3 Mini Beta",
3361      "cost_per_1m_in": 0.6,
3362      "cost_per_1m_out": 4,
3363      "cost_per_1m_in_cached": 0,
3364      "cost_per_1m_out_cached": 0.15,
3365      "context_window": 131072,
3366      "default_max_tokens": 13107,
3367      "can_reason": true,
3368      "reasoning_levels": [
3369        "low",
3370        "medium",
3371        "high"
3372      ],
3373      "default_reasoning_effort": "medium",
3374      "supports_attachments": false,
3375      "options": {}
3376    },
3377    {
3378      "id": "x-ai/grok-4",
3379      "name": "xAI: Grok 4",
3380      "cost_per_1m_in": 3,
3381      "cost_per_1m_out": 15,
3382      "cost_per_1m_in_cached": 0,
3383      "cost_per_1m_out_cached": 0.75,
3384      "context_window": 256000,
3385      "default_max_tokens": 25600,
3386      "can_reason": true,
3387      "reasoning_levels": [
3388        "low",
3389        "medium",
3390        "high"
3391      ],
3392      "default_reasoning_effort": "medium",
3393      "supports_attachments": true,
3394      "options": {}
3395    },
3396    {
3397      "id": "x-ai/grok-4-fast",
3398      "name": "xAI: Grok 4 Fast",
3399      "cost_per_1m_in": 0.19999999999999998,
3400      "cost_per_1m_out": 0.5,
3401      "cost_per_1m_in_cached": 0,
3402      "cost_per_1m_out_cached": 0.049999999999999996,
3403      "context_window": 2000000,
3404      "default_max_tokens": 15000,
3405      "can_reason": true,
3406      "reasoning_levels": [
3407        "low",
3408        "medium",
3409        "high"
3410      ],
3411      "default_reasoning_effort": "medium",
3412      "supports_attachments": true,
3413      "options": {}
3414    },
3415    {
3416      "id": "x-ai/grok-4.1-fast",
3417      "name": "xAI: Grok 4.1 Fast",
3418      "cost_per_1m_in": 0.19999999999999998,
3419      "cost_per_1m_out": 0.5,
3420      "cost_per_1m_in_cached": 0,
3421      "cost_per_1m_out_cached": 0.049999999999999996,
3422      "context_window": 2000000,
3423      "default_max_tokens": 15000,
3424      "can_reason": true,
3425      "reasoning_levels": [
3426        "low",
3427        "medium",
3428        "high"
3429      ],
3430      "default_reasoning_effort": "medium",
3431      "supports_attachments": true,
3432      "options": {}
3433    },
3434    {
3435      "id": "x-ai/grok-code-fast-1",
3436      "name": "xAI: Grok Code Fast 1",
3437      "cost_per_1m_in": 0.19999999999999998,
3438      "cost_per_1m_out": 1.5,
3439      "cost_per_1m_in_cached": 0,
3440      "cost_per_1m_out_cached": 0.02,
3441      "context_window": 256000,
3442      "default_max_tokens": 5000,
3443      "can_reason": true,
3444      "reasoning_levels": [
3445        "low",
3446        "medium",
3447        "high"
3448      ],
3449      "default_reasoning_effort": "medium",
3450      "supports_attachments": false,
3451      "options": {}
3452    }
3453  ],
3454  "default_headers": {
3455    "HTTP-Referer": "https://charm.land",
3456    "X-Title": "Crush"
3457  }
3458}