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