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