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": 0,
 139      "cost_per_1m_out_cached": 0,
 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.21,
 551      "cost_per_1m_out": 0.7899999999999999,
 552      "cost_per_1m_in_cached": 0,
 553      "cost_per_1m_out_cached": 0.1300000002,
 554      "context_window": 163840,
 555      "default_max_tokens": 16384,
 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": 32768,
 613      "can_reason": true,
 614      "reasoning_levels": [
 615        "low",
 616        "medium",
 617        "high"
 618      ],
 619      "default_reasoning_effort": "medium",
 620      "supports_attachments": false,
 621      "options": {}
 622    },
 623    {
 624      "id": "deepseek/deepseek-v3.2-exp",
 625      "name": "DeepSeek: DeepSeek V3.2 Exp",
 626      "cost_per_1m_in": 0.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": 32768,
 632      "can_reason": true,
 633      "reasoning_levels": [
 634        "low",
 635        "medium",
 636        "high"
 637      ],
 638      "default_reasoning_effort": "medium",
 639      "supports_attachments": false,
 640      "options": {}
 641    },
 642    {
 643      "id": "deepseek/deepseek-r1",
 644      "name": "DeepSeek: R1",
 645      "cost_per_1m_in": 0.7,
 646      "cost_per_1m_out": 2.5,
 647      "cost_per_1m_in_cached": 0,
 648      "cost_per_1m_out_cached": 0,
 649      "context_window": 64000,
 650      "default_max_tokens": 8000,
 651      "can_reason": true,
 652      "reasoning_levels": [
 653        "low",
 654        "medium",
 655        "high"
 656      ],
 657      "default_reasoning_effort": "medium",
 658      "supports_attachments": false,
 659      "options": {}
 660    },
 661    {
 662      "id": "deepseek/deepseek-r1-0528",
 663      "name": "DeepSeek: R1 0528",
 664      "cost_per_1m_in": 0.7,
 665      "cost_per_1m_out": 2.5,
 666      "cost_per_1m_in_cached": 0,
 667      "cost_per_1m_out_cached": 0.35,
 668      "context_window": 163840,
 669      "default_max_tokens": 16384,
 670      "can_reason": true,
 671      "reasoning_levels": [
 672        "low",
 673        "medium",
 674        "high"
 675      ],
 676      "default_reasoning_effort": "medium",
 677      "supports_attachments": false,
 678      "options": {}
 679    },
 680    {
 681      "id": "google/gemini-2.0-flash-001",
 682      "name": "Google: Gemini 2.0 Flash",
 683      "cost_per_1m_in": 0.09999999999999999,
 684      "cost_per_1m_out": 0.39999999999999997,
 685      "cost_per_1m_in_cached": 0.08333333333333334,
 686      "cost_per_1m_out_cached": 0.024999999999999998,
 687      "context_window": 1048576,
 688      "default_max_tokens": 4096,
 689      "can_reason": false,
 690      "supports_attachments": true,
 691      "options": {}
 692    },
 693    {
 694      "id": "google/gemini-2.0-flash-lite-001",
 695      "name": "Google: Gemini 2.0 Flash Lite",
 696      "cost_per_1m_in": 0.075,
 697      "cost_per_1m_out": 0.3,
 698      "cost_per_1m_in_cached": 0,
 699      "cost_per_1m_out_cached": 0,
 700      "context_window": 1048576,
 701      "default_max_tokens": 4096,
 702      "can_reason": false,
 703      "supports_attachments": true,
 704      "options": {}
 705    },
 706    {
 707      "id": "google/gemini-2.5-flash",
 708      "name": "Google: Gemini 2.5 Flash",
 709      "cost_per_1m_in": 0.3,
 710      "cost_per_1m_out": 2.5,
 711      "cost_per_1m_in_cached": 0.08333333333333334,
 712      "cost_per_1m_out_cached": 0.03,
 713      "context_window": 1048576,
 714      "default_max_tokens": 32767,
 715      "can_reason": true,
 716      "reasoning_levels": [
 717        "low",
 718        "medium",
 719        "high"
 720      ],
 721      "default_reasoning_effort": "medium",
 722      "supports_attachments": true,
 723      "options": {}
 724    },
 725    {
 726      "id": "google/gemini-2.5-flash-lite",
 727      "name": "Google: Gemini 2.5 Flash Lite",
 728      "cost_per_1m_in": 0.09999999999999999,
 729      "cost_per_1m_out": 0.39999999999999997,
 730      "cost_per_1m_in_cached": 0.08333333333333334,
 731      "cost_per_1m_out_cached": 0.01,
 732      "context_window": 1048576,
 733      "default_max_tokens": 32767,
 734      "can_reason": true,
 735      "reasoning_levels": [
 736        "low",
 737        "medium",
 738        "high"
 739      ],
 740      "default_reasoning_effort": "medium",
 741      "supports_attachments": true,
 742      "options": {}
 743    },
 744    {
 745      "id": "google/gemini-2.5-flash-lite-preview-09-2025",
 746      "name": "Google: Gemini 2.5 Flash Lite Preview 09-2025",
 747      "cost_per_1m_in": 0.09999999999999999,
 748      "cost_per_1m_out": 0.39999999999999997,
 749      "cost_per_1m_in_cached": 0.08333333333333334,
 750      "cost_per_1m_out_cached": 0.01,
 751      "context_window": 1048576,
 752      "default_max_tokens": 32768,
 753      "can_reason": true,
 754      "reasoning_levels": [
 755        "low",
 756        "medium",
 757        "high"
 758      ],
 759      "default_reasoning_effort": "medium",
 760      "supports_attachments": true,
 761      "options": {}
 762    },
 763    {
 764      "id": "google/gemini-2.5-pro",
 765      "name": "Google: Gemini 2.5 Pro",
 766      "cost_per_1m_in": 1.25,
 767      "cost_per_1m_out": 10,
 768      "cost_per_1m_in_cached": 0.375,
 769      "cost_per_1m_out_cached": 0.125,
 770      "context_window": 1048576,
 771      "default_max_tokens": 32768,
 772      "can_reason": true,
 773      "reasoning_levels": [
 774        "low",
 775        "medium",
 776        "high"
 777      ],
 778      "default_reasoning_effort": "medium",
 779      "supports_attachments": true,
 780      "options": {}
 781    },
 782    {
 783      "id": "google/gemini-2.5-pro-preview-05-06",
 784      "name": "Google: Gemini 2.5 Pro Preview 05-06",
 785      "cost_per_1m_in": 1.25,
 786      "cost_per_1m_out": 10,
 787      "cost_per_1m_in_cached": 0.375,
 788      "cost_per_1m_out_cached": 0.125,
 789      "context_window": 1048576,
 790      "default_max_tokens": 32768,
 791      "can_reason": true,
 792      "reasoning_levels": [
 793        "low",
 794        "medium",
 795        "high"
 796      ],
 797      "default_reasoning_effort": "medium",
 798      "supports_attachments": true,
 799      "options": {}
 800    },
 801    {
 802      "id": "google/gemini-2.5-pro-preview",
 803      "name": "Google: Gemini 2.5 Pro Preview 06-05",
 804      "cost_per_1m_in": 1.25,
 805      "cost_per_1m_out": 10,
 806      "cost_per_1m_in_cached": 0.375,
 807      "cost_per_1m_out_cached": 0.125,
 808      "context_window": 1048576,
 809      "default_max_tokens": 32768,
 810      "can_reason": true,
 811      "reasoning_levels": [
 812        "low",
 813        "medium",
 814        "high"
 815      ],
 816      "default_reasoning_effort": "medium",
 817      "supports_attachments": true,
 818      "options": {}
 819    },
 820    {
 821      "id": "google/gemini-3-flash-preview",
 822      "name": "Google: Gemini 3 Flash Preview",
 823      "cost_per_1m_in": 0.5,
 824      "cost_per_1m_out": 3,
 825      "cost_per_1m_in_cached": 0.08333333333333334,
 826      "cost_per_1m_out_cached": 0.049999999999999996,
 827      "context_window": 1048576,
 828      "default_max_tokens": 32767,
 829      "can_reason": true,
 830      "reasoning_levels": [
 831        "low",
 832        "medium",
 833        "high"
 834      ],
 835      "default_reasoning_effort": "medium",
 836      "supports_attachments": true,
 837      "options": {}
 838    },
 839    {
 840      "id": "google/gemini-3-pro-preview",
 841      "name": "Google: Gemini 3 Pro Preview",
 842      "cost_per_1m_in": 2,
 843      "cost_per_1m_out": 12,
 844      "cost_per_1m_in_cached": 0.375,
 845      "cost_per_1m_out_cached": 0.19999999999999998,
 846      "context_window": 1048576,
 847      "default_max_tokens": 32768,
 848      "can_reason": true,
 849      "reasoning_levels": [
 850        "low",
 851        "medium",
 852        "high"
 853      ],
 854      "default_reasoning_effort": "medium",
 855      "supports_attachments": true,
 856      "options": {}
 857    },
 858    {
 859      "id": "google/gemini-3.1-pro-preview",
 860      "name": "Google: Gemini 3.1 Pro Preview",
 861      "cost_per_1m_in": 2,
 862      "cost_per_1m_out": 12,
 863      "cost_per_1m_in_cached": 0.375,
 864      "cost_per_1m_out_cached": 0.19999999999999998,
 865      "context_window": 1048576,
 866      "default_max_tokens": 32768,
 867      "can_reason": true,
 868      "reasoning_levels": [
 869        "low",
 870        "medium",
 871        "high"
 872      ],
 873      "default_reasoning_effort": "medium",
 874      "supports_attachments": true,
 875      "options": {}
 876    },
 877    {
 878      "id": "google/gemini-3.1-pro-preview-customtools",
 879      "name": "Google: Gemini 3.1 Pro Preview Custom Tools",
 880      "cost_per_1m_in": 2,
 881      "cost_per_1m_out": 12,
 882      "cost_per_1m_in_cached": 0.375,
 883      "cost_per_1m_out_cached": 0.19999999999999998,
 884      "context_window": 1048576,
 885      "default_max_tokens": 32768,
 886      "can_reason": true,
 887      "reasoning_levels": [
 888        "low",
 889        "medium",
 890        "high"
 891      ],
 892      "default_reasoning_effort": "medium",
 893      "supports_attachments": true,
 894      "options": {}
 895    },
 896    {
 897      "id": "google/gemma-3-27b-it:free",
 898      "name": "Google: Gemma 3 27B (free)",
 899      "cost_per_1m_in": 0,
 900      "cost_per_1m_out": 0,
 901      "cost_per_1m_in_cached": 0,
 902      "cost_per_1m_out_cached": 0,
 903      "context_window": 128000,
 904      "default_max_tokens": 64000,
 905      "can_reason": false,
 906      "supports_attachments": true,
 907      "options": {}
 908    },
 909    {
 910      "id": "inception/mercury",
 911      "name": "Inception: Mercury",
 912      "cost_per_1m_in": 0.25,
 913      "cost_per_1m_out": 1,
 914      "cost_per_1m_in_cached": 0,
 915      "cost_per_1m_out_cached": 0,
 916      "context_window": 128000,
 917      "default_max_tokens": 8192,
 918      "can_reason": false,
 919      "supports_attachments": false,
 920      "options": {}
 921    },
 922    {
 923      "id": "inception/mercury-coder",
 924      "name": "Inception: Mercury Coder",
 925      "cost_per_1m_in": 0.25,
 926      "cost_per_1m_out": 1,
 927      "cost_per_1m_in_cached": 0,
 928      "cost_per_1m_out_cached": 0,
 929      "context_window": 128000,
 930      "default_max_tokens": 8192,
 931      "can_reason": false,
 932      "supports_attachments": false,
 933      "options": {}
 934    },
 935    {
 936      "id": "kwaipilot/kat-coder-pro",
 937      "name": "Kwaipilot: KAT-Coder-Pro V1",
 938      "cost_per_1m_in": 0.207,
 939      "cost_per_1m_out": 0.828,
 940      "cost_per_1m_in_cached": 0,
 941      "cost_per_1m_out_cached": 0.0414,
 942      "context_window": 256000,
 943      "default_max_tokens": 64000,
 944      "can_reason": false,
 945      "supports_attachments": false,
 946      "options": {}
 947    },
 948    {
 949      "id": "meituan/longcat-flash-chat",
 950      "name": "Meituan: LongCat Flash Chat",
 951      "cost_per_1m_in": 0.19999999999999998,
 952      "cost_per_1m_out": 0.7999999999999999,
 953      "cost_per_1m_in_cached": 0,
 954      "cost_per_1m_out_cached": 0.19999999999999998,
 955      "context_window": 131072,
 956      "default_max_tokens": 16384,
 957      "can_reason": false,
 958      "supports_attachments": false,
 959      "options": {}
 960    },
 961    {
 962      "id": "meta-llama/llama-3.1-405b-instruct",
 963      "name": "Meta: Llama 3.1 405B Instruct",
 964      "cost_per_1m_in": 5,
 965      "cost_per_1m_out": 16,
 966      "cost_per_1m_in_cached": 0,
 967      "cost_per_1m_out_cached": 0,
 968      "context_window": 128000,
 969      "default_max_tokens": 4096,
 970      "can_reason": false,
 971      "supports_attachments": false,
 972      "options": {}
 973    },
 974    {
 975      "id": "meta-llama/llama-3.1-70b-instruct",
 976      "name": "Meta: Llama 3.1 70B Instruct",
 977      "cost_per_1m_in": 0.39999999999999997,
 978      "cost_per_1m_out": 0.39999999999999997,
 979      "cost_per_1m_in_cached": 0,
 980      "cost_per_1m_out_cached": 0,
 981      "context_window": 131072,
 982      "default_max_tokens": 13107,
 983      "can_reason": false,
 984      "supports_attachments": false,
 985      "options": {}
 986    },
 987    {
 988      "id": "meta-llama/llama-3.3-70b-instruct",
 989      "name": "Meta: Llama 3.3 70B Instruct",
 990      "cost_per_1m_in": 0.25,
 991      "cost_per_1m_out": 0.75,
 992      "cost_per_1m_in_cached": 0,
 993      "cost_per_1m_out_cached": 0,
 994      "context_window": 131072,
 995      "default_max_tokens": 13107,
 996      "can_reason": false,
 997      "supports_attachments": false,
 998      "options": {}
 999    },
1000    {
1001      "id": "meta-llama/llama-3.3-70b-instruct:free",
1002      "name": "Meta: Llama 3.3 70B Instruct (free)",
1003      "cost_per_1m_in": 0,
1004      "cost_per_1m_out": 0,
1005      "cost_per_1m_in_cached": 0,
1006      "cost_per_1m_out_cached": 0,
1007      "context_window": 128000,
1008      "default_max_tokens": 64000,
1009      "can_reason": false,
1010      "supports_attachments": false,
1011      "options": {}
1012    },
1013    {
1014      "id": "meta-llama/llama-4-maverick",
1015      "name": "Meta: Llama 4 Maverick",
1016      "cost_per_1m_in": 0.27,
1017      "cost_per_1m_out": 0.85,
1018      "cost_per_1m_in_cached": 0,
1019      "cost_per_1m_out_cached": 0,
1020      "context_window": 1048576,
1021      "default_max_tokens": 104857,
1022      "can_reason": false,
1023      "supports_attachments": true,
1024      "options": {}
1025    },
1026    {
1027      "id": "meta-llama/llama-4-scout",
1028      "name": "Meta: Llama 4 Scout",
1029      "cost_per_1m_in": 0.11,
1030      "cost_per_1m_out": 0.33999999999999997,
1031      "cost_per_1m_in_cached": 0,
1032      "cost_per_1m_out_cached": 0,
1033      "context_window": 131072,
1034      "default_max_tokens": 4096,
1035      "can_reason": false,
1036      "supports_attachments": true,
1037      "options": {}
1038    },
1039    {
1040      "id": "minimax/minimax-m1",
1041      "name": "MiniMax: MiniMax M1",
1042      "cost_per_1m_in": 0.44,
1043      "cost_per_1m_out": 1.76,
1044      "cost_per_1m_in_cached": 0,
1045      "cost_per_1m_out_cached": 0,
1046      "context_window": 1000000,
1047      "default_max_tokens": 20000,
1048      "can_reason": true,
1049      "reasoning_levels": [
1050        "low",
1051        "medium",
1052        "high"
1053      ],
1054      "default_reasoning_effort": "medium",
1055      "supports_attachments": false,
1056      "options": {}
1057    },
1058    {
1059      "id": "minimax/minimax-m2",
1060      "name": "MiniMax: MiniMax M2",
1061      "cost_per_1m_in": 0.3,
1062      "cost_per_1m_out": 1.2,
1063      "cost_per_1m_in_cached": 0,
1064      "cost_per_1m_out_cached": 0.03,
1065      "context_window": 204800,
1066      "default_max_tokens": 65536,
1067      "can_reason": true,
1068      "reasoning_levels": [
1069        "low",
1070        "medium",
1071        "high"
1072      ],
1073      "default_reasoning_effort": "medium",
1074      "supports_attachments": false,
1075      "options": {}
1076    },
1077    {
1078      "id": "minimax/minimax-m2.1",
1079      "name": "MiniMax: MiniMax M2.1",
1080      "cost_per_1m_in": 0.3,
1081      "cost_per_1m_out": 2.4,
1082      "cost_per_1m_in_cached": 0,
1083      "cost_per_1m_out_cached": 0.03,
1084      "context_window": 204800,
1085      "default_max_tokens": 65536,
1086      "can_reason": true,
1087      "reasoning_levels": [
1088        "low",
1089        "medium",
1090        "high"
1091      ],
1092      "default_reasoning_effort": "medium",
1093      "supports_attachments": false,
1094      "options": {}
1095    },
1096    {
1097      "id": "minimax/minimax-m2.5",
1098      "name": "MiniMax: MiniMax M2.5",
1099      "cost_per_1m_in": 0.3,
1100      "cost_per_1m_out": 1.2,
1101      "cost_per_1m_in_cached": 0,
1102      "cost_per_1m_out_cached": 0.03,
1103      "context_window": 204800,
1104      "default_max_tokens": 65550,
1105      "can_reason": true,
1106      "reasoning_levels": [
1107        "low",
1108        "medium",
1109        "high"
1110      ],
1111      "default_reasoning_effort": "medium",
1112      "supports_attachments": false,
1113      "options": {}
1114    },
1115    {
1116      "id": "mistralai/mistral-large",
1117      "name": "Mistral Large",
1118      "cost_per_1m_in": 2,
1119      "cost_per_1m_out": 6,
1120      "cost_per_1m_in_cached": 0,
1121      "cost_per_1m_out_cached": 0,
1122      "context_window": 128000,
1123      "default_max_tokens": 12800,
1124      "can_reason": false,
1125      "supports_attachments": false,
1126      "options": {}
1127    },
1128    {
1129      "id": "mistralai/mistral-large-2407",
1130      "name": "Mistral Large 2407",
1131      "cost_per_1m_in": 2,
1132      "cost_per_1m_out": 6,
1133      "cost_per_1m_in_cached": 0,
1134      "cost_per_1m_out_cached": 0,
1135      "context_window": 131072,
1136      "default_max_tokens": 13107,
1137      "can_reason": false,
1138      "supports_attachments": false,
1139      "options": {}
1140    },
1141    {
1142      "id": "mistralai/mistral-large-2411",
1143      "name": "Mistral Large 2411",
1144      "cost_per_1m_in": 2,
1145      "cost_per_1m_out": 6,
1146      "cost_per_1m_in_cached": 0,
1147      "cost_per_1m_out_cached": 0,
1148      "context_window": 131072,
1149      "default_max_tokens": 13107,
1150      "can_reason": false,
1151      "supports_attachments": false,
1152      "options": {}
1153    },
1154    {
1155      "id": "mistralai/codestral-2508",
1156      "name": "Mistral: Codestral 2508",
1157      "cost_per_1m_in": 0.3,
1158      "cost_per_1m_out": 0.8999999999999999,
1159      "cost_per_1m_in_cached": 0,
1160      "cost_per_1m_out_cached": 0,
1161      "context_window": 256000,
1162      "default_max_tokens": 25600,
1163      "can_reason": false,
1164      "supports_attachments": false,
1165      "options": {}
1166    },
1167    {
1168      "id": "mistralai/devstral-2512",
1169      "name": "Mistral: Devstral 2 2512",
1170      "cost_per_1m_in": 0.39999999999999997,
1171      "cost_per_1m_out": 2,
1172      "cost_per_1m_in_cached": 0,
1173      "cost_per_1m_out_cached": 0,
1174      "context_window": 262144,
1175      "default_max_tokens": 26214,
1176      "can_reason": false,
1177      "supports_attachments": false,
1178      "options": {}
1179    },
1180    {
1181      "id": "mistralai/devstral-medium",
1182      "name": "Mistral: Devstral Medium",
1183      "cost_per_1m_in": 0.39999999999999997,
1184      "cost_per_1m_out": 2,
1185      "cost_per_1m_in_cached": 0,
1186      "cost_per_1m_out_cached": 0,
1187      "context_window": 131072,
1188      "default_max_tokens": 13107,
1189      "can_reason": false,
1190      "supports_attachments": false,
1191      "options": {}
1192    },
1193    {
1194      "id": "mistralai/devstral-small",
1195      "name": "Mistral: Devstral Small 1.1",
1196      "cost_per_1m_in": 0.09999999999999999,
1197      "cost_per_1m_out": 0.3,
1198      "cost_per_1m_in_cached": 0,
1199      "cost_per_1m_out_cached": 0,
1200      "context_window": 131072,
1201      "default_max_tokens": 13107,
1202      "can_reason": false,
1203      "supports_attachments": false,
1204      "options": {}
1205    },
1206    {
1207      "id": "mistralai/ministral-14b-2512",
1208      "name": "Mistral: Ministral 3 14B 2512",
1209      "cost_per_1m_in": 0.19999999999999998,
1210      "cost_per_1m_out": 0.19999999999999998,
1211      "cost_per_1m_in_cached": 0,
1212      "cost_per_1m_out_cached": 0,
1213      "context_window": 262144,
1214      "default_max_tokens": 26214,
1215      "can_reason": false,
1216      "supports_attachments": true,
1217      "options": {}
1218    },
1219    {
1220      "id": "mistralai/ministral-3b-2512",
1221      "name": "Mistral: Ministral 3 3B 2512",
1222      "cost_per_1m_in": 0.09999999999999999,
1223      "cost_per_1m_out": 0.09999999999999999,
1224      "cost_per_1m_in_cached": 0,
1225      "cost_per_1m_out_cached": 0,
1226      "context_window": 131072,
1227      "default_max_tokens": 13107,
1228      "can_reason": false,
1229      "supports_attachments": true,
1230      "options": {}
1231    },
1232    {
1233      "id": "mistralai/ministral-8b-2512",
1234      "name": "Mistral: Ministral 3 8B 2512",
1235      "cost_per_1m_in": 0.15,
1236      "cost_per_1m_out": 0.15,
1237      "cost_per_1m_in_cached": 0,
1238      "cost_per_1m_out_cached": 0,
1239      "context_window": 262144,
1240      "default_max_tokens": 26214,
1241      "can_reason": false,
1242      "supports_attachments": true,
1243      "options": {}
1244    },
1245    {
1246      "id": "mistralai/mistral-large-2512",
1247      "name": "Mistral: Mistral Large 3 2512",
1248      "cost_per_1m_in": 0.5,
1249      "cost_per_1m_out": 1.5,
1250      "cost_per_1m_in_cached": 0,
1251      "cost_per_1m_out_cached": 0,
1252      "context_window": 262144,
1253      "default_max_tokens": 26214,
1254      "can_reason": false,
1255      "supports_attachments": true,
1256      "options": {}
1257    },
1258    {
1259      "id": "mistralai/mistral-medium-3",
1260      "name": "Mistral: Mistral Medium 3",
1261      "cost_per_1m_in": 0.39999999999999997,
1262      "cost_per_1m_out": 2,
1263      "cost_per_1m_in_cached": 0,
1264      "cost_per_1m_out_cached": 0,
1265      "context_window": 131072,
1266      "default_max_tokens": 13107,
1267      "can_reason": false,
1268      "supports_attachments": true,
1269      "options": {}
1270    },
1271    {
1272      "id": "mistralai/mistral-medium-3.1",
1273      "name": "Mistral: Mistral Medium 3.1",
1274      "cost_per_1m_in": 0.39999999999999997,
1275      "cost_per_1m_out": 2,
1276      "cost_per_1m_in_cached": 0,
1277      "cost_per_1m_out_cached": 0,
1278      "context_window": 131072,
1279      "default_max_tokens": 13107,
1280      "can_reason": false,
1281      "supports_attachments": true,
1282      "options": {}
1283    },
1284    {
1285      "id": "mistralai/mistral-nemo",
1286      "name": "Mistral: Mistral Nemo",
1287      "cost_per_1m_in": 0.15,
1288      "cost_per_1m_out": 0.15,
1289      "cost_per_1m_in_cached": 0,
1290      "cost_per_1m_out_cached": 0,
1291      "context_window": 131072,
1292      "default_max_tokens": 13107,
1293      "can_reason": false,
1294      "supports_attachments": false,
1295      "options": {}
1296    },
1297    {
1298      "id": "mistralai/mistral-small-24b-instruct-2501",
1299      "name": "Mistral: Mistral Small 3",
1300      "cost_per_1m_in": 0.09999999999999999,
1301      "cost_per_1m_out": 0.3,
1302      "cost_per_1m_in_cached": 0,
1303      "cost_per_1m_out_cached": 0,
1304      "context_window": 32768,
1305      "default_max_tokens": 1024,
1306      "can_reason": false,
1307      "supports_attachments": false,
1308      "options": {}
1309    },
1310    {
1311      "id": "mistralai/mistral-small-3.1-24b-instruct:free",
1312      "name": "Mistral: Mistral Small 3.1 24B (free)",
1313      "cost_per_1m_in": 0,
1314      "cost_per_1m_out": 0,
1315      "cost_per_1m_in_cached": 0,
1316      "cost_per_1m_out_cached": 0,
1317      "context_window": 128000,
1318      "default_max_tokens": 12800,
1319      "can_reason": false,
1320      "supports_attachments": true,
1321      "options": {}
1322    },
1323    {
1324      "id": "mistralai/mistral-small-3.2-24b-instruct",
1325      "name": "Mistral: Mistral Small 3.2 24B",
1326      "cost_per_1m_in": 0.09999999999999999,
1327      "cost_per_1m_out": 0.3,
1328      "cost_per_1m_in_cached": 0,
1329      "cost_per_1m_out_cached": 0,
1330      "context_window": 131072,
1331      "default_max_tokens": 13107,
1332      "can_reason": false,
1333      "supports_attachments": true,
1334      "options": {}
1335    },
1336    {
1337      "id": "mistralai/mistral-small-creative",
1338      "name": "Mistral: Mistral Small Creative",
1339      "cost_per_1m_in": 0.09999999999999999,
1340      "cost_per_1m_out": 0.3,
1341      "cost_per_1m_in_cached": 0,
1342      "cost_per_1m_out_cached": 0,
1343      "context_window": 32768,
1344      "default_max_tokens": 3276,
1345      "can_reason": false,
1346      "supports_attachments": false,
1347      "options": {}
1348    },
1349    {
1350      "id": "mistralai/mixtral-8x22b-instruct",
1351      "name": "Mistral: Mixtral 8x22B Instruct",
1352      "cost_per_1m_in": 2,
1353      "cost_per_1m_out": 6,
1354      "cost_per_1m_in_cached": 0,
1355      "cost_per_1m_out_cached": 0,
1356      "context_window": 65536,
1357      "default_max_tokens": 6553,
1358      "can_reason": false,
1359      "supports_attachments": false,
1360      "options": {}
1361    },
1362    {
1363      "id": "mistralai/mixtral-8x7b-instruct",
1364      "name": "Mistral: Mixtral 8x7B Instruct",
1365      "cost_per_1m_in": 0.54,
1366      "cost_per_1m_out": 0.54,
1367      "cost_per_1m_in_cached": 0,
1368      "cost_per_1m_out_cached": 0,
1369      "context_window": 32768,
1370      "default_max_tokens": 8192,
1371      "can_reason": false,
1372      "supports_attachments": false,
1373      "options": {}
1374    },
1375    {
1376      "id": "mistralai/pixtral-large-2411",
1377      "name": "Mistral: Pixtral Large 2411",
1378      "cost_per_1m_in": 2,
1379      "cost_per_1m_out": 6,
1380      "cost_per_1m_in_cached": 0,
1381      "cost_per_1m_out_cached": 0,
1382      "context_window": 131072,
1383      "default_max_tokens": 13107,
1384      "can_reason": false,
1385      "supports_attachments": true,
1386      "options": {}
1387    },
1388    {
1389      "id": "mistralai/mistral-saba",
1390      "name": "Mistral: Saba",
1391      "cost_per_1m_in": 0.19999999999999998,
1392      "cost_per_1m_out": 0.6,
1393      "cost_per_1m_in_cached": 0,
1394      "cost_per_1m_out_cached": 0,
1395      "context_window": 32768,
1396      "default_max_tokens": 3276,
1397      "can_reason": false,
1398      "supports_attachments": false,
1399      "options": {}
1400    },
1401    {
1402      "id": "mistralai/voxtral-small-24b-2507",
1403      "name": "Mistral: Voxtral Small 24B 2507",
1404      "cost_per_1m_in": 0.09999999999999999,
1405      "cost_per_1m_out": 0.3,
1406      "cost_per_1m_in_cached": 0,
1407      "cost_per_1m_out_cached": 0,
1408      "context_window": 32000,
1409      "default_max_tokens": 3200,
1410      "can_reason": false,
1411      "supports_attachments": false,
1412      "options": {}
1413    },
1414    {
1415      "id": "moonshotai/kimi-k2",
1416      "name": "MoonshotAI: Kimi K2 0711",
1417      "cost_per_1m_in": 0.5700000000000001,
1418      "cost_per_1m_out": 2.3,
1419      "cost_per_1m_in_cached": 0,
1420      "cost_per_1m_out_cached": 0,
1421      "context_window": 131072,
1422      "default_max_tokens": 65536,
1423      "can_reason": false,
1424      "supports_attachments": false,
1425      "options": {}
1426    },
1427    {
1428      "id": "moonshotai/kimi-k2-0905",
1429      "name": "MoonshotAI: Kimi K2 0905",
1430      "cost_per_1m_in": 0.6,
1431      "cost_per_1m_out": 2.5,
1432      "cost_per_1m_in_cached": 0,
1433      "cost_per_1m_out_cached": 0.3,
1434      "context_window": 262144,
1435      "default_max_tokens": 26214,
1436      "can_reason": false,
1437      "supports_attachments": false,
1438      "options": {}
1439    },
1440    {
1441      "id": "moonshotai/kimi-k2-0905:exacto",
1442      "name": "MoonshotAI: Kimi K2 0905 (exacto)",
1443      "cost_per_1m_in": 1.15,
1444      "cost_per_1m_out": 8,
1445      "cost_per_1m_in_cached": 0,
1446      "cost_per_1m_out_cached": 0.15,
1447      "context_window": 262144,
1448      "default_max_tokens": 26214,
1449      "can_reason": false,
1450      "supports_attachments": false,
1451      "options": {}
1452    },
1453    {
1454      "id": "moonshotai/kimi-k2-thinking",
1455      "name": "MoonshotAI: Kimi K2 Thinking",
1456      "cost_per_1m_in": 0.55,
1457      "cost_per_1m_out": 2.5,
1458      "cost_per_1m_in_cached": 0,
1459      "cost_per_1m_out_cached": 0,
1460      "context_window": 262144,
1461      "default_max_tokens": 131072,
1462      "can_reason": true,
1463      "reasoning_levels": [
1464        "low",
1465        "medium",
1466        "high"
1467      ],
1468      "default_reasoning_effort": "medium",
1469      "supports_attachments": false,
1470      "options": {}
1471    },
1472    {
1473      "id": "moonshotai/kimi-k2.5",
1474      "name": "MoonshotAI: Kimi K2.5",
1475      "cost_per_1m_in": 0.6,
1476      "cost_per_1m_out": 3,
1477      "cost_per_1m_in_cached": 0,
1478      "cost_per_1m_out_cached": 0.1,
1479      "context_window": 262144,
1480      "default_max_tokens": 26214,
1481      "can_reason": true,
1482      "reasoning_levels": [
1483        "low",
1484        "medium",
1485        "high"
1486      ],
1487      "default_reasoning_effort": "medium",
1488      "supports_attachments": true,
1489      "options": {}
1490    },
1491    {
1492      "id": "nvidia/llama-3.1-nemotron-70b-instruct",
1493      "name": "NVIDIA: Llama 3.1 Nemotron 70B Instruct",
1494      "cost_per_1m_in": 1.2,
1495      "cost_per_1m_out": 1.2,
1496      "cost_per_1m_in_cached": 0,
1497      "cost_per_1m_out_cached": 0,
1498      "context_window": 131072,
1499      "default_max_tokens": 8192,
1500      "can_reason": false,
1501      "supports_attachments": false,
1502      "options": {}
1503    },
1504    {
1505      "id": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
1506      "name": "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
1507      "cost_per_1m_in": 0.09999999999999999,
1508      "cost_per_1m_out": 0.39999999999999997,
1509      "cost_per_1m_in_cached": 0,
1510      "cost_per_1m_out_cached": 0,
1511      "context_window": 131072,
1512      "default_max_tokens": 13107,
1513      "can_reason": true,
1514      "reasoning_levels": [
1515        "low",
1516        "medium",
1517        "high"
1518      ],
1519      "default_reasoning_effort": "medium",
1520      "supports_attachments": false,
1521      "options": {}
1522    },
1523    {
1524      "id": "nvidia/nemotron-3-nano-30b-a3b",
1525      "name": "NVIDIA: Nemotron 3 Nano 30B A3B",
1526      "cost_per_1m_in": 0.049999999999999996,
1527      "cost_per_1m_out": 0.19999999999999998,
1528      "cost_per_1m_in_cached": 0,
1529      "cost_per_1m_out_cached": 0,
1530      "context_window": 262144,
1531      "default_max_tokens": 26214,
1532      "can_reason": true,
1533      "reasoning_levels": [
1534        "low",
1535        "medium",
1536        "high"
1537      ],
1538      "default_reasoning_effort": "medium",
1539      "supports_attachments": false,
1540      "options": {}
1541    },
1542    {
1543      "id": "nvidia/nemotron-3-nano-30b-a3b:free",
1544      "name": "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
1545      "cost_per_1m_in": 0,
1546      "cost_per_1m_out": 0,
1547      "cost_per_1m_in_cached": 0,
1548      "cost_per_1m_out_cached": 0,
1549      "context_window": 256000,
1550      "default_max_tokens": 25600,
1551      "can_reason": true,
1552      "reasoning_levels": [
1553        "low",
1554        "medium",
1555        "high"
1556      ],
1557      "default_reasoning_effort": "medium",
1558      "supports_attachments": false,
1559      "options": {}
1560    },
1561    {
1562      "id": "nvidia/nemotron-nano-12b-v2-vl:free",
1563      "name": "NVIDIA: Nemotron Nano 12B 2 VL (free)",
1564      "cost_per_1m_in": 0,
1565      "cost_per_1m_out": 0,
1566      "cost_per_1m_in_cached": 0,
1567      "cost_per_1m_out_cached": 0,
1568      "context_window": 128000,
1569      "default_max_tokens": 64000,
1570      "can_reason": true,
1571      "reasoning_levels": [
1572        "low",
1573        "medium",
1574        "high"
1575      ],
1576      "default_reasoning_effort": "medium",
1577      "supports_attachments": true,
1578      "options": {}
1579    },
1580    {
1581      "id": "nvidia/nemotron-nano-9b-v2",
1582      "name": "NVIDIA: Nemotron Nano 9B V2",
1583      "cost_per_1m_in": 0.04,
1584      "cost_per_1m_out": 0.16,
1585      "cost_per_1m_in_cached": 0,
1586      "cost_per_1m_out_cached": 0,
1587      "context_window": 131072,
1588      "default_max_tokens": 13107,
1589      "can_reason": true,
1590      "reasoning_levels": [
1591        "low",
1592        "medium",
1593        "high"
1594      ],
1595      "default_reasoning_effort": "medium",
1596      "supports_attachments": false,
1597      "options": {}
1598    },
1599    {
1600      "id": "nvidia/nemotron-nano-9b-v2:free",
1601      "name": "NVIDIA: Nemotron Nano 9B V2 (free)",
1602      "cost_per_1m_in": 0,
1603      "cost_per_1m_out": 0,
1604      "cost_per_1m_in_cached": 0,
1605      "cost_per_1m_out_cached": 0,
1606      "context_window": 128000,
1607      "default_max_tokens": 12800,
1608      "can_reason": true,
1609      "reasoning_levels": [
1610        "low",
1611        "medium",
1612        "high"
1613      ],
1614      "default_reasoning_effort": "medium",
1615      "supports_attachments": false,
1616      "options": {}
1617    },
1618    {
1619      "id": "nex-agi/deepseek-v3.1-nex-n1",
1620      "name": "Nex AGI: DeepSeek V3.1 Nex N1",
1621      "cost_per_1m_in": 0.27,
1622      "cost_per_1m_out": 1,
1623      "cost_per_1m_in_cached": 0,
1624      "cost_per_1m_out_cached": 0,
1625      "context_window": 131072,
1626      "default_max_tokens": 81920,
1627      "can_reason": false,
1628      "supports_attachments": false,
1629      "options": {}
1630    },
1631    {
1632      "id": "openai/gpt-4-turbo",
1633      "name": "OpenAI: GPT-4 Turbo",
1634      "cost_per_1m_in": 10,
1635      "cost_per_1m_out": 30,
1636      "cost_per_1m_in_cached": 0,
1637      "cost_per_1m_out_cached": 0,
1638      "context_window": 128000,
1639      "default_max_tokens": 2048,
1640      "can_reason": false,
1641      "supports_attachments": true,
1642      "options": {}
1643    },
1644    {
1645      "id": "openai/gpt-4-1106-preview",
1646      "name": "OpenAI: GPT-4 Turbo (older v1106)",
1647      "cost_per_1m_in": 10,
1648      "cost_per_1m_out": 30,
1649      "cost_per_1m_in_cached": 0,
1650      "cost_per_1m_out_cached": 0,
1651      "context_window": 128000,
1652      "default_max_tokens": 2048,
1653      "can_reason": false,
1654      "supports_attachments": false,
1655      "options": {}
1656    },
1657    {
1658      "id": "openai/gpt-4-turbo-preview",
1659      "name": "OpenAI: GPT-4 Turbo Preview",
1660      "cost_per_1m_in": 10,
1661      "cost_per_1m_out": 30,
1662      "cost_per_1m_in_cached": 0,
1663      "cost_per_1m_out_cached": 0,
1664      "context_window": 128000,
1665      "default_max_tokens": 2048,
1666      "can_reason": false,
1667      "supports_attachments": false,
1668      "options": {}
1669    },
1670    {
1671      "id": "openai/gpt-4.1",
1672      "name": "OpenAI: GPT-4.1",
1673      "cost_per_1m_in": 2,
1674      "cost_per_1m_out": 8,
1675      "cost_per_1m_in_cached": 0,
1676      "cost_per_1m_out_cached": 0.5,
1677      "context_window": 1047576,
1678      "default_max_tokens": 104757,
1679      "can_reason": false,
1680      "supports_attachments": true,
1681      "options": {}
1682    },
1683    {
1684      "id": "openai/gpt-4.1-mini",
1685      "name": "OpenAI: GPT-4.1 Mini",
1686      "cost_per_1m_in": 0.39999999999999997,
1687      "cost_per_1m_out": 1.5999999999999999,
1688      "cost_per_1m_in_cached": 0,
1689      "cost_per_1m_out_cached": 0.09999999999999999,
1690      "context_window": 1047576,
1691      "default_max_tokens": 104757,
1692      "can_reason": false,
1693      "supports_attachments": true,
1694      "options": {}
1695    },
1696    {
1697      "id": "openai/gpt-4.1-nano",
1698      "name": "OpenAI: GPT-4.1 Nano",
1699      "cost_per_1m_in": 0.09999999999999999,
1700      "cost_per_1m_out": 0.39999999999999997,
1701      "cost_per_1m_in_cached": 0,
1702      "cost_per_1m_out_cached": 0.03,
1703      "context_window": 1047576,
1704      "default_max_tokens": 104757,
1705      "can_reason": false,
1706      "supports_attachments": true,
1707      "options": {}
1708    },
1709    {
1710      "id": "openai/gpt-4o",
1711      "name": "OpenAI: GPT-4o",
1712      "cost_per_1m_in": 2.5,
1713      "cost_per_1m_out": 10,
1714      "cost_per_1m_in_cached": 0,
1715      "cost_per_1m_out_cached": 0,
1716      "context_window": 128000,
1717      "default_max_tokens": 8192,
1718      "can_reason": false,
1719      "supports_attachments": true,
1720      "options": {}
1721    },
1722    {
1723      "id": "openai/gpt-4o-2024-05-13",
1724      "name": "OpenAI: GPT-4o (2024-05-13)",
1725      "cost_per_1m_in": 5,
1726      "cost_per_1m_out": 15,
1727      "cost_per_1m_in_cached": 0,
1728      "cost_per_1m_out_cached": 0,
1729      "context_window": 128000,
1730      "default_max_tokens": 2048,
1731      "can_reason": false,
1732      "supports_attachments": true,
1733      "options": {}
1734    },
1735    {
1736      "id": "openai/gpt-4o-2024-08-06",
1737      "name": "OpenAI: GPT-4o (2024-08-06)",
1738      "cost_per_1m_in": 2.5,
1739      "cost_per_1m_out": 10,
1740      "cost_per_1m_in_cached": 0,
1741      "cost_per_1m_out_cached": 1.25,
1742      "context_window": 128000,
1743      "default_max_tokens": 8192,
1744      "can_reason": false,
1745      "supports_attachments": true,
1746      "options": {}
1747    },
1748    {
1749      "id": "openai/gpt-4o-2024-11-20",
1750      "name": "OpenAI: GPT-4o (2024-11-20)",
1751      "cost_per_1m_in": 2.5,
1752      "cost_per_1m_out": 10,
1753      "cost_per_1m_in_cached": 0,
1754      "cost_per_1m_out_cached": 1.25,
1755      "context_window": 128000,
1756      "default_max_tokens": 8192,
1757      "can_reason": false,
1758      "supports_attachments": true,
1759      "options": {}
1760    },
1761    {
1762      "id": "openai/gpt-4o:extended",
1763      "name": "OpenAI: GPT-4o (extended)",
1764      "cost_per_1m_in": 6,
1765      "cost_per_1m_out": 18,
1766      "cost_per_1m_in_cached": 0,
1767      "cost_per_1m_out_cached": 0,
1768      "context_window": 128000,
1769      "default_max_tokens": 32000,
1770      "can_reason": false,
1771      "supports_attachments": true,
1772      "options": {}
1773    },
1774    {
1775      "id": "openai/gpt-4o-audio-preview",
1776      "name": "OpenAI: GPT-4o Audio",
1777      "cost_per_1m_in": 2.5,
1778      "cost_per_1m_out": 10,
1779      "cost_per_1m_in_cached": 0,
1780      "cost_per_1m_out_cached": 0,
1781      "context_window": 128000,
1782      "default_max_tokens": 8192,
1783      "can_reason": false,
1784      "supports_attachments": false,
1785      "options": {}
1786    },
1787    {
1788      "id": "openai/gpt-4o-mini",
1789      "name": "OpenAI: GPT-4o-mini",
1790      "cost_per_1m_in": 0.15,
1791      "cost_per_1m_out": 0.6,
1792      "cost_per_1m_in_cached": 0,
1793      "cost_per_1m_out_cached": 0.075,
1794      "context_window": 128000,
1795      "default_max_tokens": 8192,
1796      "can_reason": false,
1797      "supports_attachments": true,
1798      "options": {}
1799    },
1800    {
1801      "id": "openai/gpt-4o-mini-2024-07-18",
1802      "name": "OpenAI: GPT-4o-mini (2024-07-18)",
1803      "cost_per_1m_in": 0.15,
1804      "cost_per_1m_out": 0.6,
1805      "cost_per_1m_in_cached": 0,
1806      "cost_per_1m_out_cached": 0.075,
1807      "context_window": 128000,
1808      "default_max_tokens": 8192,
1809      "can_reason": false,
1810      "supports_attachments": true,
1811      "options": {}
1812    },
1813    {
1814      "id": "openai/gpt-5",
1815      "name": "OpenAI: GPT-5",
1816      "cost_per_1m_in": 1.25,
1817      "cost_per_1m_out": 10,
1818      "cost_per_1m_in_cached": 0,
1819      "cost_per_1m_out_cached": 0.125,
1820      "context_window": 400000,
1821      "default_max_tokens": 64000,
1822      "can_reason": true,
1823      "reasoning_levels": [
1824        "low",
1825        "medium",
1826        "high"
1827      ],
1828      "default_reasoning_effort": "medium",
1829      "supports_attachments": true,
1830      "options": {}
1831    },
1832    {
1833      "id": "openai/gpt-5-codex",
1834      "name": "OpenAI: GPT-5 Codex",
1835      "cost_per_1m_in": 1.25,
1836      "cost_per_1m_out": 10,
1837      "cost_per_1m_in_cached": 0,
1838      "cost_per_1m_out_cached": 0.125,
1839      "context_window": 400000,
1840      "default_max_tokens": 64000,
1841      "can_reason": true,
1842      "reasoning_levels": [
1843        "low",
1844        "medium",
1845        "high"
1846      ],
1847      "default_reasoning_effort": "medium",
1848      "supports_attachments": true,
1849      "options": {}
1850    },
1851    {
1852      "id": "openai/gpt-5-image",
1853      "name": "OpenAI: GPT-5 Image",
1854      "cost_per_1m_in": 10,
1855      "cost_per_1m_out": 10,
1856      "cost_per_1m_in_cached": 0,
1857      "cost_per_1m_out_cached": 1.25,
1858      "context_window": 400000,
1859      "default_max_tokens": 64000,
1860      "can_reason": true,
1861      "reasoning_levels": [
1862        "low",
1863        "medium",
1864        "high"
1865      ],
1866      "default_reasoning_effort": "medium",
1867      "supports_attachments": true,
1868      "options": {}
1869    },
1870    {
1871      "id": "openai/gpt-5-image-mini",
1872      "name": "OpenAI: GPT-5 Image Mini",
1873      "cost_per_1m_in": 2.5,
1874      "cost_per_1m_out": 2,
1875      "cost_per_1m_in_cached": 0,
1876      "cost_per_1m_out_cached": 0.25,
1877      "context_window": 400000,
1878      "default_max_tokens": 64000,
1879      "can_reason": true,
1880      "reasoning_levels": [
1881        "low",
1882        "medium",
1883        "high"
1884      ],
1885      "default_reasoning_effort": "medium",
1886      "supports_attachments": true,
1887      "options": {}
1888    },
1889    {
1890      "id": "openai/gpt-5-mini",
1891      "name": "OpenAI: GPT-5 Mini",
1892      "cost_per_1m_in": 0.25,
1893      "cost_per_1m_out": 2,
1894      "cost_per_1m_in_cached": 0,
1895      "cost_per_1m_out_cached": 0.03,
1896      "context_window": 400000,
1897      "default_max_tokens": 40000,
1898      "can_reason": true,
1899      "reasoning_levels": [
1900        "low",
1901        "medium",
1902        "high"
1903      ],
1904      "default_reasoning_effort": "medium",
1905      "supports_attachments": true,
1906      "options": {}
1907    },
1908    {
1909      "id": "openai/gpt-5-nano",
1910      "name": "OpenAI: GPT-5 Nano",
1911      "cost_per_1m_in": 0.049999999999999996,
1912      "cost_per_1m_out": 0.39999999999999997,
1913      "cost_per_1m_in_cached": 0,
1914      "cost_per_1m_out_cached": 0.01,
1915      "context_window": 400000,
1916      "default_max_tokens": 40000,
1917      "can_reason": true,
1918      "reasoning_levels": [
1919        "low",
1920        "medium",
1921        "high"
1922      ],
1923      "default_reasoning_effort": "medium",
1924      "supports_attachments": true,
1925      "options": {}
1926    },
1927    {
1928      "id": "openai/gpt-5-pro",
1929      "name": "OpenAI: GPT-5 Pro",
1930      "cost_per_1m_in": 15,
1931      "cost_per_1m_out": 120,
1932      "cost_per_1m_in_cached": 0,
1933      "cost_per_1m_out_cached": 0,
1934      "context_window": 400000,
1935      "default_max_tokens": 64000,
1936      "can_reason": true,
1937      "reasoning_levels": [
1938        "low",
1939        "medium",
1940        "high"
1941      ],
1942      "default_reasoning_effort": "medium",
1943      "supports_attachments": true,
1944      "options": {}
1945    },
1946    {
1947      "id": "openai/gpt-5.1",
1948      "name": "OpenAI: GPT-5.1",
1949      "cost_per_1m_in": 1.25,
1950      "cost_per_1m_out": 10,
1951      "cost_per_1m_in_cached": 0,
1952      "cost_per_1m_out_cached": 0.13,
1953      "context_window": 400000,
1954      "default_max_tokens": 64000,
1955      "can_reason": true,
1956      "reasoning_levels": [
1957        "low",
1958        "medium",
1959        "high"
1960      ],
1961      "default_reasoning_effort": "medium",
1962      "supports_attachments": true,
1963      "options": {}
1964    },
1965    {
1966      "id": "openai/gpt-5.1-chat",
1967      "name": "OpenAI: GPT-5.1 Chat",
1968      "cost_per_1m_in": 1.25,
1969      "cost_per_1m_out": 10,
1970      "cost_per_1m_in_cached": 0,
1971      "cost_per_1m_out_cached": 0.125,
1972      "context_window": 128000,
1973      "default_max_tokens": 8192,
1974      "can_reason": false,
1975      "supports_attachments": true,
1976      "options": {}
1977    },
1978    {
1979      "id": "openai/gpt-5.1-codex",
1980      "name": "OpenAI: GPT-5.1-Codex",
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.125,
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-codex-max",
1999      "name": "OpenAI: GPT-5.1-Codex-Max",
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": 400000,
2005      "default_max_tokens": 64000,
2006      "can_reason": true,
2007      "reasoning_levels": [
2008        "low",
2009        "medium",
2010        "high"
2011      ],
2012      "default_reasoning_effort": "medium",
2013      "supports_attachments": true,
2014      "options": {}
2015    },
2016    {
2017      "id": "openai/gpt-5.1-codex-mini",
2018      "name": "OpenAI: GPT-5.1-Codex-Mini",
2019      "cost_per_1m_in": 0.25,
2020      "cost_per_1m_out": 2,
2021      "cost_per_1m_in_cached": 0,
2022      "cost_per_1m_out_cached": 0.024999999999999998,
2023      "context_window": 400000,
2024      "default_max_tokens": 50000,
2025      "can_reason": true,
2026      "reasoning_levels": [
2027        "low",
2028        "medium",
2029        "high"
2030      ],
2031      "default_reasoning_effort": "medium",
2032      "supports_attachments": true,
2033      "options": {}
2034    },
2035    {
2036      "id": "openai/gpt-5.2",
2037      "name": "OpenAI: GPT-5.2",
2038      "cost_per_1m_in": 1.75,
2039      "cost_per_1m_out": 14,
2040      "cost_per_1m_in_cached": 0,
2041      "cost_per_1m_out_cached": 0.175,
2042      "context_window": 400000,
2043      "default_max_tokens": 64000,
2044      "can_reason": true,
2045      "reasoning_levels": [
2046        "low",
2047        "medium",
2048        "high"
2049      ],
2050      "default_reasoning_effort": "medium",
2051      "supports_attachments": true,
2052      "options": {}
2053    },
2054    {
2055      "id": "openai/gpt-5.2-chat",
2056      "name": "OpenAI: GPT-5.2 Chat",
2057      "cost_per_1m_in": 1.75,
2058      "cost_per_1m_out": 14,
2059      "cost_per_1m_in_cached": 0,
2060      "cost_per_1m_out_cached": 0.175,
2061      "context_window": 128000,
2062      "default_max_tokens": 16000,
2063      "can_reason": false,
2064      "supports_attachments": true,
2065      "options": {}
2066    },
2067    {
2068      "id": "openai/gpt-5.2-pro",
2069      "name": "OpenAI: GPT-5.2 Pro",
2070      "cost_per_1m_in": 21,
2071      "cost_per_1m_out": 168,
2072      "cost_per_1m_in_cached": 0,
2073      "cost_per_1m_out_cached": 0,
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-codex",
2088      "name": "OpenAI: GPT-5.2-Codex",
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": 400000,
2094      "default_max_tokens": 64000,
2095      "can_reason": true,
2096      "reasoning_levels": [
2097        "low",
2098        "medium",
2099        "high"
2100      ],
2101      "default_reasoning_effort": "medium",
2102      "supports_attachments": true,
2103      "options": {}
2104    },
2105    {
2106      "id": "openai/gpt-5.3-codex",
2107      "name": "OpenAI: GPT-5.3-Codex",
2108      "cost_per_1m_in": 1.75,
2109      "cost_per_1m_out": 14,
2110      "cost_per_1m_in_cached": 0,
2111      "cost_per_1m_out_cached": 0.175,
2112      "context_window": 400000,
2113      "default_max_tokens": 64000,
2114      "can_reason": true,
2115      "reasoning_levels": [
2116        "low",
2117        "medium",
2118        "high"
2119      ],
2120      "default_reasoning_effort": "medium",
2121      "supports_attachments": true,
2122      "options": {}
2123    },
2124    {
2125      "id": "openai/gpt-oss-120b",
2126      "name": "OpenAI: gpt-oss-120b",
2127      "cost_per_1m_in": 0.15,
2128      "cost_per_1m_out": 0.6,
2129      "cost_per_1m_in_cached": 0,
2130      "cost_per_1m_out_cached": 0,
2131      "context_window": 131072,
2132      "default_max_tokens": 13107,
2133      "can_reason": true,
2134      "reasoning_levels": [
2135        "low",
2136        "medium",
2137        "high"
2138      ],
2139      "default_reasoning_effort": "medium",
2140      "supports_attachments": false,
2141      "options": {}
2142    },
2143    {
2144      "id": "openai/gpt-oss-120b:exacto",
2145      "name": "OpenAI: gpt-oss-120b (exacto)",
2146      "cost_per_1m_in": 0.15,
2147      "cost_per_1m_out": 0.6,
2148      "cost_per_1m_in_cached": 0,
2149      "cost_per_1m_out_cached": 0.075,
2150      "context_window": 131072,
2151      "default_max_tokens": 32768,
2152      "can_reason": true,
2153      "reasoning_levels": [
2154        "low",
2155        "medium",
2156        "high"
2157      ],
2158      "default_reasoning_effort": "medium",
2159      "supports_attachments": false,
2160      "options": {}
2161    },
2162    {
2163      "id": "openai/gpt-oss-120b:free",
2164      "name": "OpenAI: gpt-oss-120b (free)",
2165      "cost_per_1m_in": 0,
2166      "cost_per_1m_out": 0,
2167      "cost_per_1m_in_cached": 0,
2168      "cost_per_1m_out_cached": 0,
2169      "context_window": 131072,
2170      "default_max_tokens": 65536,
2171      "can_reason": true,
2172      "reasoning_levels": [
2173        "low",
2174        "medium",
2175        "high"
2176      ],
2177      "default_reasoning_effort": "medium",
2178      "supports_attachments": false,
2179      "options": {}
2180    },
2181    {
2182      "id": "openai/gpt-oss-20b",
2183      "name": "OpenAI: gpt-oss-20b",
2184      "cost_per_1m_in": 0.03,
2185      "cost_per_1m_out": 0.14,
2186      "cost_per_1m_in_cached": 0,
2187      "cost_per_1m_out_cached": 0,
2188      "context_window": 131072,
2189      "default_max_tokens": 13107,
2190      "can_reason": true,
2191      "reasoning_levels": [
2192        "low",
2193        "medium",
2194        "high"
2195      ],
2196      "default_reasoning_effort": "medium",
2197      "supports_attachments": false,
2198      "options": {}
2199    },
2200    {
2201      "id": "openai/gpt-oss-20b:free",
2202      "name": "OpenAI: gpt-oss-20b (free)",
2203      "cost_per_1m_in": 0,
2204      "cost_per_1m_out": 0,
2205      "cost_per_1m_in_cached": 0,
2206      "cost_per_1m_out_cached": 0,
2207      "context_window": 131072,
2208      "default_max_tokens": 65536,
2209      "can_reason": true,
2210      "reasoning_levels": [
2211        "low",
2212        "medium",
2213        "high"
2214      ],
2215      "default_reasoning_effort": "medium",
2216      "supports_attachments": false,
2217      "options": {}
2218    },
2219    {
2220      "id": "openai/gpt-oss-safeguard-20b",
2221      "name": "OpenAI: gpt-oss-safeguard-20b",
2222      "cost_per_1m_in": 0.075,
2223      "cost_per_1m_out": 0.3,
2224      "cost_per_1m_in_cached": 0,
2225      "cost_per_1m_out_cached": 0.037,
2226      "context_window": 131072,
2227      "default_max_tokens": 32768,
2228      "can_reason": true,
2229      "reasoning_levels": [
2230        "low",
2231        "medium",
2232        "high"
2233      ],
2234      "default_reasoning_effort": "medium",
2235      "supports_attachments": false,
2236      "options": {}
2237    },
2238    {
2239      "id": "openai/o1",
2240      "name": "OpenAI: o1",
2241      "cost_per_1m_in": 15,
2242      "cost_per_1m_out": 60,
2243      "cost_per_1m_in_cached": 0,
2244      "cost_per_1m_out_cached": 7.5,
2245      "context_window": 200000,
2246      "default_max_tokens": 50000,
2247      "can_reason": false,
2248      "supports_attachments": true,
2249      "options": {}
2250    },
2251    {
2252      "id": "openai/o3",
2253      "name": "OpenAI: o3",
2254      "cost_per_1m_in": 2,
2255      "cost_per_1m_out": 8,
2256      "cost_per_1m_in_cached": 0,
2257      "cost_per_1m_out_cached": 0.5,
2258      "context_window": 200000,
2259      "default_max_tokens": 50000,
2260      "can_reason": true,
2261      "reasoning_levels": [
2262        "low",
2263        "medium",
2264        "high"
2265      ],
2266      "default_reasoning_effort": "medium",
2267      "supports_attachments": true,
2268      "options": {}
2269    },
2270    {
2271      "id": "openai/o3-deep-research",
2272      "name": "OpenAI: o3 Deep Research",
2273      "cost_per_1m_in": 10,
2274      "cost_per_1m_out": 40,
2275      "cost_per_1m_in_cached": 0,
2276      "cost_per_1m_out_cached": 2.5,
2277      "context_window": 200000,
2278      "default_max_tokens": 50000,
2279      "can_reason": true,
2280      "reasoning_levels": [
2281        "low",
2282        "medium",
2283        "high"
2284      ],
2285      "default_reasoning_effort": "medium",
2286      "supports_attachments": true,
2287      "options": {}
2288    },
2289    {
2290      "id": "openai/o3-mini",
2291      "name": "OpenAI: o3 Mini",
2292      "cost_per_1m_in": 1.1,
2293      "cost_per_1m_out": 4.4,
2294      "cost_per_1m_in_cached": 0,
2295      "cost_per_1m_out_cached": 0.55,
2296      "context_window": 200000,
2297      "default_max_tokens": 50000,
2298      "can_reason": false,
2299      "supports_attachments": false,
2300      "options": {}
2301    },
2302    {
2303      "id": "openai/o3-mini-high",
2304      "name": "OpenAI: o3 Mini High",
2305      "cost_per_1m_in": 1.1,
2306      "cost_per_1m_out": 4.4,
2307      "cost_per_1m_in_cached": 0,
2308      "cost_per_1m_out_cached": 0.55,
2309      "context_window": 200000,
2310      "default_max_tokens": 50000,
2311      "can_reason": false,
2312      "supports_attachments": false,
2313      "options": {}
2314    },
2315    {
2316      "id": "openai/o3-pro",
2317      "name": "OpenAI: o3 Pro",
2318      "cost_per_1m_in": 20,
2319      "cost_per_1m_out": 80,
2320      "cost_per_1m_in_cached": 0,
2321      "cost_per_1m_out_cached": 0,
2322      "context_window": 200000,
2323      "default_max_tokens": 50000,
2324      "can_reason": true,
2325      "reasoning_levels": [
2326        "low",
2327        "medium",
2328        "high"
2329      ],
2330      "default_reasoning_effort": "medium",
2331      "supports_attachments": true,
2332      "options": {}
2333    },
2334    {
2335      "id": "openai/o4-mini",
2336      "name": "OpenAI: o4 Mini",
2337      "cost_per_1m_in": 1.1,
2338      "cost_per_1m_out": 4.4,
2339      "cost_per_1m_in_cached": 0,
2340      "cost_per_1m_out_cached": 0.275,
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/o4-mini-deep-research",
2355      "name": "OpenAI: o4 Mini Deep Research",
2356      "cost_per_1m_in": 2,
2357      "cost_per_1m_out": 8,
2358      "cost_per_1m_in_cached": 0,
2359      "cost_per_1m_out_cached": 0.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/o4-mini-high",
2374      "name": "OpenAI: o4 Mini High",
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.275,
2379      "context_window": 200000,
2380      "default_max_tokens": 50000,
2381      "can_reason": true,
2382      "reasoning_levels": [
2383        "low",
2384        "medium",
2385        "high"
2386      ],
2387      "default_reasoning_effort": "medium",
2388      "supports_attachments": true,
2389      "options": {}
2390    },
2391    {
2392      "id": "prime-intellect/intellect-3",
2393      "name": "Prime Intellect: INTELLECT-3",
2394      "cost_per_1m_in": 0.19999999999999998,
2395      "cost_per_1m_out": 1.1,
2396      "cost_per_1m_in_cached": 0,
2397      "cost_per_1m_out_cached": 0,
2398      "context_window": 131072,
2399      "default_max_tokens": 65536,
2400      "can_reason": true,
2401      "reasoning_levels": [
2402        "low",
2403        "medium",
2404        "high"
2405      ],
2406      "default_reasoning_effort": "medium",
2407      "supports_attachments": false,
2408      "options": {}
2409    },
2410    {
2411      "id": "qwen/qwen-2.5-72b-instruct",
2412      "name": "Qwen2.5 72B Instruct",
2413      "cost_per_1m_in": 0.12,
2414      "cost_per_1m_out": 0.39,
2415      "cost_per_1m_in_cached": 0,
2416      "cost_per_1m_out_cached": 0,
2417      "context_window": 32768,
2418      "default_max_tokens": 8192,
2419      "can_reason": false,
2420      "supports_attachments": false,
2421      "options": {}
2422    },
2423    {
2424      "id": "qwen/qwq-32b",
2425      "name": "Qwen: QwQ 32B",
2426      "cost_per_1m_in": 0.15,
2427      "cost_per_1m_out": 0.58,
2428      "cost_per_1m_in_cached": 0,
2429      "cost_per_1m_out_cached": 0,
2430      "context_window": 131072,
2431      "default_max_tokens": 65536,
2432      "can_reason": true,
2433      "reasoning_levels": [
2434        "low",
2435        "medium",
2436        "high"
2437      ],
2438      "default_reasoning_effort": "medium",
2439      "supports_attachments": false,
2440      "options": {}
2441    },
2442    {
2443      "id": "qwen/qwen-plus-2025-07-28",
2444      "name": "Qwen: Qwen Plus 0728",
2445      "cost_per_1m_in": 0.39999999999999997,
2446      "cost_per_1m_out": 1.2,
2447      "cost_per_1m_in_cached": 0,
2448      "cost_per_1m_out_cached": 0,
2449      "context_window": 1000000,
2450      "default_max_tokens": 16384,
2451      "can_reason": false,
2452      "supports_attachments": false,
2453      "options": {}
2454    },
2455    {
2456      "id": "qwen/qwen-plus-2025-07-28:thinking",
2457      "name": "Qwen: Qwen Plus 0728 (thinking)",
2458      "cost_per_1m_in": 0.39999999999999997,
2459      "cost_per_1m_out": 1.2,
2460      "cost_per_1m_in_cached": 0,
2461      "cost_per_1m_out_cached": 0,
2462      "context_window": 1000000,
2463      "default_max_tokens": 16384,
2464      "can_reason": true,
2465      "reasoning_levels": [
2466        "low",
2467        "medium",
2468        "high"
2469      ],
2470      "default_reasoning_effort": "medium",
2471      "supports_attachments": false,
2472      "options": {}
2473    },
2474    {
2475      "id": "qwen/qwen-vl-max",
2476      "name": "Qwen: Qwen VL Max",
2477      "cost_per_1m_in": 0.7999999999999999,
2478      "cost_per_1m_out": 3.1999999999999997,
2479      "cost_per_1m_in_cached": 0,
2480      "cost_per_1m_out_cached": 0,
2481      "context_window": 131072,
2482      "default_max_tokens": 16384,
2483      "can_reason": false,
2484      "supports_attachments": true,
2485      "options": {}
2486    },
2487    {
2488      "id": "qwen/qwen-max",
2489      "name": "Qwen: Qwen-Max ",
2490      "cost_per_1m_in": 1.5999999999999999,
2491      "cost_per_1m_out": 6.3999999999999995,
2492      "cost_per_1m_in_cached": 0,
2493      "cost_per_1m_out_cached": 0.32,
2494      "context_window": 32768,
2495      "default_max_tokens": 4096,
2496      "can_reason": false,
2497      "supports_attachments": false,
2498      "options": {}
2499    },
2500    {
2501      "id": "qwen/qwen-plus",
2502      "name": "Qwen: Qwen-Plus",
2503      "cost_per_1m_in": 0.39999999999999997,
2504      "cost_per_1m_out": 1.2,
2505      "cost_per_1m_in_cached": 0,
2506      "cost_per_1m_out_cached": 0.08,
2507      "context_window": 1000000,
2508      "default_max_tokens": 16384,
2509      "can_reason": false,
2510      "supports_attachments": false,
2511      "options": {}
2512    },
2513    {
2514      "id": "qwen/qwen-turbo",
2515      "name": "Qwen: Qwen-Turbo",
2516      "cost_per_1m_in": 0.049999999999999996,
2517      "cost_per_1m_out": 0.19999999999999998,
2518      "cost_per_1m_in_cached": 0,
2519      "cost_per_1m_out_cached": 0.01,
2520      "context_window": 131072,
2521      "default_max_tokens": 4096,
2522      "can_reason": false,
2523      "supports_attachments": false,
2524      "options": {}
2525    },
2526    {
2527      "id": "qwen/qwen-2.5-7b-instruct",
2528      "name": "Qwen: Qwen2.5 7B Instruct",
2529      "cost_per_1m_in": 0.04,
2530      "cost_per_1m_out": 0.09999999999999999,
2531      "cost_per_1m_in_cached": 0,
2532      "cost_per_1m_out_cached": 0.04,
2533      "context_window": 32768,
2534      "default_max_tokens": 4096,
2535      "can_reason": false,
2536      "supports_attachments": false,
2537      "options": {}
2538    },
2539    {
2540      "id": "qwen/qwen3-14b",
2541      "name": "Qwen: Qwen3 14B",
2542      "cost_per_1m_in": 0.12,
2543      "cost_per_1m_out": 0.24,
2544      "cost_per_1m_in_cached": 0,
2545      "cost_per_1m_out_cached": 0,
2546      "context_window": 40960,
2547      "default_max_tokens": 20480,
2548      "can_reason": true,
2549      "reasoning_levels": [
2550        "low",
2551        "medium",
2552        "high"
2553      ],
2554      "default_reasoning_effort": "medium",
2555      "supports_attachments": false,
2556      "options": {}
2557    },
2558    {
2559      "id": "qwen/qwen3-235b-a22b",
2560      "name": "Qwen: Qwen3 235B A22B",
2561      "cost_per_1m_in": 0.45499999999999996,
2562      "cost_per_1m_out": 1.8199999999999998,
2563      "cost_per_1m_in_cached": 0,
2564      "cost_per_1m_out_cached": 0,
2565      "context_window": 131072,
2566      "default_max_tokens": 4096,
2567      "can_reason": true,
2568      "reasoning_levels": [
2569        "low",
2570        "medium",
2571        "high"
2572      ],
2573      "default_reasoning_effort": "medium",
2574      "supports_attachments": false,
2575      "options": {}
2576    },
2577    {
2578      "id": "qwen/qwen3-235b-a22b-2507",
2579      "name": "Qwen: Qwen3 235B A22B Instruct 2507",
2580      "cost_per_1m_in": 0.22,
2581      "cost_per_1m_out": 0.88,
2582      "cost_per_1m_in_cached": 0,
2583      "cost_per_1m_out_cached": 0,
2584      "context_window": 262144,
2585      "default_max_tokens": 8192,
2586      "can_reason": false,
2587      "supports_attachments": false,
2588      "options": {}
2589    },
2590    {
2591      "id": "qwen/qwen3-235b-a22b-thinking-2507",
2592      "name": "Qwen: Qwen3 235B A22B Thinking 2507",
2593      "cost_per_1m_in": 0.65,
2594      "cost_per_1m_out": 3,
2595      "cost_per_1m_in_cached": 0,
2596      "cost_per_1m_out_cached": 0,
2597      "context_window": 262144,
2598      "default_max_tokens": 26214,
2599      "can_reason": true,
2600      "reasoning_levels": [
2601        "low",
2602        "medium",
2603        "high"
2604      ],
2605      "default_reasoning_effort": "medium",
2606      "supports_attachments": false,
2607      "options": {}
2608    },
2609    {
2610      "id": "qwen/qwen3-30b-a3b",
2611      "name": "Qwen: Qwen3 30B A3B",
2612      "cost_per_1m_in": 0.13,
2613      "cost_per_1m_out": 0.52,
2614      "cost_per_1m_in_cached": 0,
2615      "cost_per_1m_out_cached": 0,
2616      "context_window": 131072,
2617      "default_max_tokens": 4096,
2618      "can_reason": true,
2619      "reasoning_levels": [
2620        "low",
2621        "medium",
2622        "high"
2623      ],
2624      "default_reasoning_effort": "medium",
2625      "supports_attachments": false,
2626      "options": {}
2627    },
2628    {
2629      "id": "qwen/qwen3-30b-a3b-instruct-2507",
2630      "name": "Qwen: Qwen3 30B A3B Instruct 2507",
2631      "cost_per_1m_in": 0.09999999999999999,
2632      "cost_per_1m_out": 0.3,
2633      "cost_per_1m_in_cached": 0,
2634      "cost_per_1m_out_cached": 0,
2635      "context_window": 262144,
2636      "default_max_tokens": 26214,
2637      "can_reason": false,
2638      "supports_attachments": false,
2639      "options": {}
2640    },
2641    {
2642      "id": "qwen/qwen3-30b-a3b-thinking-2507",
2643      "name": "Qwen: Qwen3 30B A3B Thinking 2507",
2644      "cost_per_1m_in": 0.09,
2645      "cost_per_1m_out": 0.3,
2646      "cost_per_1m_in_cached": 0,
2647      "cost_per_1m_out_cached": 0,
2648      "context_window": 262144,
2649      "default_max_tokens": 65536,
2650      "can_reason": true,
2651      "reasoning_levels": [
2652        "low",
2653        "medium",
2654        "high"
2655      ],
2656      "default_reasoning_effort": "medium",
2657      "supports_attachments": false,
2658      "options": {}
2659    },
2660    {
2661      "id": "qwen/qwen3-32b",
2662      "name": "Qwen: Qwen3 32B",
2663      "cost_per_1m_in": 0.10400000000000001,
2664      "cost_per_1m_out": 0.41600000000000004,
2665      "cost_per_1m_in_cached": 0,
2666      "cost_per_1m_out_cached": 0,
2667      "context_window": 131072,
2668      "default_max_tokens": 4096,
2669      "can_reason": true,
2670      "reasoning_levels": [
2671        "low",
2672        "medium",
2673        "high"
2674      ],
2675      "default_reasoning_effort": "medium",
2676      "supports_attachments": false,
2677      "options": {}
2678    },
2679    {
2680      "id": "qwen/qwen3-4b:free",
2681      "name": "Qwen: Qwen3 4B (free)",
2682      "cost_per_1m_in": 0,
2683      "cost_per_1m_out": 0,
2684      "cost_per_1m_in_cached": 0,
2685      "cost_per_1m_out_cached": 0,
2686      "context_window": 40960,
2687      "default_max_tokens": 4096,
2688      "can_reason": true,
2689      "reasoning_levels": [
2690        "low",
2691        "medium",
2692        "high"
2693      ],
2694      "default_reasoning_effort": "medium",
2695      "supports_attachments": false,
2696      "options": {}
2697    },
2698    {
2699      "id": "qwen/qwen3-8b",
2700      "name": "Qwen: Qwen3 8B",
2701      "cost_per_1m_in": 0.117,
2702      "cost_per_1m_out": 0.45499999999999996,
2703      "cost_per_1m_in_cached": 0,
2704      "cost_per_1m_out_cached": 0,
2705      "context_window": 131072,
2706      "default_max_tokens": 4096,
2707      "can_reason": true,
2708      "reasoning_levels": [
2709        "low",
2710        "medium",
2711        "high"
2712      ],
2713      "default_reasoning_effort": "medium",
2714      "supports_attachments": false,
2715      "options": {}
2716    },
2717    {
2718      "id": "qwen/qwen3-coder-30b-a3b-instruct",
2719      "name": "Qwen: Qwen3 Coder 30B A3B Instruct",
2720      "cost_per_1m_in": 0.09999999999999999,
2721      "cost_per_1m_out": 0.3,
2722      "cost_per_1m_in_cached": 0,
2723      "cost_per_1m_out_cached": 0,
2724      "context_window": 262144,
2725      "default_max_tokens": 26214,
2726      "can_reason": false,
2727      "supports_attachments": false,
2728      "options": {}
2729    },
2730    {
2731      "id": "qwen/qwen3-coder",
2732      "name": "Qwen: Qwen3 Coder 480B A35B",
2733      "cost_per_1m_in": 0.22,
2734      "cost_per_1m_out": 1.7999999999999998,
2735      "cost_per_1m_in_cached": 0,
2736      "cost_per_1m_out_cached": 0,
2737      "context_window": 262144,
2738      "default_max_tokens": 32768,
2739      "can_reason": false,
2740      "supports_attachments": false,
2741      "options": {}
2742    },
2743    {
2744      "id": "qwen/qwen3-coder:exacto",
2745      "name": "Qwen: Qwen3 Coder 480B A35B (exacto)",
2746      "cost_per_1m_in": 0.22,
2747      "cost_per_1m_out": 1.7999999999999998,
2748      "cost_per_1m_in_cached": 0,
2749      "cost_per_1m_out_cached": 0.022,
2750      "context_window": 262144,
2751      "default_max_tokens": 32768,
2752      "can_reason": false,
2753      "supports_attachments": false,
2754      "options": {}
2755    },
2756    {
2757      "id": "qwen/qwen3-coder:free",
2758      "name": "Qwen: Qwen3 Coder 480B A35B (free)",
2759      "cost_per_1m_in": 0,
2760      "cost_per_1m_out": 0,
2761      "cost_per_1m_in_cached": 0,
2762      "cost_per_1m_out_cached": 0,
2763      "context_window": 262000,
2764      "default_max_tokens": 131000,
2765      "can_reason": false,
2766      "supports_attachments": false,
2767      "options": {}
2768    },
2769    {
2770      "id": "qwen/qwen3-coder-flash",
2771      "name": "Qwen: Qwen3 Coder Flash",
2772      "cost_per_1m_in": 0.3,
2773      "cost_per_1m_out": 1.5,
2774      "cost_per_1m_in_cached": 0,
2775      "cost_per_1m_out_cached": 0.06,
2776      "context_window": 1000000,
2777      "default_max_tokens": 32768,
2778      "can_reason": false,
2779      "supports_attachments": false,
2780      "options": {}
2781    },
2782    {
2783      "id": "qwen/qwen3-coder-next",
2784      "name": "Qwen: Qwen3 Coder Next",
2785      "cost_per_1m_in": 0.19999999999999998,
2786      "cost_per_1m_out": 1.5,
2787      "cost_per_1m_in_cached": 0,
2788      "cost_per_1m_out_cached": 0,
2789      "context_window": 262144,
2790      "default_max_tokens": 32768,
2791      "can_reason": false,
2792      "supports_attachments": false,
2793      "options": {}
2794    },
2795    {
2796      "id": "qwen/qwen3-coder-plus",
2797      "name": "Qwen: Qwen3 Coder Plus",
2798      "cost_per_1m_in": 1,
2799      "cost_per_1m_out": 5,
2800      "cost_per_1m_in_cached": 0,
2801      "cost_per_1m_out_cached": 0.19999999999999998,
2802      "context_window": 1000000,
2803      "default_max_tokens": 32768,
2804      "can_reason": false,
2805      "supports_attachments": false,
2806      "options": {}
2807    },
2808    {
2809      "id": "qwen/qwen3-max",
2810      "name": "Qwen: Qwen3 Max",
2811      "cost_per_1m_in": 1.2,
2812      "cost_per_1m_out": 6,
2813      "cost_per_1m_in_cached": 0,
2814      "cost_per_1m_out_cached": 0.24,
2815      "context_window": 262144,
2816      "default_max_tokens": 16384,
2817      "can_reason": false,
2818      "supports_attachments": false,
2819      "options": {}
2820    },
2821    {
2822      "id": "qwen/qwen3-max-thinking",
2823      "name": "Qwen: Qwen3 Max Thinking",
2824      "cost_per_1m_in": 1.2,
2825      "cost_per_1m_out": 6,
2826      "cost_per_1m_in_cached": 0,
2827      "cost_per_1m_out_cached": 0,
2828      "context_window": 262144,
2829      "default_max_tokens": 16384,
2830      "can_reason": true,
2831      "reasoning_levels": [
2832        "low",
2833        "medium",
2834        "high"
2835      ],
2836      "default_reasoning_effort": "medium",
2837      "supports_attachments": false,
2838      "options": {}
2839    },
2840    {
2841      "id": "qwen/qwen3-next-80b-a3b-instruct",
2842      "name": "Qwen: Qwen3 Next 80B A3B Instruct",
2843      "cost_per_1m_in": 0.09,
2844      "cost_per_1m_out": 1.1,
2845      "cost_per_1m_in_cached": 0,
2846      "cost_per_1m_out_cached": 0,
2847      "context_window": 262144,
2848      "default_max_tokens": 26214,
2849      "can_reason": false,
2850      "supports_attachments": false,
2851      "options": {}
2852    },
2853    {
2854      "id": "qwen/qwen3-next-80b-a3b-instruct:free",
2855      "name": "Qwen: Qwen3 Next 80B A3B Instruct (free)",
2856      "cost_per_1m_in": 0,
2857      "cost_per_1m_out": 0,
2858      "cost_per_1m_in_cached": 0,
2859      "cost_per_1m_out_cached": 0,
2860      "context_window": 262144,
2861      "default_max_tokens": 26214,
2862      "can_reason": false,
2863      "supports_attachments": false,
2864      "options": {}
2865    },
2866    {
2867      "id": "qwen/qwen3-next-80b-a3b-thinking",
2868      "name": "Qwen: Qwen3 Next 80B A3B Thinking",
2869      "cost_per_1m_in": 0.3,
2870      "cost_per_1m_out": 0.3,
2871      "cost_per_1m_in_cached": 0,
2872      "cost_per_1m_out_cached": 0,
2873      "context_window": 262144,
2874      "default_max_tokens": 131072,
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-vl-235b-a22b-instruct",
2887      "name": "Qwen: Qwen3 VL 235B A22B Instruct",
2888      "cost_per_1m_in": 0.21,
2889      "cost_per_1m_out": 1.9,
2890      "cost_per_1m_in_cached": 0,
2891      "cost_per_1m_out_cached": 0,
2892      "context_window": 131072,
2893      "default_max_tokens": 16384,
2894      "can_reason": false,
2895      "supports_attachments": true,
2896      "options": {}
2897    },
2898    {
2899      "id": "qwen/qwen3-vl-235b-a22b-thinking",
2900      "name": "Qwen: Qwen3 VL 235B A22B Thinking",
2901      "cost_per_1m_in": 0.44999999999999996,
2902      "cost_per_1m_out": 3.5,
2903      "cost_per_1m_in_cached": 0,
2904      "cost_per_1m_out_cached": 0,
2905      "context_window": 262144,
2906      "default_max_tokens": 131072,
2907      "can_reason": true,
2908      "reasoning_levels": [
2909        "low",
2910        "medium",
2911        "high"
2912      ],
2913      "default_reasoning_effort": "medium",
2914      "supports_attachments": true,
2915      "options": {}
2916    },
2917    {
2918      "id": "qwen/qwen3-vl-30b-a3b-instruct",
2919      "name": "Qwen: Qwen3 VL 30B A3B Instruct",
2920      "cost_per_1m_in": 0.29,
2921      "cost_per_1m_out": 1,
2922      "cost_per_1m_in_cached": 0,
2923      "cost_per_1m_out_cached": 0,
2924      "context_window": 262144,
2925      "default_max_tokens": 131072,
2926      "can_reason": false,
2927      "supports_attachments": true,
2928      "options": {}
2929    },
2930    {
2931      "id": "qwen/qwen3-vl-30b-a3b-thinking",
2932      "name": "Qwen: Qwen3 VL 30B A3B Thinking",
2933      "cost_per_1m_in": 0.29,
2934      "cost_per_1m_out": 1,
2935      "cost_per_1m_in_cached": 0,
2936      "cost_per_1m_out_cached": 0,
2937      "context_window": 262144,
2938      "default_max_tokens": 131072,
2939      "can_reason": true,
2940      "reasoning_levels": [
2941        "low",
2942        "medium",
2943        "high"
2944      ],
2945      "default_reasoning_effort": "medium",
2946      "supports_attachments": true,
2947      "options": {}
2948    },
2949    {
2950      "id": "qwen/qwen3-vl-32b-instruct",
2951      "name": "Qwen: Qwen3 VL 32B Instruct",
2952      "cost_per_1m_in": 0.10400000000000001,
2953      "cost_per_1m_out": 0.41600000000000004,
2954      "cost_per_1m_in_cached": 0,
2955      "cost_per_1m_out_cached": 0,
2956      "context_window": 131072,
2957      "default_max_tokens": 16384,
2958      "can_reason": false,
2959      "supports_attachments": true,
2960      "options": {}
2961    },
2962    {
2963      "id": "qwen/qwen3-vl-8b-instruct",
2964      "name": "Qwen: Qwen3 VL 8B Instruct",
2965      "cost_per_1m_in": 0.25,
2966      "cost_per_1m_out": 0.75,
2967      "cost_per_1m_in_cached": 0,
2968      "cost_per_1m_out_cached": 0,
2969      "context_window": 262144,
2970      "default_max_tokens": 131072,
2971      "can_reason": false,
2972      "supports_attachments": true,
2973      "options": {}
2974    },
2975    {
2976      "id": "qwen/qwen3-vl-8b-thinking",
2977      "name": "Qwen: Qwen3 VL 8B Thinking",
2978      "cost_per_1m_in": 0.117,
2979      "cost_per_1m_out": 1.365,
2980      "cost_per_1m_in_cached": 0,
2981      "cost_per_1m_out_cached": 0,
2982      "context_window": 131072,
2983      "default_max_tokens": 16384,
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.5-397b-a17b",
2996      "name": "Qwen: Qwen3.5 397B A17B",
2997      "cost_per_1m_in": 0.55,
2998      "cost_per_1m_out": 3.5,
2999      "cost_per_1m_in_cached": 0,
3000      "cost_per_1m_out_cached": 0.55,
3001      "context_window": 262144,
3002      "default_max_tokens": 32768,
3003      "can_reason": true,
3004      "reasoning_levels": [
3005        "low",
3006        "medium",
3007        "high"
3008      ],
3009      "default_reasoning_effort": "medium",
3010      "supports_attachments": true,
3011      "options": {}
3012    },
3013    {
3014      "id": "qwen/qwen3.5-plus-02-15",
3015      "name": "Qwen: Qwen3.5 Plus 2026-02-15",
3016      "cost_per_1m_in": 0.39999999999999997,
3017      "cost_per_1m_out": 2.4,
3018      "cost_per_1m_in_cached": 0,
3019      "cost_per_1m_out_cached": 0,
3020      "context_window": 1000000,
3021      "default_max_tokens": 32768,
3022      "can_reason": true,
3023      "reasoning_levels": [
3024        "low",
3025        "medium",
3026        "high"
3027      ],
3028      "default_reasoning_effort": "medium",
3029      "supports_attachments": true,
3030      "options": {}
3031    },
3032    {
3033      "id": "qwen/qwen3.5-122b-a10b",
3034      "name": "Qwen: Qwen3.5-122B-A10B",
3035      "cost_per_1m_in": 0.39999999999999997,
3036      "cost_per_1m_out": 3.1999999999999997,
3037      "cost_per_1m_in_cached": 0,
3038      "cost_per_1m_out_cached": 0,
3039      "context_window": 262144,
3040      "default_max_tokens": 32768,
3041      "can_reason": true,
3042      "reasoning_levels": [
3043        "low",
3044        "medium",
3045        "high"
3046      ],
3047      "default_reasoning_effort": "medium",
3048      "supports_attachments": true,
3049      "options": {}
3050    },
3051    {
3052      "id": "qwen/qwen3.5-27b",
3053      "name": "Qwen: Qwen3.5-27B",
3054      "cost_per_1m_in": 0.3,
3055      "cost_per_1m_out": 2.4,
3056      "cost_per_1m_in_cached": 0,
3057      "cost_per_1m_out_cached": 0,
3058      "context_window": 262144,
3059      "default_max_tokens": 32768,
3060      "can_reason": true,
3061      "reasoning_levels": [
3062        "low",
3063        "medium",
3064        "high"
3065      ],
3066      "default_reasoning_effort": "medium",
3067      "supports_attachments": true,
3068      "options": {}
3069    },
3070    {
3071      "id": "qwen/qwen3.5-35b-a3b",
3072      "name": "Qwen: Qwen3.5-35B-A3B",
3073      "cost_per_1m_in": 0.25,
3074      "cost_per_1m_out": 2,
3075      "cost_per_1m_in_cached": 0,
3076      "cost_per_1m_out_cached": 0,
3077      "context_window": 262144,
3078      "default_max_tokens": 32768,
3079      "can_reason": true,
3080      "reasoning_levels": [
3081        "low",
3082        "medium",
3083        "high"
3084      ],
3085      "default_reasoning_effort": "medium",
3086      "supports_attachments": true,
3087      "options": {}
3088    },
3089    {
3090      "id": "qwen/qwen3.5-flash-02-23",
3091      "name": "Qwen: Qwen3.5-Flash",
3092      "cost_per_1m_in": 0.09999999999999999,
3093      "cost_per_1m_out": 0.39999999999999997,
3094      "cost_per_1m_in_cached": 0,
3095      "cost_per_1m_out_cached": 0,
3096      "context_window": 1000000,
3097      "default_max_tokens": 32768,
3098      "can_reason": true,
3099      "reasoning_levels": [
3100        "low",
3101        "medium",
3102        "high"
3103      ],
3104      "default_reasoning_effort": "medium",
3105      "supports_attachments": true,
3106      "options": {}
3107    },
3108    {
3109      "id": "relace/relace-search",
3110      "name": "Relace: Relace Search",
3111      "cost_per_1m_in": 1,
3112      "cost_per_1m_out": 3,
3113      "cost_per_1m_in_cached": 0,
3114      "cost_per_1m_out_cached": 0,
3115      "context_window": 256000,
3116      "default_max_tokens": 64000,
3117      "can_reason": false,
3118      "supports_attachments": false,
3119      "options": {}
3120    },
3121    {
3122      "id": "stepfun/step-3.5-flash",
3123      "name": "StepFun: Step 3.5 Flash",
3124      "cost_per_1m_in": 0.09999999999999999,
3125      "cost_per_1m_out": 0.3,
3126      "cost_per_1m_in_cached": 0,
3127      "cost_per_1m_out_cached": 0.02,
3128      "context_window": 256000,
3129      "default_max_tokens": 128000,
3130      "can_reason": true,
3131      "reasoning_levels": [
3132        "low",
3133        "medium",
3134        "high"
3135      ],
3136      "default_reasoning_effort": "medium",
3137      "supports_attachments": false,
3138      "options": {}
3139    },
3140    {
3141      "id": "stepfun/step-3.5-flash:free",
3142      "name": "StepFun: Step 3.5 Flash (free)",
3143      "cost_per_1m_in": 0,
3144      "cost_per_1m_out": 0,
3145      "cost_per_1m_in_cached": 0,
3146      "cost_per_1m_out_cached": 0,
3147      "context_window": 256000,
3148      "default_max_tokens": 128000,
3149      "can_reason": true,
3150      "reasoning_levels": [
3151        "low",
3152        "medium",
3153        "high"
3154      ],
3155      "default_reasoning_effort": "medium",
3156      "supports_attachments": false,
3157      "options": {}
3158    },
3159    {
3160      "id": "tngtech/deepseek-r1t2-chimera",
3161      "name": "TNG: DeepSeek R1T2 Chimera",
3162      "cost_per_1m_in": 0.25,
3163      "cost_per_1m_out": 0.85,
3164      "cost_per_1m_in_cached": 0,
3165      "cost_per_1m_out_cached": 0.125,
3166      "context_window": 163840,
3167      "default_max_tokens": 81920,
3168      "can_reason": true,
3169      "reasoning_levels": [
3170        "low",
3171        "medium",
3172        "high"
3173      ],
3174      "default_reasoning_effort": "medium",
3175      "supports_attachments": false,
3176      "options": {}
3177    },
3178    {
3179      "id": "thedrummer/rocinante-12b",
3180      "name": "TheDrummer: Rocinante 12B",
3181      "cost_per_1m_in": 0.16999999999999998,
3182      "cost_per_1m_out": 0.43,
3183      "cost_per_1m_in_cached": 0,
3184      "cost_per_1m_out_cached": 0,
3185      "context_window": 32768,
3186      "default_max_tokens": 16384,
3187      "can_reason": false,
3188      "supports_attachments": false,
3189      "options": {}
3190    },
3191    {
3192      "id": "thedrummer/unslopnemo-12b",
3193      "name": "TheDrummer: UnslopNemo 12B",
3194      "cost_per_1m_in": 0.39999999999999997,
3195      "cost_per_1m_out": 0.39999999999999997,
3196      "cost_per_1m_in_cached": 0,
3197      "cost_per_1m_out_cached": 0,
3198      "context_window": 32768,
3199      "default_max_tokens": 16384,
3200      "can_reason": false,
3201      "supports_attachments": false,
3202      "options": {}
3203    },
3204    {
3205      "id": "alibaba/tongyi-deepresearch-30b-a3b",
3206      "name": "Tongyi DeepResearch 30B A3B",
3207      "cost_per_1m_in": 0.09,
3208      "cost_per_1m_out": 0.44999999999999996,
3209      "cost_per_1m_in_cached": 0,
3210      "cost_per_1m_out_cached": 0.09,
3211      "context_window": 131072,
3212      "default_max_tokens": 65536,
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": "upstage/solar-pro-3:free",
3225      "name": "Upstage: Solar Pro 3 (free)",
3226      "cost_per_1m_in": 0,
3227      "cost_per_1m_out": 0,
3228      "cost_per_1m_in_cached": 0,
3229      "cost_per_1m_out_cached": 0,
3230      "context_window": 128000,
3231      "default_max_tokens": 12800,
3232      "can_reason": true,
3233      "reasoning_levels": [
3234        "low",
3235        "medium",
3236        "high"
3237      ],
3238      "default_reasoning_effort": "medium",
3239      "supports_attachments": false,
3240      "options": {}
3241    },
3242    {
3243      "id": "xiaomi/mimo-v2-flash",
3244      "name": "Xiaomi: MiMo-V2-Flash",
3245      "cost_per_1m_in": 0.09999999999999999,
3246      "cost_per_1m_out": 0.3,
3247      "cost_per_1m_in_cached": 0,
3248      "cost_per_1m_out_cached": 0.09999999999999999,
3249      "context_window": 262144,
3250      "default_max_tokens": 32768,
3251      "can_reason": true,
3252      "reasoning_levels": [
3253        "low",
3254        "medium",
3255        "high"
3256      ],
3257      "default_reasoning_effort": "medium",
3258      "supports_attachments": false,
3259      "options": {}
3260    },
3261    {
3262      "id": "z-ai/glm-4-32b",
3263      "name": "Z.ai: GLM 4 32B ",
3264      "cost_per_1m_in": 0.09999999999999999,
3265      "cost_per_1m_out": 0.09999999999999999,
3266      "cost_per_1m_in_cached": 0,
3267      "cost_per_1m_out_cached": 0,
3268      "context_window": 128000,
3269      "default_max_tokens": 12800,
3270      "can_reason": false,
3271      "supports_attachments": false,
3272      "options": {}
3273    },
3274    {
3275      "id": "z-ai/glm-4.5",
3276      "name": "Z.ai: GLM 4.5",
3277      "cost_per_1m_in": 0.6,
3278      "cost_per_1m_out": 2.2,
3279      "cost_per_1m_in_cached": 0,
3280      "cost_per_1m_out_cached": 0.11,
3281      "context_window": 131072,
3282      "default_max_tokens": 49152,
3283      "can_reason": true,
3284      "reasoning_levels": [
3285        "low",
3286        "medium",
3287        "high"
3288      ],
3289      "default_reasoning_effort": "medium",
3290      "supports_attachments": false,
3291      "options": {}
3292    },
3293    {
3294      "id": "z-ai/glm-4.5-air",
3295      "name": "Z.ai: GLM 4.5 Air",
3296      "cost_per_1m_in": 0.19999999999999998,
3297      "cost_per_1m_out": 1.2,
3298      "cost_per_1m_in_cached": 0,
3299      "cost_per_1m_out_cached": 0,
3300      "context_window": 131072,
3301      "default_max_tokens": 13107,
3302      "can_reason": true,
3303      "reasoning_levels": [
3304        "low",
3305        "medium",
3306        "high"
3307      ],
3308      "default_reasoning_effort": "medium",
3309      "supports_attachments": false,
3310      "options": {}
3311    },
3312    {
3313      "id": "z-ai/glm-4.5-air:free",
3314      "name": "Z.ai: GLM 4.5 Air (free)",
3315      "cost_per_1m_in": 0,
3316      "cost_per_1m_out": 0,
3317      "cost_per_1m_in_cached": 0,
3318      "cost_per_1m_out_cached": 0,
3319      "context_window": 131072,
3320      "default_max_tokens": 48000,
3321      "can_reason": true,
3322      "reasoning_levels": [
3323        "low",
3324        "medium",
3325        "high"
3326      ],
3327      "default_reasoning_effort": "medium",
3328      "supports_attachments": false,
3329      "options": {}
3330    },
3331    {
3332      "id": "z-ai/glm-4.5v",
3333      "name": "Z.ai: GLM 4.5V",
3334      "cost_per_1m_in": 0.6,
3335      "cost_per_1m_out": 1.7999999999999998,
3336      "cost_per_1m_in_cached": 0,
3337      "cost_per_1m_out_cached": 0.11,
3338      "context_window": 65536,
3339      "default_max_tokens": 8192,
3340      "can_reason": true,
3341      "reasoning_levels": [
3342        "low",
3343        "medium",
3344        "high"
3345      ],
3346      "default_reasoning_effort": "medium",
3347      "supports_attachments": true,
3348      "options": {}
3349    },
3350    {
3351      "id": "z-ai/glm-4.6",
3352      "name": "Z.ai: GLM 4.6",
3353      "cost_per_1m_in": 0.43,
3354      "cost_per_1m_out": 1.74,
3355      "cost_per_1m_in_cached": 0,
3356      "cost_per_1m_out_cached": 0.0799999993,
3357      "context_window": 202752,
3358      "default_max_tokens": 20275,
3359      "can_reason": true,
3360      "reasoning_levels": [
3361        "low",
3362        "medium",
3363        "high"
3364      ],
3365      "default_reasoning_effort": "medium",
3366      "supports_attachments": false,
3367      "options": {}
3368    },
3369    {
3370      "id": "z-ai/glm-4.6:exacto",
3371      "name": "Z.ai: GLM 4.6 (exacto)",
3372      "cost_per_1m_in": 0.6,
3373      "cost_per_1m_out": 2.2,
3374      "cost_per_1m_in_cached": 0,
3375      "cost_per_1m_out_cached": 0.11,
3376      "context_window": 200000,
3377      "default_max_tokens": 64000,
3378      "can_reason": true,
3379      "reasoning_levels": [
3380        "low",
3381        "medium",
3382        "high"
3383      ],
3384      "default_reasoning_effort": "medium",
3385      "supports_attachments": false,
3386      "options": {}
3387    },
3388    {
3389      "id": "z-ai/glm-4.6v",
3390      "name": "Z.ai: GLM 4.6V",
3391      "cost_per_1m_in": 0.3,
3392      "cost_per_1m_out": 0.8999999999999999,
3393      "cost_per_1m_in_cached": 0,
3394      "cost_per_1m_out_cached": 0,
3395      "context_window": 131072,
3396      "default_max_tokens": 65536,
3397      "can_reason": true,
3398      "reasoning_levels": [
3399        "low",
3400        "medium",
3401        "high"
3402      ],
3403      "default_reasoning_effort": "medium",
3404      "supports_attachments": true,
3405      "options": {}
3406    },
3407    {
3408      "id": "z-ai/glm-4.7",
3409      "name": "Z.ai: GLM 4.7",
3410      "cost_per_1m_in": 0.44999999999999996,
3411      "cost_per_1m_out": 2.2,
3412      "cost_per_1m_in_cached": 0,
3413      "cost_per_1m_out_cached": 0.11,
3414      "context_window": 204800,
3415      "default_max_tokens": 102400,
3416      "can_reason": true,
3417      "reasoning_levels": [
3418        "low",
3419        "medium",
3420        "high"
3421      ],
3422      "default_reasoning_effort": "medium",
3423      "supports_attachments": false,
3424      "options": {}
3425    },
3426    {
3427      "id": "z-ai/glm-4.7-flash",
3428      "name": "Z.ai: GLM 4.7 Flash",
3429      "cost_per_1m_in": 0.06,
3430      "cost_per_1m_out": 0.39999999999999997,
3431      "cost_per_1m_in_cached": 0,
3432      "cost_per_1m_out_cached": 0.0100000002,
3433      "context_window": 202752,
3434      "default_max_tokens": 20275,
3435      "can_reason": true,
3436      "reasoning_levels": [
3437        "low",
3438        "medium",
3439        "high"
3440      ],
3441      "default_reasoning_effort": "medium",
3442      "supports_attachments": false,
3443      "options": {}
3444    },
3445    {
3446      "id": "z-ai/glm-5",
3447      "name": "Z.ai: GLM 5",
3448      "cost_per_1m_in": 1,
3449      "cost_per_1m_out": 3.1999999999999997,
3450      "cost_per_1m_in_cached": 0,
3451      "cost_per_1m_out_cached": 0.19999999999999998,
3452      "context_window": 202800,
3453      "default_max_tokens": 65536,
3454      "can_reason": true,
3455      "reasoning_levels": [
3456        "low",
3457        "medium",
3458        "high"
3459      ],
3460      "default_reasoning_effort": "medium",
3461      "supports_attachments": false,
3462      "options": {}
3463    },
3464    {
3465      "id": "x-ai/grok-3",
3466      "name": "xAI: Grok 3",
3467      "cost_per_1m_in": 3,
3468      "cost_per_1m_out": 15,
3469      "cost_per_1m_in_cached": 0,
3470      "cost_per_1m_out_cached": 0.75,
3471      "context_window": 131072,
3472      "default_max_tokens": 13107,
3473      "can_reason": false,
3474      "supports_attachments": false,
3475      "options": {}
3476    },
3477    {
3478      "id": "x-ai/grok-3-beta",
3479      "name": "xAI: Grok 3 Beta",
3480      "cost_per_1m_in": 3,
3481      "cost_per_1m_out": 15,
3482      "cost_per_1m_in_cached": 0,
3483      "cost_per_1m_out_cached": 0.75,
3484      "context_window": 131072,
3485      "default_max_tokens": 13107,
3486      "can_reason": false,
3487      "supports_attachments": false,
3488      "options": {}
3489    },
3490    {
3491      "id": "x-ai/grok-3-mini",
3492      "name": "xAI: Grok 3 Mini",
3493      "cost_per_1m_in": 0.3,
3494      "cost_per_1m_out": 0.5,
3495      "cost_per_1m_in_cached": 0,
3496      "cost_per_1m_out_cached": 0.075,
3497      "context_window": 131072,
3498      "default_max_tokens": 13107,
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-mini-beta",
3511      "name": "xAI: Grok 3 Mini Beta",
3512      "cost_per_1m_in": 0.3,
3513      "cost_per_1m_out": 0.5,
3514      "cost_per_1m_in_cached": 0,
3515      "cost_per_1m_out_cached": 0.075,
3516      "context_window": 131072,
3517      "default_max_tokens": 13107,
3518      "can_reason": true,
3519      "reasoning_levels": [
3520        "low",
3521        "medium",
3522        "high"
3523      ],
3524      "default_reasoning_effort": "medium",
3525      "supports_attachments": false,
3526      "options": {}
3527    },
3528    {
3529      "id": "x-ai/grok-4",
3530      "name": "xAI: Grok 4",
3531      "cost_per_1m_in": 3,
3532      "cost_per_1m_out": 15,
3533      "cost_per_1m_in_cached": 0,
3534      "cost_per_1m_out_cached": 0.75,
3535      "context_window": 256000,
3536      "default_max_tokens": 25600,
3537      "can_reason": true,
3538      "reasoning_levels": [
3539        "low",
3540        "medium",
3541        "high"
3542      ],
3543      "default_reasoning_effort": "medium",
3544      "supports_attachments": true,
3545      "options": {}
3546    },
3547    {
3548      "id": "x-ai/grok-4-fast",
3549      "name": "xAI: Grok 4 Fast",
3550      "cost_per_1m_in": 0.19999999999999998,
3551      "cost_per_1m_out": 0.5,
3552      "cost_per_1m_in_cached": 0,
3553      "cost_per_1m_out_cached": 0.049999999999999996,
3554      "context_window": 2000000,
3555      "default_max_tokens": 15000,
3556      "can_reason": true,
3557      "reasoning_levels": [
3558        "low",
3559        "medium",
3560        "high"
3561      ],
3562      "default_reasoning_effort": "medium",
3563      "supports_attachments": true,
3564      "options": {}
3565    },
3566    {
3567      "id": "x-ai/grok-4.1-fast",
3568      "name": "xAI: Grok 4.1 Fast",
3569      "cost_per_1m_in": 0.19999999999999998,
3570      "cost_per_1m_out": 0.5,
3571      "cost_per_1m_in_cached": 0,
3572      "cost_per_1m_out_cached": 0.049999999999999996,
3573      "context_window": 2000000,
3574      "default_max_tokens": 15000,
3575      "can_reason": true,
3576      "reasoning_levels": [
3577        "low",
3578        "medium",
3579        "high"
3580      ],
3581      "default_reasoning_effort": "medium",
3582      "supports_attachments": true,
3583      "options": {}
3584    },
3585    {
3586      "id": "x-ai/grok-code-fast-1",
3587      "name": "xAI: Grok Code Fast 1",
3588      "cost_per_1m_in": 0.19999999999999998,
3589      "cost_per_1m_out": 1.5,
3590      "cost_per_1m_in_cached": 0,
3591      "cost_per_1m_out_cached": 0.02,
3592      "context_window": 256000,
3593      "default_max_tokens": 5000,
3594      "can_reason": true,
3595      "reasoning_levels": [
3596        "low",
3597        "medium",
3598        "high"
3599      ],
3600      "default_reasoning_effort": "medium",
3601      "supports_attachments": false,
3602      "options": {}
3603    }
3604  ],
3605  "default_headers": {
3606    "HTTP-Referer": "https://charm.land",
3607    "X-Title": "Crush"
3608  }
3609}