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