openrouter.json

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