openrouter.json

   1{
   2  "name": "OpenRouter",
   3  "id": "openrouter",
   4  "api_key": "$OPENROUTER_API_KEY",
   5  "api_endpoint": "https://openrouter.ai/api/v1",
   6  "type": "openrouter",
   7  "default_large_model_id": "anthropic/claude-sonnet-4",
   8  "default_small_model_id": "anthropic/claude-3.5-haiku",
   9  "models": [
  10    {
  11      "id": "ai21/jamba-large-1.7",
  12      "name": "AI21: Jamba Large 1.7",
  13      "cost_per_1m_in": 2,
  14      "cost_per_1m_out": 8,
  15      "cost_per_1m_in_cached": 0,
  16      "cost_per_1m_out_cached": 0,
  17      "context_window": 256000,
  18      "default_max_tokens": 2048,
  19      "can_reason": false,
  20      "supports_attachments": false,
  21      "options": {}
  22    },
  23    {
  24      "id": "allenai/olmo-3.1-32b-instruct",
  25      "name": "AllenAI: Olmo 3.1 32B Instruct",
  26      "cost_per_1m_in": 0.19999999999999998,
  27      "cost_per_1m_out": 0.6,
  28      "cost_per_1m_in_cached": 0,
  29      "cost_per_1m_out_cached": 0,
  30      "context_window": 65536,
  31      "default_max_tokens": 6553,
  32      "can_reason": false,
  33      "supports_attachments": false,
  34      "options": {}
  35    },
  36    {
  37      "id": "amazon/nova-2-lite-v1",
  38      "name": "Amazon: Nova 2 Lite",
  39      "cost_per_1m_in": 0.3,
  40      "cost_per_1m_out": 2.5,
  41      "cost_per_1m_in_cached": 0,
  42      "cost_per_1m_out_cached": 0,
  43      "context_window": 1000000,
  44      "default_max_tokens": 32767,
  45      "can_reason": true,
  46      "reasoning_levels": [
  47        "low",
  48        "medium",
  49        "high"
  50      ],
  51      "default_reasoning_effort": "medium",
  52      "supports_attachments": true,
  53      "options": {}
  54    },
  55    {
  56      "id": "amazon/nova-lite-v1",
  57      "name": "Amazon: Nova Lite 1.0",
  58      "cost_per_1m_in": 0.06,
  59      "cost_per_1m_out": 0.24,
  60      "cost_per_1m_in_cached": 0,
  61      "cost_per_1m_out_cached": 0,
  62      "context_window": 300000,
  63      "default_max_tokens": 2560,
  64      "can_reason": false,
  65      "supports_attachments": true,
  66      "options": {}
  67    },
  68    {
  69      "id": "amazon/nova-micro-v1",
  70      "name": "Amazon: Nova Micro 1.0",
  71      "cost_per_1m_in": 0.035,
  72      "cost_per_1m_out": 0.14,
  73      "cost_per_1m_in_cached": 0,
  74      "cost_per_1m_out_cached": 0,
  75      "context_window": 128000,
  76      "default_max_tokens": 2560,
  77      "can_reason": false,
  78      "supports_attachments": false,
  79      "options": {}
  80    },
  81    {
  82      "id": "amazon/nova-premier-v1",
  83      "name": "Amazon: Nova Premier 1.0",
  84      "cost_per_1m_in": 2.5,
  85      "cost_per_1m_out": 12.5,
  86      "cost_per_1m_in_cached": 0,
  87      "cost_per_1m_out_cached": 0.625,
  88      "context_window": 1000000,
  89      "default_max_tokens": 16000,
  90      "can_reason": false,
  91      "supports_attachments": true,
  92      "options": {}
  93    },
  94    {
  95      "id": "amazon/nova-pro-v1",
  96      "name": "Amazon: Nova Pro 1.0",
  97      "cost_per_1m_in": 0.7999999999999999,
  98      "cost_per_1m_out": 3.1999999999999997,
  99      "cost_per_1m_in_cached": 0,
 100      "cost_per_1m_out_cached": 0,
 101      "context_window": 300000,
 102      "default_max_tokens": 2560,
 103      "can_reason": false,
 104      "supports_attachments": true,
 105      "options": {}
 106    },
 107    {
 108      "id": "anthropic/claude-3-haiku",
 109      "name": "Anthropic: Claude 3 Haiku",
 110      "cost_per_1m_in": 0.25,
 111      "cost_per_1m_out": 1.25,
 112      "cost_per_1m_in_cached": 0.3,
 113      "cost_per_1m_out_cached": 0.03,
 114      "context_window": 200000,
 115      "default_max_tokens": 2048,
 116      "can_reason": false,
 117      "supports_attachments": true,
 118      "options": {}
 119    },
 120    {
 121      "id": "anthropic/claude-3.5-haiku",
 122      "name": "Anthropic: Claude 3.5 Haiku",
 123      "cost_per_1m_in": 0.7999999999999999,
 124      "cost_per_1m_out": 4,
 125      "cost_per_1m_in_cached": 1,
 126      "cost_per_1m_out_cached": 0.08,
 127      "context_window": 200000,
 128      "default_max_tokens": 4096,
 129      "can_reason": false,
 130      "supports_attachments": true,
 131      "options": {}
 132    },
 133    {
 134      "id": "anthropic/claude-3.5-sonnet",
 135      "name": "Anthropic: Claude 3.5 Sonnet",
 136      "cost_per_1m_in": 6,
 137      "cost_per_1m_out": 30,
 138      "cost_per_1m_in_cached": 0,
 139      "cost_per_1m_out_cached": 0,
 140      "context_window": 200000,
 141      "default_max_tokens": 4096,
 142      "can_reason": false,
 143      "supports_attachments": true,
 144      "options": {}
 145    },
 146    {
 147      "id": "anthropic/claude-3.7-sonnet",
 148      "name": "Anthropic: Claude 3.7 Sonnet",
 149      "cost_per_1m_in": 3,
 150      "cost_per_1m_out": 15,
 151      "cost_per_1m_in_cached": 3.75,
 152      "cost_per_1m_out_cached": 0.3,
 153      "context_window": 200000,
 154      "default_max_tokens": 32000,
 155      "can_reason": true,
 156      "reasoning_levels": [
 157        "low",
 158        "medium",
 159        "high"
 160      ],
 161      "default_reasoning_effort": "medium",
 162      "supports_attachments": true,
 163      "options": {}
 164    },
 165    {
 166      "id": "anthropic/claude-3.7-sonnet:thinking",
 167      "name": "Anthropic: Claude 3.7 Sonnet (thinking)",
 168      "cost_per_1m_in": 3,
 169      "cost_per_1m_out": 15,
 170      "cost_per_1m_in_cached": 3.75,
 171      "cost_per_1m_out_cached": 0.3,
 172      "context_window": 200000,
 173      "default_max_tokens": 32000,
 174      "can_reason": true,
 175      "reasoning_levels": [
 176        "low",
 177        "medium",
 178        "high"
 179      ],
 180      "default_reasoning_effort": "medium",
 181      "supports_attachments": true,
 182      "options": {}
 183    },
 184    {
 185      "id": "anthropic/claude-haiku-4.5",
 186      "name": "Anthropic: Claude Haiku 4.5",
 187      "cost_per_1m_in": 1,
 188      "cost_per_1m_out": 5,
 189      "cost_per_1m_in_cached": 1.25,
 190      "cost_per_1m_out_cached": 0.09999999999999999,
 191      "context_window": 200000,
 192      "default_max_tokens": 32000,
 193      "can_reason": true,
 194      "reasoning_levels": [
 195        "low",
 196        "medium",
 197        "high"
 198      ],
 199      "default_reasoning_effort": "medium",
 200      "supports_attachments": true,
 201      "options": {}
 202    },
 203    {
 204      "id": "anthropic/claude-opus-4",
 205      "name": "Anthropic: Claude Opus 4",
 206      "cost_per_1m_in": 15,
 207      "cost_per_1m_out": 75,
 208      "cost_per_1m_in_cached": 18.75,
 209      "cost_per_1m_out_cached": 1.5,
 210      "context_window": 200000,
 211      "default_max_tokens": 16000,
 212      "can_reason": true,
 213      "reasoning_levels": [
 214        "low",
 215        "medium",
 216        "high"
 217      ],
 218      "default_reasoning_effort": "medium",
 219      "supports_attachments": true,
 220      "options": {}
 221    },
 222    {
 223      "id": "anthropic/claude-opus-4.1",
 224      "name": "Anthropic: Claude Opus 4.1",
 225      "cost_per_1m_in": 15,
 226      "cost_per_1m_out": 75,
 227      "cost_per_1m_in_cached": 18.75,
 228      "cost_per_1m_out_cached": 1.5,
 229      "context_window": 200000,
 230      "default_max_tokens": 16000,
 231      "can_reason": true,
 232      "reasoning_levels": [
 233        "low",
 234        "medium",
 235        "high"
 236      ],
 237      "default_reasoning_effort": "medium",
 238      "supports_attachments": true,
 239      "options": {}
 240    },
 241    {
 242      "id": "anthropic/claude-opus-4.5",
 243      "name": "Anthropic: Claude Opus 4.5",
 244      "cost_per_1m_in": 5,
 245      "cost_per_1m_out": 25,
 246      "cost_per_1m_in_cached": 6.25,
 247      "cost_per_1m_out_cached": 0.5,
 248      "context_window": 200000,
 249      "default_max_tokens": 32000,
 250      "can_reason": true,
 251      "reasoning_levels": [
 252        "low",
 253        "medium",
 254        "high"
 255      ],
 256      "default_reasoning_effort": "medium",
 257      "supports_attachments": true,
 258      "options": {}
 259    },
 260    {
 261      "id": "anthropic/claude-opus-4.6",
 262      "name": "Anthropic: Claude Opus 4.6",
 263      "cost_per_1m_in": 5,
 264      "cost_per_1m_out": 25,
 265      "cost_per_1m_in_cached": 6.25,
 266      "cost_per_1m_out_cached": 0.5,
 267      "context_window": 1000000,
 268      "default_max_tokens": 64000,
 269      "can_reason": true,
 270      "reasoning_levels": [
 271        "low",
 272        "medium",
 273        "high"
 274      ],
 275      "default_reasoning_effort": "medium",
 276      "supports_attachments": true,
 277      "options": {}
 278    },
 279    {
 280      "id": "anthropic/claude-sonnet-4",
 281      "name": "Anthropic: Claude Sonnet 4",
 282      "cost_per_1m_in": 3,
 283      "cost_per_1m_out": 15,
 284      "cost_per_1m_in_cached": 3.75,
 285      "cost_per_1m_out_cached": 0.3,
 286      "context_window": 1000000,
 287      "default_max_tokens": 32000,
 288      "can_reason": true,
 289      "reasoning_levels": [
 290        "low",
 291        "medium",
 292        "high"
 293      ],
 294      "default_reasoning_effort": "medium",
 295      "supports_attachments": true,
 296      "options": {}
 297    },
 298    {
 299      "id": "anthropic/claude-sonnet-4.5",
 300      "name": "Anthropic: Claude Sonnet 4.5",
 301      "cost_per_1m_in": 3,
 302      "cost_per_1m_out": 15,
 303      "cost_per_1m_in_cached": 3.75,
 304      "cost_per_1m_out_cached": 0.3,
 305      "context_window": 1000000,
 306      "default_max_tokens": 32000,
 307      "can_reason": true,
 308      "reasoning_levels": [
 309        "low",
 310        "medium",
 311        "high"
 312      ],
 313      "default_reasoning_effort": "medium",
 314      "supports_attachments": true,
 315      "options": {}
 316    },
 317    {
 318      "id": "anthropic/claude-sonnet-4.6",
 319      "name": "Anthropic: Claude Sonnet 4.6",
 320      "cost_per_1m_in": 3,
 321      "cost_per_1m_out": 15,
 322      "cost_per_1m_in_cached": 3.75,
 323      "cost_per_1m_out_cached": 0.3,
 324      "context_window": 1000000,
 325      "default_max_tokens": 64000,
 326      "can_reason": true,
 327      "reasoning_levels": [
 328        "low",
 329        "medium",
 330        "high"
 331      ],
 332      "default_reasoning_effort": "medium",
 333      "supports_attachments": true,
 334      "options": {}
 335    },
 336    {
 337      "id": "arcee-ai/trinity-large-preview:free",
 338      "name": "Arcee AI: Trinity Large Preview (free)",
 339      "cost_per_1m_in": 0,
 340      "cost_per_1m_out": 0,
 341      "cost_per_1m_in_cached": 0,
 342      "cost_per_1m_out_cached": 0,
 343      "context_window": 131000,
 344      "default_max_tokens": 13100,
 345      "can_reason": false,
 346      "supports_attachments": false,
 347      "options": {}
 348    },
 349    {
 350      "id": "arcee-ai/trinity-mini",
 351      "name": "Arcee AI: Trinity Mini",
 352      "cost_per_1m_in": 0.045,
 353      "cost_per_1m_out": 0.15,
 354      "cost_per_1m_in_cached": 0,
 355      "cost_per_1m_out_cached": 0,
 356      "context_window": 131072,
 357      "default_max_tokens": 65536,
 358      "can_reason": true,
 359      "reasoning_levels": [
 360        "low",
 361        "medium",
 362        "high"
 363      ],
 364      "default_reasoning_effort": "medium",
 365      "supports_attachments": false,
 366      "options": {}
 367    },
 368    {
 369      "id": "arcee-ai/trinity-mini:free",
 370      "name": "Arcee AI: Trinity Mini (free)",
 371      "cost_per_1m_in": 0,
 372      "cost_per_1m_out": 0,
 373      "cost_per_1m_in_cached": 0,
 374      "cost_per_1m_out_cached": 0,
 375      "context_window": 131072,
 376      "default_max_tokens": 13107,
 377      "can_reason": true,
 378      "reasoning_levels": [
 379        "low",
 380        "medium",
 381        "high"
 382      ],
 383      "default_reasoning_effort": "medium",
 384      "supports_attachments": false,
 385      "options": {}
 386    },
 387    {
 388      "id": "arcee-ai/virtuoso-large",
 389      "name": "Arcee AI: Virtuoso Large",
 390      "cost_per_1m_in": 0.75,
 391      "cost_per_1m_out": 1.2,
 392      "cost_per_1m_in_cached": 0,
 393      "cost_per_1m_out_cached": 0,
 394      "context_window": 131072,
 395      "default_max_tokens": 32000,
 396      "can_reason": false,
 397      "supports_attachments": false,
 398      "options": {}
 399    },
 400    {
 401      "id": "baidu/ernie-4.5-21b-a3b",
 402      "name": "Baidu: ERNIE 4.5 21B A3B",
 403      "cost_per_1m_in": 0.07,
 404      "cost_per_1m_out": 0.28,
 405      "cost_per_1m_in_cached": 0,
 406      "cost_per_1m_out_cached": 0,
 407      "context_window": 120000,
 408      "default_max_tokens": 4000,
 409      "can_reason": false,
 410      "supports_attachments": false,
 411      "options": {}
 412    },
 413    {
 414      "id": "baidu/ernie-4.5-vl-28b-a3b",
 415      "name": "Baidu: ERNIE 4.5 VL 28B A3B",
 416      "cost_per_1m_in": 0.14,
 417      "cost_per_1m_out": 0.56,
 418      "cost_per_1m_in_cached": 0,
 419      "cost_per_1m_out_cached": 0,
 420      "context_window": 30000,
 421      "default_max_tokens": 4000,
 422      "can_reason": true,
 423      "reasoning_levels": [
 424        "low",
 425        "medium",
 426        "high"
 427      ],
 428      "default_reasoning_effort": "medium",
 429      "supports_attachments": true,
 430      "options": {}
 431    },
 432    {
 433      "id": "bytedance-seed/seed-1.6",
 434      "name": "ByteDance Seed: Seed 1.6",
 435      "cost_per_1m_in": 0.25,
 436      "cost_per_1m_out": 2,
 437      "cost_per_1m_in_cached": 0,
 438      "cost_per_1m_out_cached": 0,
 439      "context_window": 262144,
 440      "default_max_tokens": 16384,
 441      "can_reason": true,
 442      "reasoning_levels": [
 443        "low",
 444        "medium",
 445        "high"
 446      ],
 447      "default_reasoning_effort": "medium",
 448      "supports_attachments": true,
 449      "options": {}
 450    },
 451    {
 452      "id": "bytedance-seed/seed-1.6-flash",
 453      "name": "ByteDance Seed: Seed 1.6 Flash",
 454      "cost_per_1m_in": 0.075,
 455      "cost_per_1m_out": 0.3,
 456      "cost_per_1m_in_cached": 0,
 457      "cost_per_1m_out_cached": 0,
 458      "context_window": 262144,
 459      "default_max_tokens": 16384,
 460      "can_reason": true,
 461      "reasoning_levels": [
 462        "low",
 463        "medium",
 464        "high"
 465      ],
 466      "default_reasoning_effort": "medium",
 467      "supports_attachments": true,
 468      "options": {}
 469    },
 470    {
 471      "id": "bytedance-seed/seed-2.0-mini",
 472      "name": "ByteDance Seed: Seed-2.0-Mini",
 473      "cost_per_1m_in": 0.09999999999999999,
 474      "cost_per_1m_out": 0.39999999999999997,
 475      "cost_per_1m_in_cached": 0,
 476      "cost_per_1m_out_cached": 0,
 477      "context_window": 262144,
 478      "default_max_tokens": 65536,
 479      "can_reason": true,
 480      "reasoning_levels": [
 481        "low",
 482        "medium",
 483        "high"
 484      ],
 485      "default_reasoning_effort": "medium",
 486      "supports_attachments": true,
 487      "options": {}
 488    },
 489    {
 490      "id": "cohere/command-r-08-2024",
 491      "name": "Cohere: Command R (08-2024)",
 492      "cost_per_1m_in": 0.15,
 493      "cost_per_1m_out": 0.6,
 494      "cost_per_1m_in_cached": 0,
 495      "cost_per_1m_out_cached": 0,
 496      "context_window": 128000,
 497      "default_max_tokens": 2000,
 498      "can_reason": false,
 499      "supports_attachments": false,
 500      "options": {}
 501    },
 502    {
 503      "id": "cohere/command-r-plus-08-2024",
 504      "name": "Cohere: Command R+ (08-2024)",
 505      "cost_per_1m_in": 2.5,
 506      "cost_per_1m_out": 10,
 507      "cost_per_1m_in_cached": 0,
 508      "cost_per_1m_out_cached": 0,
 509      "context_window": 128000,
 510      "default_max_tokens": 2000,
 511      "can_reason": false,
 512      "supports_attachments": false,
 513      "options": {}
 514    },
 515    {
 516      "id": "deepseek/deepseek-chat",
 517      "name": "DeepSeek: DeepSeek V3",
 518      "cost_per_1m_in": 0.39999999999999997,
 519      "cost_per_1m_out": 1.3,
 520      "cost_per_1m_in_cached": 0,
 521      "cost_per_1m_out_cached": 0,
 522      "context_window": 64000,
 523      "default_max_tokens": 8000,
 524      "can_reason": false,
 525      "supports_attachments": false,
 526      "options": {}
 527    },
 528    {
 529      "id": "deepseek/deepseek-chat-v3-0324",
 530      "name": "DeepSeek: DeepSeek V3 0324",
 531      "cost_per_1m_in": 0.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.19999999999999998,
 545      "cost_per_1m_out": 0.7999999999999999,
 546      "cost_per_1m_in_cached": 0,
 547      "cost_per_1m_out_cached": 0.09999999999999999,
 548      "context_window": 163840,
 549      "default_max_tokens": 32768,
 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,
 624      "context_window": 163840,
 625      "default_max_tokens": 32768,
 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": 3,
 659      "cost_per_1m_out": 3,
 660      "cost_per_1m_in_cached": 0,
 661      "cost_per_1m_out_cached": 0,
 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.88,
1023      "cost_per_1m_out": 0.88,
1024      "cost_per_1m_in_cached": 0,
1025      "cost_per_1m_out_cached": 0,
1026      "context_window": 131072,
1027      "default_max_tokens": 1024,
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": 2.4,
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-24b-instruct-2501",
1312      "name": "Mistral: Mistral Small 3",
1313      "cost_per_1m_in": 0.09999999999999999,
1314      "cost_per_1m_out": 0.3,
1315      "cost_per_1m_in_cached": 0,
1316      "cost_per_1m_out_cached": 0,
1317      "context_window": 32768,
1318      "default_max_tokens": 1024,
1319      "can_reason": false,
1320      "supports_attachments": false,
1321      "options": {}
1322    },
1323    {
1324      "id": "mistralai/mistral-small-3.1-24b-instruct:free",
1325      "name": "Mistral: Mistral Small 3.1 24B (free)",
1326      "cost_per_1m_in": 0,
1327      "cost_per_1m_out": 0,
1328      "cost_per_1m_in_cached": 0,
1329      "cost_per_1m_out_cached": 0,
1330      "context_window": 128000,
1331      "default_max_tokens": 12800,
1332      "can_reason": false,
1333      "supports_attachments": true,
1334      "options": {}
1335    },
1336    {
1337      "id": "mistralai/mistral-small-3.2-24b-instruct",
1338      "name": "Mistral: Mistral Small 3.2 24B",
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": 131072,
1344      "default_max_tokens": 13107,
1345      "can_reason": false,
1346      "supports_attachments": true,
1347      "options": {}
1348    },
1349    {
1350      "id": "mistralai/mistral-small-creative",
1351      "name": "Mistral: Mistral Small Creative",
1352      "cost_per_1m_in": 0.09999999999999999,
1353      "cost_per_1m_out": 0.3,
1354      "cost_per_1m_in_cached": 0,
1355      "cost_per_1m_out_cached": 0,
1356      "context_window": 32768,
1357      "default_max_tokens": 3276,
1358      "can_reason": false,
1359      "supports_attachments": false,
1360      "options": {}
1361    },
1362    {
1363      "id": "mistralai/mixtral-8x22b-instruct",
1364      "name": "Mistral: Mixtral 8x22B Instruct",
1365      "cost_per_1m_in": 2,
1366      "cost_per_1m_out": 6,
1367      "cost_per_1m_in_cached": 0,
1368      "cost_per_1m_out_cached": 0,
1369      "context_window": 65536,
1370      "default_max_tokens": 6553,
1371      "can_reason": false,
1372      "supports_attachments": false,
1373      "options": {}
1374    },
1375    {
1376      "id": "mistralai/mixtral-8x7b-instruct",
1377      "name": "Mistral: Mixtral 8x7B Instruct",
1378      "cost_per_1m_in": 0.54,
1379      "cost_per_1m_out": 0.54,
1380      "cost_per_1m_in_cached": 0,
1381      "cost_per_1m_out_cached": 0,
1382      "context_window": 32768,
1383      "default_max_tokens": 8192,
1384      "can_reason": false,
1385      "supports_attachments": false,
1386      "options": {}
1387    },
1388    {
1389      "id": "mistralai/pixtral-large-2411",
1390      "name": "Mistral: Pixtral Large 2411",
1391      "cost_per_1m_in": 2,
1392      "cost_per_1m_out": 6,
1393      "cost_per_1m_in_cached": 0,
1394      "cost_per_1m_out_cached": 0,
1395      "context_window": 131072,
1396      "default_max_tokens": 13107,
1397      "can_reason": false,
1398      "supports_attachments": true,
1399      "options": {}
1400    },
1401    {
1402      "id": "mistralai/mistral-saba",
1403      "name": "Mistral: Saba",
1404      "cost_per_1m_in": 0.19999999999999998,
1405      "cost_per_1m_out": 0.6,
1406      "cost_per_1m_in_cached": 0,
1407      "cost_per_1m_out_cached": 0,
1408      "context_window": 32768,
1409      "default_max_tokens": 3276,
1410      "can_reason": false,
1411      "supports_attachments": false,
1412      "options": {}
1413    },
1414    {
1415      "id": "mistralai/voxtral-small-24b-2507",
1416      "name": "Mistral: Voxtral Small 24B 2507",
1417      "cost_per_1m_in": 0.09999999999999999,
1418      "cost_per_1m_out": 0.3,
1419      "cost_per_1m_in_cached": 0,
1420      "cost_per_1m_out_cached": 0,
1421      "context_window": 32000,
1422      "default_max_tokens": 3200,
1423      "can_reason": false,
1424      "supports_attachments": false,
1425      "options": {}
1426    },
1427    {
1428      "id": "moonshotai/kimi-k2",
1429      "name": "MoonshotAI: Kimi K2 0711",
1430      "cost_per_1m_in": 0.5700000000000001,
1431      "cost_per_1m_out": 2.3,
1432      "cost_per_1m_in_cached": 0,
1433      "cost_per_1m_out_cached": 0,
1434      "context_window": 131072,
1435      "default_max_tokens": 65536,
1436      "can_reason": false,
1437      "supports_attachments": false,
1438      "options": {}
1439    },
1440    {
1441      "id": "moonshotai/kimi-k2-0905",
1442      "name": "MoonshotAI: Kimi K2 0905",
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.15,
1447      "context_window": 262144,
1448      "default_max_tokens": 26214,
1449      "can_reason": false,
1450      "supports_attachments": false,
1451      "options": {}
1452    },
1453    {
1454      "id": "moonshotai/kimi-k2-0905:exacto",
1455      "name": "MoonshotAI: Kimi K2 0905 (exacto)",
1456      "cost_per_1m_in": 1.15,
1457      "cost_per_1m_out": 8,
1458      "cost_per_1m_in_cached": 0,
1459      "cost_per_1m_out_cached": 0.15,
1460      "context_window": 262144,
1461      "default_max_tokens": 26214,
1462      "can_reason": false,
1463      "supports_attachments": false,
1464      "options": {}
1465    },
1466    {
1467      "id": "moonshotai/kimi-k2-thinking",
1468      "name": "MoonshotAI: Kimi K2 Thinking",
1469      "cost_per_1m_in": 0.47,
1470      "cost_per_1m_out": 2,
1471      "cost_per_1m_in_cached": 0,
1472      "cost_per_1m_out_cached": 0.14100000000000001,
1473      "context_window": 131072,
1474      "default_max_tokens": 13107,
1475      "can_reason": true,
1476      "reasoning_levels": [
1477        "low",
1478        "medium",
1479        "high"
1480      ],
1481      "default_reasoning_effort": "medium",
1482      "supports_attachments": false,
1483      "options": {}
1484    },
1485    {
1486      "id": "moonshotai/kimi-k2.5",
1487      "name": "MoonshotAI: Kimi K2.5",
1488      "cost_per_1m_in": 0.6,
1489      "cost_per_1m_out": 3,
1490      "cost_per_1m_in_cached": 0,
1491      "cost_per_1m_out_cached": 0.09999999999999999,
1492      "context_window": 262144,
1493      "default_max_tokens": 26214,
1494      "can_reason": true,
1495      "reasoning_levels": [
1496        "low",
1497        "medium",
1498        "high"
1499      ],
1500      "default_reasoning_effort": "medium",
1501      "supports_attachments": true,
1502      "options": {}
1503    },
1504    {
1505      "id": "nvidia/llama-3.1-nemotron-70b-instruct",
1506      "name": "NVIDIA: Llama 3.1 Nemotron 70B Instruct",
1507      "cost_per_1m_in": 1.2,
1508      "cost_per_1m_out": 1.2,
1509      "cost_per_1m_in_cached": 0,
1510      "cost_per_1m_out_cached": 0,
1511      "context_window": 131072,
1512      "default_max_tokens": 8192,
1513      "can_reason": false,
1514      "supports_attachments": false,
1515      "options": {}
1516    },
1517    {
1518      "id": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
1519      "name": "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
1520      "cost_per_1m_in": 0.09999999999999999,
1521      "cost_per_1m_out": 0.39999999999999997,
1522      "cost_per_1m_in_cached": 0,
1523      "cost_per_1m_out_cached": 0,
1524      "context_window": 131072,
1525      "default_max_tokens": 13107,
1526      "can_reason": true,
1527      "reasoning_levels": [
1528        "low",
1529        "medium",
1530        "high"
1531      ],
1532      "default_reasoning_effort": "medium",
1533      "supports_attachments": false,
1534      "options": {}
1535    },
1536    {
1537      "id": "nvidia/nemotron-3-nano-30b-a3b",
1538      "name": "NVIDIA: Nemotron 3 Nano 30B A3B",
1539      "cost_per_1m_in": 0.049999999999999996,
1540      "cost_per_1m_out": 0.19999999999999998,
1541      "cost_per_1m_in_cached": 0,
1542      "cost_per_1m_out_cached": 0,
1543      "context_window": 262144,
1544      "default_max_tokens": 26214,
1545      "can_reason": true,
1546      "reasoning_levels": [
1547        "low",
1548        "medium",
1549        "high"
1550      ],
1551      "default_reasoning_effort": "medium",
1552      "supports_attachments": false,
1553      "options": {}
1554    },
1555    {
1556      "id": "nvidia/nemotron-3-nano-30b-a3b:free",
1557      "name": "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
1558      "cost_per_1m_in": 0,
1559      "cost_per_1m_out": 0,
1560      "cost_per_1m_in_cached": 0,
1561      "cost_per_1m_out_cached": 0,
1562      "context_window": 256000,
1563      "default_max_tokens": 25600,
1564      "can_reason": true,
1565      "reasoning_levels": [
1566        "low",
1567        "medium",
1568        "high"
1569      ],
1570      "default_reasoning_effort": "medium",
1571      "supports_attachments": false,
1572      "options": {}
1573    },
1574    {
1575      "id": "nvidia/nemotron-nano-12b-v2-vl:free",
1576      "name": "NVIDIA: Nemotron Nano 12B 2 VL (free)",
1577      "cost_per_1m_in": 0,
1578      "cost_per_1m_out": 0,
1579      "cost_per_1m_in_cached": 0,
1580      "cost_per_1m_out_cached": 0,
1581      "context_window": 128000,
1582      "default_max_tokens": 64000,
1583      "can_reason": true,
1584      "reasoning_levels": [
1585        "low",
1586        "medium",
1587        "high"
1588      ],
1589      "default_reasoning_effort": "medium",
1590      "supports_attachments": true,
1591      "options": {}
1592    },
1593    {
1594      "id": "nvidia/nemotron-nano-9b-v2",
1595      "name": "NVIDIA: Nemotron Nano 9B V2",
1596      "cost_per_1m_in": 0.04,
1597      "cost_per_1m_out": 0.16,
1598      "cost_per_1m_in_cached": 0,
1599      "cost_per_1m_out_cached": 0,
1600      "context_window": 131072,
1601      "default_max_tokens": 13107,
1602      "can_reason": true,
1603      "reasoning_levels": [
1604        "low",
1605        "medium",
1606        "high"
1607      ],
1608      "default_reasoning_effort": "medium",
1609      "supports_attachments": false,
1610      "options": {}
1611    },
1612    {
1613      "id": "nvidia/nemotron-nano-9b-v2:free",
1614      "name": "NVIDIA: Nemotron Nano 9B V2 (free)",
1615      "cost_per_1m_in": 0,
1616      "cost_per_1m_out": 0,
1617      "cost_per_1m_in_cached": 0,
1618      "cost_per_1m_out_cached": 0,
1619      "context_window": 128000,
1620      "default_max_tokens": 12800,
1621      "can_reason": true,
1622      "reasoning_levels": [
1623        "low",
1624        "medium",
1625        "high"
1626      ],
1627      "default_reasoning_effort": "medium",
1628      "supports_attachments": false,
1629      "options": {}
1630    },
1631    {
1632      "id": "nex-agi/deepseek-v3.1-nex-n1",
1633      "name": "Nex AGI: DeepSeek V3.1 Nex N1",
1634      "cost_per_1m_in": 0.27,
1635      "cost_per_1m_out": 1,
1636      "cost_per_1m_in_cached": 0,
1637      "cost_per_1m_out_cached": 0,
1638      "context_window": 131072,
1639      "default_max_tokens": 81920,
1640      "can_reason": false,
1641      "supports_attachments": false,
1642      "options": {}
1643    },
1644    {
1645      "id": "openai/gpt-4-turbo",
1646      "name": "OpenAI: GPT-4 Turbo",
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": true,
1655      "options": {}
1656    },
1657    {
1658      "id": "openai/gpt-4-1106-preview",
1659      "name": "OpenAI: GPT-4 Turbo (older v1106)",
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-turbo-preview",
1672      "name": "OpenAI: GPT-4 Turbo Preview",
1673      "cost_per_1m_in": 10,
1674      "cost_per_1m_out": 30,
1675      "cost_per_1m_in_cached": 0,
1676      "cost_per_1m_out_cached": 0,
1677      "context_window": 128000,
1678      "default_max_tokens": 2048,
1679      "can_reason": false,
1680      "supports_attachments": false,
1681      "options": {}
1682    },
1683    {
1684      "id": "openai/gpt-4.1",
1685      "name": "OpenAI: GPT-4.1",
1686      "cost_per_1m_in": 2,
1687      "cost_per_1m_out": 8,
1688      "cost_per_1m_in_cached": 0,
1689      "cost_per_1m_out_cached": 0.5,
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-mini",
1698      "name": "OpenAI: GPT-4.1 Mini",
1699      "cost_per_1m_in": 0.39999999999999997,
1700      "cost_per_1m_out": 1.5999999999999999,
1701      "cost_per_1m_in_cached": 0,
1702      "cost_per_1m_out_cached": 0.09999999999999999,
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-4.1-nano",
1711      "name": "OpenAI: GPT-4.1 Nano",
1712      "cost_per_1m_in": 0.09999999999999999,
1713      "cost_per_1m_out": 0.39999999999999997,
1714      "cost_per_1m_in_cached": 0,
1715      "cost_per_1m_out_cached": 0.024999999999999998,
1716      "context_window": 1047576,
1717      "default_max_tokens": 16384,
1718      "can_reason": false,
1719      "supports_attachments": true,
1720      "options": {}
1721    },
1722    {
1723      "id": "openai/gpt-4o",
1724      "name": "OpenAI: GPT-4o",
1725      "cost_per_1m_in": 2.5,
1726      "cost_per_1m_out": 10,
1727      "cost_per_1m_in_cached": 0,
1728      "cost_per_1m_out_cached": 0,
1729      "context_window": 128000,
1730      "default_max_tokens": 8192,
1731      "can_reason": false,
1732      "supports_attachments": true,
1733      "options": {}
1734    },
1735    {
1736      "id": "openai/gpt-4o-2024-05-13",
1737      "name": "OpenAI: GPT-4o (2024-05-13)",
1738      "cost_per_1m_in": 5,
1739      "cost_per_1m_out": 15,
1740      "cost_per_1m_in_cached": 0,
1741      "cost_per_1m_out_cached": 0,
1742      "context_window": 128000,
1743      "default_max_tokens": 2048,
1744      "can_reason": false,
1745      "supports_attachments": true,
1746      "options": {}
1747    },
1748    {
1749      "id": "openai/gpt-4o-2024-08-06",
1750      "name": "OpenAI: GPT-4o (2024-08-06)",
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-2024-11-20",
1763      "name": "OpenAI: GPT-4o (2024-11-20)",
1764      "cost_per_1m_in": 2.5,
1765      "cost_per_1m_out": 10,
1766      "cost_per_1m_in_cached": 0,
1767      "cost_per_1m_out_cached": 1.25,
1768      "context_window": 128000,
1769      "default_max_tokens": 8192,
1770      "can_reason": false,
1771      "supports_attachments": true,
1772      "options": {}
1773    },
1774    {
1775      "id": "openai/gpt-4o:extended",
1776      "name": "OpenAI: GPT-4o (extended)",
1777      "cost_per_1m_in": 6,
1778      "cost_per_1m_out": 18,
1779      "cost_per_1m_in_cached": 0,
1780      "cost_per_1m_out_cached": 0,
1781      "context_window": 128000,
1782      "default_max_tokens": 32000,
1783      "can_reason": false,
1784      "supports_attachments": true,
1785      "options": {}
1786    },
1787    {
1788      "id": "openai/gpt-4o-audio-preview",
1789      "name": "OpenAI: GPT-4o Audio",
1790      "cost_per_1m_in": 2.5,
1791      "cost_per_1m_out": 10,
1792      "cost_per_1m_in_cached": 0,
1793      "cost_per_1m_out_cached": 0,
1794      "context_window": 128000,
1795      "default_max_tokens": 8192,
1796      "can_reason": false,
1797      "supports_attachments": false,
1798      "options": {}
1799    },
1800    {
1801      "id": "openai/gpt-4o-mini",
1802      "name": "OpenAI: GPT-4o-mini",
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-4o-mini-2024-07-18",
1815      "name": "OpenAI: GPT-4o-mini (2024-07-18)",
1816      "cost_per_1m_in": 0.15,
1817      "cost_per_1m_out": 0.6,
1818      "cost_per_1m_in_cached": 0,
1819      "cost_per_1m_out_cached": 0.075,
1820      "context_window": 128000,
1821      "default_max_tokens": 8192,
1822      "can_reason": false,
1823      "supports_attachments": true,
1824      "options": {}
1825    },
1826    {
1827      "id": "openai/gpt-5",
1828      "name": "OpenAI: GPT-5",
1829      "cost_per_1m_in": 1.25,
1830      "cost_per_1m_out": 10,
1831      "cost_per_1m_in_cached": 0,
1832      "cost_per_1m_out_cached": 0.125,
1833      "context_window": 400000,
1834      "default_max_tokens": 64000,
1835      "can_reason": true,
1836      "reasoning_levels": [
1837        "low",
1838        "medium",
1839        "high"
1840      ],
1841      "default_reasoning_effort": "medium",
1842      "supports_attachments": true,
1843      "options": {}
1844    },
1845    {
1846      "id": "openai/gpt-5-codex",
1847      "name": "OpenAI: GPT-5 Codex",
1848      "cost_per_1m_in": 1.25,
1849      "cost_per_1m_out": 10,
1850      "cost_per_1m_in_cached": 0,
1851      "cost_per_1m_out_cached": 0.125,
1852      "context_window": 400000,
1853      "default_max_tokens": 64000,
1854      "can_reason": true,
1855      "reasoning_levels": [
1856        "low",
1857        "medium",
1858        "high"
1859      ],
1860      "default_reasoning_effort": "medium",
1861      "supports_attachments": true,
1862      "options": {}
1863    },
1864    {
1865      "id": "openai/gpt-5-image",
1866      "name": "OpenAI: GPT-5 Image",
1867      "cost_per_1m_in": 10,
1868      "cost_per_1m_out": 10,
1869      "cost_per_1m_in_cached": 0,
1870      "cost_per_1m_out_cached": 1.25,
1871      "context_window": 400000,
1872      "default_max_tokens": 64000,
1873      "can_reason": true,
1874      "reasoning_levels": [
1875        "low",
1876        "medium",
1877        "high"
1878      ],
1879      "default_reasoning_effort": "medium",
1880      "supports_attachments": true,
1881      "options": {}
1882    },
1883    {
1884      "id": "openai/gpt-5-image-mini",
1885      "name": "OpenAI: GPT-5 Image Mini",
1886      "cost_per_1m_in": 2.5,
1887      "cost_per_1m_out": 2,
1888      "cost_per_1m_in_cached": 0,
1889      "cost_per_1m_out_cached": 0.25,
1890      "context_window": 400000,
1891      "default_max_tokens": 64000,
1892      "can_reason": true,
1893      "reasoning_levels": [
1894        "low",
1895        "medium",
1896        "high"
1897      ],
1898      "default_reasoning_effort": "medium",
1899      "supports_attachments": true,
1900      "options": {}
1901    },
1902    {
1903      "id": "openai/gpt-5-mini",
1904      "name": "OpenAI: GPT-5 Mini",
1905      "cost_per_1m_in": 0.25,
1906      "cost_per_1m_out": 2,
1907      "cost_per_1m_in_cached": 0,
1908      "cost_per_1m_out_cached": 0.03,
1909      "context_window": 400000,
1910      "default_max_tokens": 40000,
1911      "can_reason": true,
1912      "reasoning_levels": [
1913        "low",
1914        "medium",
1915        "high"
1916      ],
1917      "default_reasoning_effort": "medium",
1918      "supports_attachments": true,
1919      "options": {}
1920    },
1921    {
1922      "id": "openai/gpt-5-nano",
1923      "name": "OpenAI: GPT-5 Nano",
1924      "cost_per_1m_in": 0.049999999999999996,
1925      "cost_per_1m_out": 0.39999999999999997,
1926      "cost_per_1m_in_cached": 0,
1927      "cost_per_1m_out_cached": 0.01,
1928      "context_window": 400000,
1929      "default_max_tokens": 40000,
1930      "can_reason": true,
1931      "reasoning_levels": [
1932        "low",
1933        "medium",
1934        "high"
1935      ],
1936      "default_reasoning_effort": "medium",
1937      "supports_attachments": true,
1938      "options": {}
1939    },
1940    {
1941      "id": "openai/gpt-5-pro",
1942      "name": "OpenAI: GPT-5 Pro",
1943      "cost_per_1m_in": 15,
1944      "cost_per_1m_out": 120,
1945      "cost_per_1m_in_cached": 0,
1946      "cost_per_1m_out_cached": 0,
1947      "context_window": 400000,
1948      "default_max_tokens": 64000,
1949      "can_reason": true,
1950      "reasoning_levels": [
1951        "low",
1952        "medium",
1953        "high"
1954      ],
1955      "default_reasoning_effort": "medium",
1956      "supports_attachments": true,
1957      "options": {}
1958    },
1959    {
1960      "id": "openai/gpt-5.1",
1961      "name": "OpenAI: GPT-5.1",
1962      "cost_per_1m_in": 1.25,
1963      "cost_per_1m_out": 10,
1964      "cost_per_1m_in_cached": 0,
1965      "cost_per_1m_out_cached": 0.13,
1966      "context_window": 400000,
1967      "default_max_tokens": 64000,
1968      "can_reason": true,
1969      "reasoning_levels": [
1970        "low",
1971        "medium",
1972        "high"
1973      ],
1974      "default_reasoning_effort": "medium",
1975      "supports_attachments": true,
1976      "options": {}
1977    },
1978    {
1979      "id": "openai/gpt-5.1-chat",
1980      "name": "OpenAI: GPT-5.1 Chat",
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": 128000,
1986      "default_max_tokens": 8192,
1987      "can_reason": false,
1988      "supports_attachments": true,
1989      "options": {}
1990    },
1991    {
1992      "id": "openai/gpt-5.1-codex",
1993      "name": "OpenAI: GPT-5.1-Codex",
1994      "cost_per_1m_in": 1.25,
1995      "cost_per_1m_out": 10,
1996      "cost_per_1m_in_cached": 0,
1997      "cost_per_1m_out_cached": 0.125,
1998      "context_window": 400000,
1999      "default_max_tokens": 64000,
2000      "can_reason": true,
2001      "reasoning_levels": [
2002        "low",
2003        "medium",
2004        "high"
2005      ],
2006      "default_reasoning_effort": "medium",
2007      "supports_attachments": true,
2008      "options": {}
2009    },
2010    {
2011      "id": "openai/gpt-5.1-codex-max",
2012      "name": "OpenAI: GPT-5.1-Codex-Max",
2013      "cost_per_1m_in": 1.25,
2014      "cost_per_1m_out": 10,
2015      "cost_per_1m_in_cached": 0,
2016      "cost_per_1m_out_cached": 0.125,
2017      "context_window": 400000,
2018      "default_max_tokens": 64000,
2019      "can_reason": true,
2020      "reasoning_levels": [
2021        "low",
2022        "medium",
2023        "high"
2024      ],
2025      "default_reasoning_effort": "medium",
2026      "supports_attachments": true,
2027      "options": {}
2028    },
2029    {
2030      "id": "openai/gpt-5.1-codex-mini",
2031      "name": "OpenAI: GPT-5.1-Codex-Mini",
2032      "cost_per_1m_in": 0.25,
2033      "cost_per_1m_out": 2,
2034      "cost_per_1m_in_cached": 0,
2035      "cost_per_1m_out_cached": 0.024999999999999998,
2036      "context_window": 400000,
2037      "default_max_tokens": 50000,
2038      "can_reason": true,
2039      "reasoning_levels": [
2040        "low",
2041        "medium",
2042        "high"
2043      ],
2044      "default_reasoning_effort": "medium",
2045      "supports_attachments": true,
2046      "options": {}
2047    },
2048    {
2049      "id": "openai/gpt-5.2",
2050      "name": "OpenAI: GPT-5.2",
2051      "cost_per_1m_in": 1.75,
2052      "cost_per_1m_out": 14,
2053      "cost_per_1m_in_cached": 0,
2054      "cost_per_1m_out_cached": 0.175,
2055      "context_window": 400000,
2056      "default_max_tokens": 64000,
2057      "can_reason": true,
2058      "reasoning_levels": [
2059        "low",
2060        "medium",
2061        "high"
2062      ],
2063      "default_reasoning_effort": "medium",
2064      "supports_attachments": true,
2065      "options": {}
2066    },
2067    {
2068      "id": "openai/gpt-5.2-chat",
2069      "name": "OpenAI: GPT-5.2 Chat",
2070      "cost_per_1m_in": 1.75,
2071      "cost_per_1m_out": 14,
2072      "cost_per_1m_in_cached": 0,
2073      "cost_per_1m_out_cached": 0.175,
2074      "context_window": 128000,
2075      "default_max_tokens": 8192,
2076      "can_reason": false,
2077      "supports_attachments": true,
2078      "options": {}
2079    },
2080    {
2081      "id": "openai/gpt-5.2-pro",
2082      "name": "OpenAI: GPT-5.2 Pro",
2083      "cost_per_1m_in": 21,
2084      "cost_per_1m_out": 168,
2085      "cost_per_1m_in_cached": 0,
2086      "cost_per_1m_out_cached": 0,
2087      "context_window": 400000,
2088      "default_max_tokens": 64000,
2089      "can_reason": true,
2090      "reasoning_levels": [
2091        "low",
2092        "medium",
2093        "high"
2094      ],
2095      "default_reasoning_effort": "medium",
2096      "supports_attachments": true,
2097      "options": {}
2098    },
2099    {
2100      "id": "openai/gpt-5.2-codex",
2101      "name": "OpenAI: GPT-5.2-Codex",
2102      "cost_per_1m_in": 1.75,
2103      "cost_per_1m_out": 14,
2104      "cost_per_1m_in_cached": 0,
2105      "cost_per_1m_out_cached": 0.175,
2106      "context_window": 400000,
2107      "default_max_tokens": 64000,
2108      "can_reason": true,
2109      "reasoning_levels": [
2110        "low",
2111        "medium",
2112        "high"
2113      ],
2114      "default_reasoning_effort": "medium",
2115      "supports_attachments": true,
2116      "options": {}
2117    },
2118    {
2119      "id": "openai/gpt-5.3-chat",
2120      "name": "OpenAI: GPT-5.3 Chat",
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": 128000,
2126      "default_max_tokens": 8192,
2127      "can_reason": false,
2128      "supports_attachments": true,
2129      "options": {}
2130    },
2131    {
2132      "id": "openai/gpt-5.3-codex",
2133      "name": "OpenAI: GPT-5.3-Codex",
2134      "cost_per_1m_in": 1.75,
2135      "cost_per_1m_out": 14,
2136      "cost_per_1m_in_cached": 0,
2137      "cost_per_1m_out_cached": 0.175,
2138      "context_window": 400000,
2139      "default_max_tokens": 64000,
2140      "can_reason": true,
2141      "reasoning_levels": [
2142        "low",
2143        "medium",
2144        "high"
2145      ],
2146      "default_reasoning_effort": "medium",
2147      "supports_attachments": true,
2148      "options": {}
2149    },
2150    {
2151      "id": "openai/gpt-5.4",
2152      "name": "OpenAI: GPT-5.4",
2153      "cost_per_1m_in": 2.5,
2154      "cost_per_1m_out": 15,
2155      "cost_per_1m_in_cached": 0,
2156      "cost_per_1m_out_cached": 0.25,
2157      "context_window": 1050000,
2158      "default_max_tokens": 64000,
2159      "can_reason": true,
2160      "reasoning_levels": [
2161        "low",
2162        "medium",
2163        "high"
2164      ],
2165      "default_reasoning_effort": "medium",
2166      "supports_attachments": true,
2167      "options": {}
2168    },
2169    {
2170      "id": "openai/gpt-5.4-pro",
2171      "name": "OpenAI: GPT-5.4 Pro",
2172      "cost_per_1m_in": 30,
2173      "cost_per_1m_out": 180,
2174      "cost_per_1m_in_cached": 0,
2175      "cost_per_1m_out_cached": 0,
2176      "context_window": 1050000,
2177      "default_max_tokens": 64000,
2178      "can_reason": true,
2179      "reasoning_levels": [
2180        "low",
2181        "medium",
2182        "high"
2183      ],
2184      "default_reasoning_effort": "medium",
2185      "supports_attachments": true,
2186      "options": {}
2187    },
2188    {
2189      "id": "openai/gpt-oss-120b",
2190      "name": "OpenAI: gpt-oss-120b",
2191      "cost_per_1m_in": 0.049999999999999996,
2192      "cost_per_1m_out": 0.44999999999999996,
2193      "cost_per_1m_in_cached": 0,
2194      "cost_per_1m_out_cached": 0.024999999999999998,
2195      "context_window": 131072,
2196      "default_max_tokens": 32768,
2197      "can_reason": true,
2198      "reasoning_levels": [
2199        "low",
2200        "medium",
2201        "high"
2202      ],
2203      "default_reasoning_effort": "medium",
2204      "supports_attachments": false,
2205      "options": {}
2206    },
2207    {
2208      "id": "openai/gpt-oss-120b:exacto",
2209      "name": "OpenAI: gpt-oss-120b (exacto)",
2210      "cost_per_1m_in": 0.039,
2211      "cost_per_1m_out": 0.19,
2212      "cost_per_1m_in_cached": 0,
2213      "cost_per_1m_out_cached": 0,
2214      "context_window": 131072,
2215      "default_max_tokens": 13107,
2216      "can_reason": true,
2217      "reasoning_levels": [
2218        "low",
2219        "medium",
2220        "high"
2221      ],
2222      "default_reasoning_effort": "medium",
2223      "supports_attachments": false,
2224      "options": {}
2225    },
2226    {
2227      "id": "openai/gpt-oss-120b:free",
2228      "name": "OpenAI: gpt-oss-120b (free)",
2229      "cost_per_1m_in": 0,
2230      "cost_per_1m_out": 0,
2231      "cost_per_1m_in_cached": 0,
2232      "cost_per_1m_out_cached": 0,
2233      "context_window": 131072,
2234      "default_max_tokens": 65536,
2235      "can_reason": true,
2236      "reasoning_levels": [
2237        "low",
2238        "medium",
2239        "high"
2240      ],
2241      "default_reasoning_effort": "medium",
2242      "supports_attachments": false,
2243      "options": {}
2244    },
2245    {
2246      "id": "openai/gpt-oss-20b",
2247      "name": "OpenAI: gpt-oss-20b",
2248      "cost_per_1m_in": 0.049999999999999996,
2249      "cost_per_1m_out": 0.19999999999999998,
2250      "cost_per_1m_in_cached": 0,
2251      "cost_per_1m_out_cached": 0,
2252      "context_window": 131072,
2253      "default_max_tokens": 13107,
2254      "can_reason": true,
2255      "reasoning_levels": [
2256        "low",
2257        "medium",
2258        "high"
2259      ],
2260      "default_reasoning_effort": "medium",
2261      "supports_attachments": false,
2262      "options": {}
2263    },
2264    {
2265      "id": "openai/gpt-oss-20b:free",
2266      "name": "OpenAI: gpt-oss-20b (free)",
2267      "cost_per_1m_in": 0,
2268      "cost_per_1m_out": 0,
2269      "cost_per_1m_in_cached": 0,
2270      "cost_per_1m_out_cached": 0,
2271      "context_window": 131072,
2272      "default_max_tokens": 65536,
2273      "can_reason": true,
2274      "reasoning_levels": [
2275        "low",
2276        "medium",
2277        "high"
2278      ],
2279      "default_reasoning_effort": "medium",
2280      "supports_attachments": false,
2281      "options": {}
2282    },
2283    {
2284      "id": "openai/gpt-oss-safeguard-20b",
2285      "name": "OpenAI: gpt-oss-safeguard-20b",
2286      "cost_per_1m_in": 0.075,
2287      "cost_per_1m_out": 0.3,
2288      "cost_per_1m_in_cached": 0,
2289      "cost_per_1m_out_cached": 0.037,
2290      "context_window": 131072,
2291      "default_max_tokens": 32768,
2292      "can_reason": true,
2293      "reasoning_levels": [
2294        "low",
2295        "medium",
2296        "high"
2297      ],
2298      "default_reasoning_effort": "medium",
2299      "supports_attachments": false,
2300      "options": {}
2301    },
2302    {
2303      "id": "openai/o1",
2304      "name": "OpenAI: o1",
2305      "cost_per_1m_in": 15,
2306      "cost_per_1m_out": 60,
2307      "cost_per_1m_in_cached": 0,
2308      "cost_per_1m_out_cached": 7.5,
2309      "context_window": 200000,
2310      "default_max_tokens": 50000,
2311      "can_reason": false,
2312      "supports_attachments": true,
2313      "options": {}
2314    },
2315    {
2316      "id": "openai/o3",
2317      "name": "OpenAI: o3",
2318      "cost_per_1m_in": 2,
2319      "cost_per_1m_out": 8,
2320      "cost_per_1m_in_cached": 0,
2321      "cost_per_1m_out_cached": 0.5,
2322      "context_window": 200000,
2323      "default_max_tokens": 50000,
2324      "can_reason": true,
2325      "reasoning_levels": [
2326        "low",
2327        "medium",
2328        "high"
2329      ],
2330      "default_reasoning_effort": "medium",
2331      "supports_attachments": true,
2332      "options": {}
2333    },
2334    {
2335      "id": "openai/o3-deep-research",
2336      "name": "OpenAI: o3 Deep Research",
2337      "cost_per_1m_in": 10,
2338      "cost_per_1m_out": 40,
2339      "cost_per_1m_in_cached": 0,
2340      "cost_per_1m_out_cached": 2.5,
2341      "context_window": 200000,
2342      "default_max_tokens": 50000,
2343      "can_reason": true,
2344      "reasoning_levels": [
2345        "low",
2346        "medium",
2347        "high"
2348      ],
2349      "default_reasoning_effort": "medium",
2350      "supports_attachments": true,
2351      "options": {}
2352    },
2353    {
2354      "id": "openai/o3-mini",
2355      "name": "OpenAI: o3 Mini",
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-mini-high",
2368      "name": "OpenAI: o3 Mini High",
2369      "cost_per_1m_in": 1.1,
2370      "cost_per_1m_out": 4.4,
2371      "cost_per_1m_in_cached": 0,
2372      "cost_per_1m_out_cached": 0.55,
2373      "context_window": 200000,
2374      "default_max_tokens": 50000,
2375      "can_reason": false,
2376      "supports_attachments": false,
2377      "options": {}
2378    },
2379    {
2380      "id": "openai/o3-pro",
2381      "name": "OpenAI: o3 Pro",
2382      "cost_per_1m_in": 20,
2383      "cost_per_1m_out": 80,
2384      "cost_per_1m_in_cached": 0,
2385      "cost_per_1m_out_cached": 0,
2386      "context_window": 200000,
2387      "default_max_tokens": 50000,
2388      "can_reason": true,
2389      "reasoning_levels": [
2390        "low",
2391        "medium",
2392        "high"
2393      ],
2394      "default_reasoning_effort": "medium",
2395      "supports_attachments": true,
2396      "options": {}
2397    },
2398    {
2399      "id": "openai/o4-mini",
2400      "name": "OpenAI: o4 Mini",
2401      "cost_per_1m_in": 1.1,
2402      "cost_per_1m_out": 4.4,
2403      "cost_per_1m_in_cached": 0,
2404      "cost_per_1m_out_cached": 0.275,
2405      "context_window": 200000,
2406      "default_max_tokens": 50000,
2407      "can_reason": true,
2408      "reasoning_levels": [
2409        "low",
2410        "medium",
2411        "high"
2412      ],
2413      "default_reasoning_effort": "medium",
2414      "supports_attachments": true,
2415      "options": {}
2416    },
2417    {
2418      "id": "openai/o4-mini-deep-research",
2419      "name": "OpenAI: o4 Mini Deep Research",
2420      "cost_per_1m_in": 2,
2421      "cost_per_1m_out": 8,
2422      "cost_per_1m_in_cached": 0,
2423      "cost_per_1m_out_cached": 0.5,
2424      "context_window": 200000,
2425      "default_max_tokens": 50000,
2426      "can_reason": true,
2427      "reasoning_levels": [
2428        "low",
2429        "medium",
2430        "high"
2431      ],
2432      "default_reasoning_effort": "medium",
2433      "supports_attachments": true,
2434      "options": {}
2435    },
2436    {
2437      "id": "openai/o4-mini-high",
2438      "name": "OpenAI: o4 Mini High",
2439      "cost_per_1m_in": 1.1,
2440      "cost_per_1m_out": 4.4,
2441      "cost_per_1m_in_cached": 0,
2442      "cost_per_1m_out_cached": 0.275,
2443      "context_window": 200000,
2444      "default_max_tokens": 50000,
2445      "can_reason": true,
2446      "reasoning_levels": [
2447        "low",
2448        "medium",
2449        "high"
2450      ],
2451      "default_reasoning_effort": "medium",
2452      "supports_attachments": true,
2453      "options": {}
2454    },
2455    {
2456      "id": "prime-intellect/intellect-3",
2457      "name": "Prime Intellect: INTELLECT-3",
2458      "cost_per_1m_in": 0.19999999999999998,
2459      "cost_per_1m_out": 1.1,
2460      "cost_per_1m_in_cached": 0,
2461      "cost_per_1m_out_cached": 0,
2462      "context_window": 131072,
2463      "default_max_tokens": 65536,
2464      "can_reason": true,
2465      "reasoning_levels": [
2466        "low",
2467        "medium",
2468        "high"
2469      ],
2470      "default_reasoning_effort": "medium",
2471      "supports_attachments": false,
2472      "options": {}
2473    },
2474    {
2475      "id": "qwen/qwen-2.5-72b-instruct",
2476      "name": "Qwen2.5 72B Instruct",
2477      "cost_per_1m_in": 0.12,
2478      "cost_per_1m_out": 0.39,
2479      "cost_per_1m_in_cached": 0,
2480      "cost_per_1m_out_cached": 0,
2481      "context_window": 32768,
2482      "default_max_tokens": 8192,
2483      "can_reason": false,
2484      "supports_attachments": false,
2485      "options": {}
2486    },
2487    {
2488      "id": "qwen/qwen-plus-2025-07-28",
2489      "name": "Qwen: Qwen Plus 0728",
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": false,
2497      "supports_attachments": false,
2498      "options": {}
2499    },
2500    {
2501      "id": "qwen/qwen-plus-2025-07-28:thinking",
2502      "name": "Qwen: Qwen Plus 0728 (thinking)",
2503      "cost_per_1m_in": 0.26,
2504      "cost_per_1m_out": 0.78,
2505      "cost_per_1m_in_cached": 0,
2506      "cost_per_1m_out_cached": 0,
2507      "context_window": 1000000,
2508      "default_max_tokens": 16384,
2509      "can_reason": true,
2510      "reasoning_levels": [
2511        "low",
2512        "medium",
2513        "high"
2514      ],
2515      "default_reasoning_effort": "medium",
2516      "supports_attachments": false,
2517      "options": {}
2518    },
2519    {
2520      "id": "qwen/qwen-vl-max",
2521      "name": "Qwen: Qwen VL Max",
2522      "cost_per_1m_in": 0.7999999999999999,
2523      "cost_per_1m_out": 3.1999999999999997,
2524      "cost_per_1m_in_cached": 0,
2525      "cost_per_1m_out_cached": 0,
2526      "context_window": 131072,
2527      "default_max_tokens": 16384,
2528      "can_reason": false,
2529      "supports_attachments": true,
2530      "options": {}
2531    },
2532    {
2533      "id": "qwen/qwen-max",
2534      "name": "Qwen: Qwen-Max ",
2535      "cost_per_1m_in": 1.04,
2536      "cost_per_1m_out": 4.16,
2537      "cost_per_1m_in_cached": 0,
2538      "cost_per_1m_out_cached": 0.20800000000000002,
2539      "context_window": 32768,
2540      "default_max_tokens": 4096,
2541      "can_reason": false,
2542      "supports_attachments": false,
2543      "options": {}
2544    },
2545    {
2546      "id": "qwen/qwen-plus",
2547      "name": "Qwen: Qwen-Plus",
2548      "cost_per_1m_in": 0.39999999999999997,
2549      "cost_per_1m_out": 1.2,
2550      "cost_per_1m_in_cached": 0,
2551      "cost_per_1m_out_cached": 0.08,
2552      "context_window": 1000000,
2553      "default_max_tokens": 16384,
2554      "can_reason": false,
2555      "supports_attachments": false,
2556      "options": {}
2557    },
2558    {
2559      "id": "qwen/qwen-turbo",
2560      "name": "Qwen: Qwen-Turbo",
2561      "cost_per_1m_in": 0.0325,
2562      "cost_per_1m_out": 0.13,
2563      "cost_per_1m_in_cached": 0,
2564      "cost_per_1m_out_cached": 0.006500000000000001,
2565      "context_window": 131072,
2566      "default_max_tokens": 4096,
2567      "can_reason": false,
2568      "supports_attachments": false,
2569      "options": {}
2570    },
2571    {
2572      "id": "qwen/qwen-2.5-7b-instruct",
2573      "name": "Qwen: Qwen2.5 7B Instruct",
2574      "cost_per_1m_in": 0.04,
2575      "cost_per_1m_out": 0.09999999999999999,
2576      "cost_per_1m_in_cached": 0,
2577      "cost_per_1m_out_cached": 0.04,
2578      "context_window": 32768,
2579      "default_max_tokens": 4096,
2580      "can_reason": false,
2581      "supports_attachments": false,
2582      "options": {}
2583    },
2584    {
2585      "id": "qwen/qwen3-14b",
2586      "name": "Qwen: Qwen3 14B",
2587      "cost_per_1m_in": 0.22749999999999998,
2588      "cost_per_1m_out": 0.9099999999999999,
2589      "cost_per_1m_in_cached": 0,
2590      "cost_per_1m_out_cached": 0,
2591      "context_window": 131072,
2592      "default_max_tokens": 4096,
2593      "can_reason": true,
2594      "reasoning_levels": [
2595        "low",
2596        "medium",
2597        "high"
2598      ],
2599      "default_reasoning_effort": "medium",
2600      "supports_attachments": false,
2601      "options": {}
2602    },
2603    {
2604      "id": "qwen/qwen3-235b-a22b",
2605      "name": "Qwen: Qwen3 235B A22B",
2606      "cost_per_1m_in": 0.45499999999999996,
2607      "cost_per_1m_out": 1.8199999999999998,
2608      "cost_per_1m_in_cached": 0,
2609      "cost_per_1m_out_cached": 0,
2610      "context_window": 131072,
2611      "default_max_tokens": 4096,
2612      "can_reason": true,
2613      "reasoning_levels": [
2614        "low",
2615        "medium",
2616        "high"
2617      ],
2618      "default_reasoning_effort": "medium",
2619      "supports_attachments": false,
2620      "options": {}
2621    },
2622    {
2623      "id": "qwen/qwen3-235b-a22b-2507",
2624      "name": "Qwen: Qwen3 235B A22B Instruct 2507",
2625      "cost_per_1m_in": 0.19999999999999998,
2626      "cost_per_1m_out": 0.7999999999999999,
2627      "cost_per_1m_in_cached": 0,
2628      "cost_per_1m_out_cached": 0.19999999999999998,
2629      "context_window": 262144,
2630      "default_max_tokens": 131072,
2631      "can_reason": false,
2632      "supports_attachments": false,
2633      "options": {}
2634    },
2635    {
2636      "id": "qwen/qwen3-235b-a22b-thinking-2507",
2637      "name": "Qwen: Qwen3 235B A22B Thinking 2507",
2638      "cost_per_1m_in": 0,
2639      "cost_per_1m_out": 0,
2640      "cost_per_1m_in_cached": 0,
2641      "cost_per_1m_out_cached": 0,
2642      "context_window": 131072,
2643      "default_max_tokens": 13107,
2644      "can_reason": true,
2645      "reasoning_levels": [
2646        "low",
2647        "medium",
2648        "high"
2649      ],
2650      "default_reasoning_effort": "medium",
2651      "supports_attachments": false,
2652      "options": {}
2653    },
2654    {
2655      "id": "qwen/qwen3-30b-a3b",
2656      "name": "Qwen: Qwen3 30B A3B",
2657      "cost_per_1m_in": 0.13,
2658      "cost_per_1m_out": 0.52,
2659      "cost_per_1m_in_cached": 0,
2660      "cost_per_1m_out_cached": 0,
2661      "context_window": 131072,
2662      "default_max_tokens": 4096,
2663      "can_reason": true,
2664      "reasoning_levels": [
2665        "low",
2666        "medium",
2667        "high"
2668      ],
2669      "default_reasoning_effort": "medium",
2670      "supports_attachments": false,
2671      "options": {}
2672    },
2673    {
2674      "id": "qwen/qwen3-30b-a3b-instruct-2507",
2675      "name": "Qwen: Qwen3 30B A3B Instruct 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": false,
2683      "supports_attachments": false,
2684      "options": {}
2685    },
2686    {
2687      "id": "qwen/qwen3-30b-a3b-thinking-2507",
2688      "name": "Qwen: Qwen3 30B A3B Thinking 2507",
2689      "cost_per_1m_in": 0.09999999999999999,
2690      "cost_per_1m_out": 0.3,
2691      "cost_per_1m_in_cached": 0,
2692      "cost_per_1m_out_cached": 0,
2693      "context_window": 262144,
2694      "default_max_tokens": 26214,
2695      "can_reason": true,
2696      "reasoning_levels": [
2697        "low",
2698        "medium",
2699        "high"
2700      ],
2701      "default_reasoning_effort": "medium",
2702      "supports_attachments": false,
2703      "options": {}
2704    },
2705    {
2706      "id": "qwen/qwen3-32b",
2707      "name": "Qwen: Qwen3 32B",
2708      "cost_per_1m_in": 0.10400000000000001,
2709      "cost_per_1m_out": 0.41600000000000004,
2710      "cost_per_1m_in_cached": 0,
2711      "cost_per_1m_out_cached": 0,
2712      "context_window": 131072,
2713      "default_max_tokens": 4096,
2714      "can_reason": true,
2715      "reasoning_levels": [
2716        "low",
2717        "medium",
2718        "high"
2719      ],
2720      "default_reasoning_effort": "medium",
2721      "supports_attachments": false,
2722      "options": {}
2723    },
2724    {
2725      "id": "qwen/qwen3-4b:free",
2726      "name": "Qwen: Qwen3 4B (free)",
2727      "cost_per_1m_in": 0,
2728      "cost_per_1m_out": 0,
2729      "cost_per_1m_in_cached": 0,
2730      "cost_per_1m_out_cached": 0,
2731      "context_window": 40960,
2732      "default_max_tokens": 4096,
2733      "can_reason": true,
2734      "reasoning_levels": [
2735        "low",
2736        "medium",
2737        "high"
2738      ],
2739      "default_reasoning_effort": "medium",
2740      "supports_attachments": false,
2741      "options": {}
2742    },
2743    {
2744      "id": "qwen/qwen3-8b",
2745      "name": "Qwen: Qwen3 8B",
2746      "cost_per_1m_in": 0.117,
2747      "cost_per_1m_out": 0.45499999999999996,
2748      "cost_per_1m_in_cached": 0,
2749      "cost_per_1m_out_cached": 0,
2750      "context_window": 131072,
2751      "default_max_tokens": 4096,
2752      "can_reason": true,
2753      "reasoning_levels": [
2754        "low",
2755        "medium",
2756        "high"
2757      ],
2758      "default_reasoning_effort": "medium",
2759      "supports_attachments": false,
2760      "options": {}
2761    },
2762    {
2763      "id": "qwen/qwen3-coder-30b-a3b-instruct",
2764      "name": "Qwen: Qwen3 Coder 30B A3B Instruct",
2765      "cost_per_1m_in": 0.07,
2766      "cost_per_1m_out": 0.27,
2767      "cost_per_1m_in_cached": 0,
2768      "cost_per_1m_out_cached": 0,
2769      "context_window": 160000,
2770      "default_max_tokens": 16384,
2771      "can_reason": false,
2772      "supports_attachments": false,
2773      "options": {}
2774    },
2775    {
2776      "id": "qwen/qwen3-coder",
2777      "name": "Qwen: Qwen3 Coder 480B A35B",
2778      "cost_per_1m_in": 0.3,
2779      "cost_per_1m_out": 1.3,
2780      "cost_per_1m_in_cached": 0,
2781      "cost_per_1m_out_cached": 0,
2782      "context_window": 262144,
2783      "default_max_tokens": 32768,
2784      "can_reason": false,
2785      "supports_attachments": false,
2786      "options": {}
2787    },
2788    {
2789      "id": "qwen/qwen3-coder:exacto",
2790      "name": "Qwen: Qwen3 Coder 480B A35B (exacto)",
2791      "cost_per_1m_in": 0.22,
2792      "cost_per_1m_out": 1.7999999999999998,
2793      "cost_per_1m_in_cached": 0,
2794      "cost_per_1m_out_cached": 0.022,
2795      "context_window": 262144,
2796      "default_max_tokens": 32768,
2797      "can_reason": false,
2798      "supports_attachments": false,
2799      "options": {}
2800    },
2801    {
2802      "id": "qwen/qwen3-coder:free",
2803      "name": "Qwen: Qwen3 Coder 480B A35B (free)",
2804      "cost_per_1m_in": 0,
2805      "cost_per_1m_out": 0,
2806      "cost_per_1m_in_cached": 0,
2807      "cost_per_1m_out_cached": 0,
2808      "context_window": 262000,
2809      "default_max_tokens": 131000,
2810      "can_reason": false,
2811      "supports_attachments": false,
2812      "options": {}
2813    },
2814    {
2815      "id": "qwen/qwen3-coder-flash",
2816      "name": "Qwen: Qwen3 Coder Flash",
2817      "cost_per_1m_in": 0.195,
2818      "cost_per_1m_out": 0.975,
2819      "cost_per_1m_in_cached": 0,
2820      "cost_per_1m_out_cached": 0.039,
2821      "context_window": 1000000,
2822      "default_max_tokens": 32768,
2823      "can_reason": false,
2824      "supports_attachments": false,
2825      "options": {}
2826    },
2827    {
2828      "id": "qwen/qwen3-coder-next",
2829      "name": "Qwen: Qwen3 Coder Next",
2830      "cost_per_1m_in": 0.12,
2831      "cost_per_1m_out": 0.75,
2832      "cost_per_1m_in_cached": 0,
2833      "cost_per_1m_out_cached": 0.06,
2834      "context_window": 262144,
2835      "default_max_tokens": 32768,
2836      "can_reason": false,
2837      "supports_attachments": false,
2838      "options": {}
2839    },
2840    {
2841      "id": "qwen/qwen3-coder-plus",
2842      "name": "Qwen: Qwen3 Coder Plus",
2843      "cost_per_1m_in": 0.65,
2844      "cost_per_1m_out": 3.25,
2845      "cost_per_1m_in_cached": 0,
2846      "cost_per_1m_out_cached": 0.13,
2847      "context_window": 1000000,
2848      "default_max_tokens": 32768,
2849      "can_reason": false,
2850      "supports_attachments": false,
2851      "options": {}
2852    },
2853    {
2854      "id": "qwen/qwen3-max",
2855      "name": "Qwen: Qwen3 Max",
2856      "cost_per_1m_in": 1.2,
2857      "cost_per_1m_out": 6,
2858      "cost_per_1m_in_cached": 0,
2859      "cost_per_1m_out_cached": 0.24,
2860      "context_window": 262144,
2861      "default_max_tokens": 16384,
2862      "can_reason": false,
2863      "supports_attachments": false,
2864      "options": {}
2865    },
2866    {
2867      "id": "qwen/qwen3-max-thinking",
2868      "name": "Qwen: Qwen3 Max Thinking",
2869      "cost_per_1m_in": 0.78,
2870      "cost_per_1m_out": 3.9,
2871      "cost_per_1m_in_cached": 0,
2872      "cost_per_1m_out_cached": 0,
2873      "context_window": 262144,
2874      "default_max_tokens": 16384,
2875      "can_reason": true,
2876      "reasoning_levels": [
2877        "low",
2878        "medium",
2879        "high"
2880      ],
2881      "default_reasoning_effort": "medium",
2882      "supports_attachments": false,
2883      "options": {}
2884    },
2885    {
2886      "id": "qwen/qwen3-next-80b-a3b-instruct",
2887      "name": "Qwen: Qwen3 Next 80B A3B Instruct",
2888      "cost_per_1m_in": 0.09999999999999999,
2889      "cost_per_1m_out": 1.1,
2890      "cost_per_1m_in_cached": 0,
2891      "cost_per_1m_out_cached": 0,
2892      "context_window": 262144,
2893      "default_max_tokens": 131072,
2894      "can_reason": false,
2895      "supports_attachments": false,
2896      "options": {}
2897    },
2898    {
2899      "id": "qwen/qwen3-next-80b-a3b-instruct:free",
2900      "name": "Qwen: Qwen3 Next 80B A3B Instruct (free)",
2901      "cost_per_1m_in": 0,
2902      "cost_per_1m_out": 0,
2903      "cost_per_1m_in_cached": 0,
2904      "cost_per_1m_out_cached": 0,
2905      "context_window": 262144,
2906      "default_max_tokens": 26214,
2907      "can_reason": false,
2908      "supports_attachments": false,
2909      "options": {}
2910    },
2911    {
2912      "id": "qwen/qwen3-next-80b-a3b-thinking",
2913      "name": "Qwen: Qwen3 Next 80B A3B Thinking",
2914      "cost_per_1m_in": 0.3,
2915      "cost_per_1m_out": 0.3,
2916      "cost_per_1m_in_cached": 0,
2917      "cost_per_1m_out_cached": 0,
2918      "context_window": 262144,
2919      "default_max_tokens": 131072,
2920      "can_reason": true,
2921      "reasoning_levels": [
2922        "low",
2923        "medium",
2924        "high"
2925      ],
2926      "default_reasoning_effort": "medium",
2927      "supports_attachments": false,
2928      "options": {}
2929    },
2930    {
2931      "id": "qwen/qwen3-vl-235b-a22b-instruct",
2932      "name": "Qwen: Qwen3 VL 235B A22B Instruct",
2933      "cost_per_1m_in": 0.21,
2934      "cost_per_1m_out": 1.9,
2935      "cost_per_1m_in_cached": 0,
2936      "cost_per_1m_out_cached": 0,
2937      "context_window": 131072,
2938      "default_max_tokens": 16384,
2939      "can_reason": false,
2940      "supports_attachments": true,
2941      "options": {}
2942    },
2943    {
2944      "id": "qwen/qwen3-vl-235b-a22b-thinking",
2945      "name": "Qwen: Qwen3 VL 235B A22B Thinking",
2946      "cost_per_1m_in": 0,
2947      "cost_per_1m_out": 0,
2948      "cost_per_1m_in_cached": 0,
2949      "cost_per_1m_out_cached": 0,
2950      "context_window": 131072,
2951      "default_max_tokens": 16384,
2952      "can_reason": true,
2953      "reasoning_levels": [
2954        "low",
2955        "medium",
2956        "high"
2957      ],
2958      "default_reasoning_effort": "medium",
2959      "supports_attachments": true,
2960      "options": {}
2961    },
2962    {
2963      "id": "qwen/qwen3-vl-30b-a3b-instruct",
2964      "name": "Qwen: Qwen3 VL 30B A3B Instruct",
2965      "cost_per_1m_in": 0.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": false,
2972      "supports_attachments": true,
2973      "options": {}
2974    },
2975    {
2976      "id": "qwen/qwen3-vl-30b-a3b-thinking",
2977      "name": "Qwen: Qwen3 VL 30B A3B Thinking",
2978      "cost_per_1m_in": 0,
2979      "cost_per_1m_out": 0,
2980      "cost_per_1m_in_cached": 0,
2981      "cost_per_1m_out_cached": 0,
2982      "context_window": 131072,
2983      "default_max_tokens": 16384,
2984      "can_reason": true,
2985      "reasoning_levels": [
2986        "low",
2987        "medium",
2988        "high"
2989      ],
2990      "default_reasoning_effort": "medium",
2991      "supports_attachments": true,
2992      "options": {}
2993    },
2994    {
2995      "id": "qwen/qwen3-vl-32b-instruct",
2996      "name": "Qwen: Qwen3 VL 32B Instruct",
2997      "cost_per_1m_in": 0.10400000000000001,
2998      "cost_per_1m_out": 0.41600000000000004,
2999      "cost_per_1m_in_cached": 0,
3000      "cost_per_1m_out_cached": 0,
3001      "context_window": 131072,
3002      "default_max_tokens": 16384,
3003      "can_reason": false,
3004      "supports_attachments": true,
3005      "options": {}
3006    },
3007    {
3008      "id": "qwen/qwen3-vl-8b-instruct",
3009      "name": "Qwen: Qwen3 VL 8B Instruct",
3010      "cost_per_1m_in": 0.25,
3011      "cost_per_1m_out": 0.75,
3012      "cost_per_1m_in_cached": 0,
3013      "cost_per_1m_out_cached": 0,
3014      "context_window": 262144,
3015      "default_max_tokens": 131072,
3016      "can_reason": false,
3017      "supports_attachments": true,
3018      "options": {}
3019    },
3020    {
3021      "id": "qwen/qwen3-vl-8b-thinking",
3022      "name": "Qwen: Qwen3 VL 8B Thinking",
3023      "cost_per_1m_in": 0.117,
3024      "cost_per_1m_out": 1.365,
3025      "cost_per_1m_in_cached": 0,
3026      "cost_per_1m_out_cached": 0,
3027      "context_window": 131072,
3028      "default_max_tokens": 16384,
3029      "can_reason": true,
3030      "reasoning_levels": [
3031        "low",
3032        "medium",
3033        "high"
3034      ],
3035      "default_reasoning_effort": "medium",
3036      "supports_attachments": true,
3037      "options": {}
3038    },
3039    {
3040      "id": "qwen/qwen3.5-397b-a17b",
3041      "name": "Qwen: Qwen3.5 397B A17B",
3042      "cost_per_1m_in": 0.6,
3043      "cost_per_1m_out": 3.5999999999999996,
3044      "cost_per_1m_in_cached": 0,
3045      "cost_per_1m_out_cached": 0,
3046      "context_window": 262144,
3047      "default_max_tokens": 131072,
3048      "can_reason": true,
3049      "reasoning_levels": [
3050        "low",
3051        "medium",
3052        "high"
3053      ],
3054      "default_reasoning_effort": "medium",
3055      "supports_attachments": true,
3056      "options": {}
3057    },
3058    {
3059      "id": "qwen/qwen3.5-plus-02-15",
3060      "name": "Qwen: Qwen3.5 Plus 2026-02-15",
3061      "cost_per_1m_in": 0.26,
3062      "cost_per_1m_out": 1.56,
3063      "cost_per_1m_in_cached": 0,
3064      "cost_per_1m_out_cached": 0,
3065      "context_window": 1000000,
3066      "default_max_tokens": 32768,
3067      "can_reason": true,
3068      "reasoning_levels": [
3069        "low",
3070        "medium",
3071        "high"
3072      ],
3073      "default_reasoning_effort": "medium",
3074      "supports_attachments": true,
3075      "options": {}
3076    },
3077    {
3078      "id": "qwen/qwen3.5-122b-a10b",
3079      "name": "Qwen: Qwen3.5-122B-A10B",
3080      "cost_per_1m_in": 0.39999999999999997,
3081      "cost_per_1m_out": 3.1999999999999997,
3082      "cost_per_1m_in_cached": 0,
3083      "cost_per_1m_out_cached": 0,
3084      "context_window": 262144,
3085      "default_max_tokens": 32768,
3086      "can_reason": true,
3087      "reasoning_levels": [
3088        "low",
3089        "medium",
3090        "high"
3091      ],
3092      "default_reasoning_effort": "medium",
3093      "supports_attachments": true,
3094      "options": {}
3095    },
3096    {
3097      "id": "qwen/qwen3.5-27b",
3098      "name": "Qwen: Qwen3.5-27B",
3099      "cost_per_1m_in": 0.27,
3100      "cost_per_1m_out": 2.16,
3101      "cost_per_1m_in_cached": 0,
3102      "cost_per_1m_out_cached": 0.27,
3103      "context_window": 262144,
3104      "default_max_tokens": 32768,
3105      "can_reason": true,
3106      "reasoning_levels": [
3107        "low",
3108        "medium",
3109        "high"
3110      ],
3111      "default_reasoning_effort": "medium",
3112      "supports_attachments": true,
3113      "options": {}
3114    },
3115    {
3116      "id": "qwen/qwen3.5-35b-a3b",
3117      "name": "Qwen: Qwen3.5-35B-A3B",
3118      "cost_per_1m_in": 0.22499999999999998,
3119      "cost_per_1m_out": 1.7999999999999998,
3120      "cost_per_1m_in_cached": 0,
3121      "cost_per_1m_out_cached": 0.22499999999999998,
3122      "context_window": 262144,
3123      "default_max_tokens": 32768,
3124      "can_reason": true,
3125      "reasoning_levels": [
3126        "low",
3127        "medium",
3128        "high"
3129      ],
3130      "default_reasoning_effort": "medium",
3131      "supports_attachments": true,
3132      "options": {}
3133    },
3134    {
3135      "id": "qwen/qwen3.5-flash-02-23",
3136      "name": "Qwen: Qwen3.5-Flash",
3137      "cost_per_1m_in": 0.09999999999999999,
3138      "cost_per_1m_out": 0.39999999999999997,
3139      "cost_per_1m_in_cached": 0,
3140      "cost_per_1m_out_cached": 0,
3141      "context_window": 1000000,
3142      "default_max_tokens": 32768,
3143      "can_reason": true,
3144      "reasoning_levels": [
3145        "low",
3146        "medium",
3147        "high"
3148      ],
3149      "default_reasoning_effort": "medium",
3150      "supports_attachments": true,
3151      "options": {}
3152    },
3153    {
3154      "id": "relace/relace-search",
3155      "name": "Relace: Relace Search",
3156      "cost_per_1m_in": 1,
3157      "cost_per_1m_out": 3,
3158      "cost_per_1m_in_cached": 0,
3159      "cost_per_1m_out_cached": 0,
3160      "context_window": 256000,
3161      "default_max_tokens": 64000,
3162      "can_reason": false,
3163      "supports_attachments": false,
3164      "options": {}
3165    },
3166    {
3167      "id": "stepfun/step-3.5-flash",
3168      "name": "StepFun: Step 3.5 Flash",
3169      "cost_per_1m_in": 0.09999999999999999,
3170      "cost_per_1m_out": 0.3,
3171      "cost_per_1m_in_cached": 0,
3172      "cost_per_1m_out_cached": 0.02,
3173      "context_window": 256000,
3174      "default_max_tokens": 128000,
3175      "can_reason": true,
3176      "reasoning_levels": [
3177        "low",
3178        "medium",
3179        "high"
3180      ],
3181      "default_reasoning_effort": "medium",
3182      "supports_attachments": false,
3183      "options": {}
3184    },
3185    {
3186      "id": "stepfun/step-3.5-flash:free",
3187      "name": "StepFun: Step 3.5 Flash (free)",
3188      "cost_per_1m_in": 0,
3189      "cost_per_1m_out": 0,
3190      "cost_per_1m_in_cached": 0,
3191      "cost_per_1m_out_cached": 0,
3192      "context_window": 256000,
3193      "default_max_tokens": 128000,
3194      "can_reason": true,
3195      "reasoning_levels": [
3196        "low",
3197        "medium",
3198        "high"
3199      ],
3200      "default_reasoning_effort": "medium",
3201      "supports_attachments": false,
3202      "options": {}
3203    },
3204    {
3205      "id": "tngtech/deepseek-r1t2-chimera",
3206      "name": "TNG: DeepSeek R1T2 Chimera",
3207      "cost_per_1m_in": 0.25,
3208      "cost_per_1m_out": 0.85,
3209      "cost_per_1m_in_cached": 0,
3210      "cost_per_1m_out_cached": 0.125,
3211      "context_window": 163840,
3212      "default_max_tokens": 81920,
3213      "can_reason": true,
3214      "reasoning_levels": [
3215        "low",
3216        "medium",
3217        "high"
3218      ],
3219      "default_reasoning_effort": "medium",
3220      "supports_attachments": false,
3221      "options": {}
3222    },
3223    {
3224      "id": "thedrummer/rocinante-12b",
3225      "name": "TheDrummer: Rocinante 12B",
3226      "cost_per_1m_in": 0.16999999999999998,
3227      "cost_per_1m_out": 0.43,
3228      "cost_per_1m_in_cached": 0,
3229      "cost_per_1m_out_cached": 0,
3230      "context_window": 32768,
3231      "default_max_tokens": 16384,
3232      "can_reason": false,
3233      "supports_attachments": false,
3234      "options": {}
3235    },
3236    {
3237      "id": "thedrummer/unslopnemo-12b",
3238      "name": "TheDrummer: UnslopNemo 12B",
3239      "cost_per_1m_in": 0.39999999999999997,
3240      "cost_per_1m_out": 0.39999999999999997,
3241      "cost_per_1m_in_cached": 0,
3242      "cost_per_1m_out_cached": 0,
3243      "context_window": 32768,
3244      "default_max_tokens": 16384,
3245      "can_reason": false,
3246      "supports_attachments": false,
3247      "options": {}
3248    },
3249    {
3250      "id": "alibaba/tongyi-deepresearch-30b-a3b",
3251      "name": "Tongyi DeepResearch 30B A3B",
3252      "cost_per_1m_in": 0.09,
3253      "cost_per_1m_out": 0.44999999999999996,
3254      "cost_per_1m_in_cached": 0,
3255      "cost_per_1m_out_cached": 0.09,
3256      "context_window": 131072,
3257      "default_max_tokens": 65536,
3258      "can_reason": true,
3259      "reasoning_levels": [
3260        "low",
3261        "medium",
3262        "high"
3263      ],
3264      "default_reasoning_effort": "medium",
3265      "supports_attachments": false,
3266      "options": {}
3267    },
3268    {
3269      "id": "upstage/solar-pro-3",
3270      "name": "Upstage: Solar Pro 3",
3271      "cost_per_1m_in": 0.15,
3272      "cost_per_1m_out": 0.6,
3273      "cost_per_1m_in_cached": 0,
3274      "cost_per_1m_out_cached": 0.015,
3275      "context_window": 128000,
3276      "default_max_tokens": 12800,
3277      "can_reason": true,
3278      "reasoning_levels": [
3279        "low",
3280        "medium",
3281        "high"
3282      ],
3283      "default_reasoning_effort": "medium",
3284      "supports_attachments": false,
3285      "options": {}
3286    },
3287    {
3288      "id": "xiaomi/mimo-v2-flash",
3289      "name": "Xiaomi: MiMo-V2-Flash",
3290      "cost_per_1m_in": 0.09999999999999999,
3291      "cost_per_1m_out": 0.3,
3292      "cost_per_1m_in_cached": 0,
3293      "cost_per_1m_out_cached": 0.09999999999999999,
3294      "context_window": 262144,
3295      "default_max_tokens": 131072,
3296      "can_reason": true,
3297      "reasoning_levels": [
3298        "low",
3299        "medium",
3300        "high"
3301      ],
3302      "default_reasoning_effort": "medium",
3303      "supports_attachments": false,
3304      "options": {}
3305    },
3306    {
3307      "id": "z-ai/glm-4-32b",
3308      "name": "Z.ai: GLM 4 32B ",
3309      "cost_per_1m_in": 0.09999999999999999,
3310      "cost_per_1m_out": 0.09999999999999999,
3311      "cost_per_1m_in_cached": 0,
3312      "cost_per_1m_out_cached": 0,
3313      "context_window": 128000,
3314      "default_max_tokens": 12800,
3315      "can_reason": false,
3316      "supports_attachments": false,
3317      "options": {}
3318    },
3319    {
3320      "id": "z-ai/glm-4.5",
3321      "name": "Z.ai: GLM 4.5",
3322      "cost_per_1m_in": 0.6,
3323      "cost_per_1m_out": 2.2,
3324      "cost_per_1m_in_cached": 0,
3325      "cost_per_1m_out_cached": 0.11,
3326      "context_window": 131072,
3327      "default_max_tokens": 49152,
3328      "can_reason": true,
3329      "reasoning_levels": [
3330        "low",
3331        "medium",
3332        "high"
3333      ],
3334      "default_reasoning_effort": "medium",
3335      "supports_attachments": false,
3336      "options": {}
3337    },
3338    {
3339      "id": "z-ai/glm-4.5-air",
3340      "name": "Z.ai: GLM 4.5 Air",
3341      "cost_per_1m_in": 0.14,
3342      "cost_per_1m_out": 0.86,
3343      "cost_per_1m_in_cached": 0,
3344      "cost_per_1m_out_cached": 0,
3345      "context_window": 131072,
3346      "default_max_tokens": 65536,
3347      "can_reason": true,
3348      "reasoning_levels": [
3349        "low",
3350        "medium",
3351        "high"
3352      ],
3353      "default_reasoning_effort": "medium",
3354      "supports_attachments": false,
3355      "options": {}
3356    },
3357    {
3358      "id": "z-ai/glm-4.5-air:free",
3359      "name": "Z.ai: GLM 4.5 Air (free)",
3360      "cost_per_1m_in": 0,
3361      "cost_per_1m_out": 0,
3362      "cost_per_1m_in_cached": 0,
3363      "cost_per_1m_out_cached": 0,
3364      "context_window": 131072,
3365      "default_max_tokens": 48000,
3366      "can_reason": true,
3367      "reasoning_levels": [
3368        "low",
3369        "medium",
3370        "high"
3371      ],
3372      "default_reasoning_effort": "medium",
3373      "supports_attachments": false,
3374      "options": {}
3375    },
3376    {
3377      "id": "z-ai/glm-4.5v",
3378      "name": "Z.ai: GLM 4.5V",
3379      "cost_per_1m_in": 0.6,
3380      "cost_per_1m_out": 1.7999999999999998,
3381      "cost_per_1m_in_cached": 0,
3382      "cost_per_1m_out_cached": 0.11,
3383      "context_window": 65536,
3384      "default_max_tokens": 8192,
3385      "can_reason": true,
3386      "reasoning_levels": [
3387        "low",
3388        "medium",
3389        "high"
3390      ],
3391      "default_reasoning_effort": "medium",
3392      "supports_attachments": true,
3393      "options": {}
3394    },
3395    {
3396      "id": "z-ai/glm-4.6",
3397      "name": "Z.ai: GLM 4.6",
3398      "cost_per_1m_in": 0.39,
3399      "cost_per_1m_out": 1.9,
3400      "cost_per_1m_in_cached": 0,
3401      "cost_per_1m_out_cached": 0,
3402      "context_window": 204800,
3403      "default_max_tokens": 102400,
3404      "can_reason": true,
3405      "reasoning_levels": [
3406        "low",
3407        "medium",
3408        "high"
3409      ],
3410      "default_reasoning_effort": "medium",
3411      "supports_attachments": false,
3412      "options": {}
3413    },
3414    {
3415      "id": "z-ai/glm-4.6:exacto",
3416      "name": "Z.ai: GLM 4.6 (exacto)",
3417      "cost_per_1m_in": 0.44,
3418      "cost_per_1m_out": 1.76,
3419      "cost_per_1m_in_cached": 0,
3420      "cost_per_1m_out_cached": 0.11,
3421      "context_window": 204800,
3422      "default_max_tokens": 65536,
3423      "can_reason": true,
3424      "reasoning_levels": [
3425        "low",
3426        "medium",
3427        "high"
3428      ],
3429      "default_reasoning_effort": "medium",
3430      "supports_attachments": false,
3431      "options": {}
3432    },
3433    {
3434      "id": "z-ai/glm-4.6v",
3435      "name": "Z.ai: GLM 4.6V",
3436      "cost_per_1m_in": 0.3,
3437      "cost_per_1m_out": 0.8999999999999999,
3438      "cost_per_1m_in_cached": 0,
3439      "cost_per_1m_out_cached": 0,
3440      "context_window": 131072,
3441      "default_max_tokens": 65536,
3442      "can_reason": true,
3443      "reasoning_levels": [
3444        "low",
3445        "medium",
3446        "high"
3447      ],
3448      "default_reasoning_effort": "medium",
3449      "supports_attachments": true,
3450      "options": {}
3451    },
3452    {
3453      "id": "z-ai/glm-4.7",
3454      "name": "Z.ai: GLM 4.7",
3455      "cost_per_1m_in": 0.44999999999999996,
3456      "cost_per_1m_out": 2.2,
3457      "cost_per_1m_in_cached": 0,
3458      "cost_per_1m_out_cached": 0.11,
3459      "context_window": 204800,
3460      "default_max_tokens": 102400,
3461      "can_reason": true,
3462      "reasoning_levels": [
3463        "low",
3464        "medium",
3465        "high"
3466      ],
3467      "default_reasoning_effort": "medium",
3468      "supports_attachments": false,
3469      "options": {}
3470    },
3471    {
3472      "id": "z-ai/glm-4.7-flash",
3473      "name": "Z.ai: GLM 4.7 Flash",
3474      "cost_per_1m_in": 0.06,
3475      "cost_per_1m_out": 0.39999999999999997,
3476      "cost_per_1m_in_cached": 0,
3477      "cost_per_1m_out_cached": 0.0100000002,
3478      "context_window": 202752,
3479      "default_max_tokens": 20275,
3480      "can_reason": true,
3481      "reasoning_levels": [
3482        "low",
3483        "medium",
3484        "high"
3485      ],
3486      "default_reasoning_effort": "medium",
3487      "supports_attachments": false,
3488      "options": {}
3489    },
3490    {
3491      "id": "z-ai/glm-5",
3492      "name": "Z.ai: GLM 5",
3493      "cost_per_1m_in": 0.95,
3494      "cost_per_1m_out": 2.5500000000000003,
3495      "cost_per_1m_in_cached": 0,
3496      "cost_per_1m_out_cached": 0.19999999999999998,
3497      "context_window": 204800,
3498      "default_max_tokens": 65536,
3499      "can_reason": true,
3500      "reasoning_levels": [
3501        "low",
3502        "medium",
3503        "high"
3504      ],
3505      "default_reasoning_effort": "medium",
3506      "supports_attachments": false,
3507      "options": {}
3508    },
3509    {
3510      "id": "x-ai/grok-3",
3511      "name": "xAI: Grok 3",
3512      "cost_per_1m_in": 5,
3513      "cost_per_1m_out": 25,
3514      "cost_per_1m_in_cached": 0,
3515      "cost_per_1m_out_cached": 1.25,
3516      "context_window": 131072,
3517      "default_max_tokens": 13107,
3518      "can_reason": false,
3519      "supports_attachments": false,
3520      "options": {}
3521    },
3522    {
3523      "id": "x-ai/grok-3-beta",
3524      "name": "xAI: Grok 3 Beta",
3525      "cost_per_1m_in": 5,
3526      "cost_per_1m_out": 25,
3527      "cost_per_1m_in_cached": 0,
3528      "cost_per_1m_out_cached": 1.25,
3529      "context_window": 131072,
3530      "default_max_tokens": 13107,
3531      "can_reason": false,
3532      "supports_attachments": false,
3533      "options": {}
3534    },
3535    {
3536      "id": "x-ai/grok-3-mini",
3537      "name": "xAI: Grok 3 Mini",
3538      "cost_per_1m_in": 0.6,
3539      "cost_per_1m_out": 4,
3540      "cost_per_1m_in_cached": 0,
3541      "cost_per_1m_out_cached": 0.15,
3542      "context_window": 131072,
3543      "default_max_tokens": 13107,
3544      "can_reason": true,
3545      "reasoning_levels": [
3546        "low",
3547        "medium",
3548        "high"
3549      ],
3550      "default_reasoning_effort": "medium",
3551      "supports_attachments": false,
3552      "options": {}
3553    },
3554    {
3555      "id": "x-ai/grok-3-mini-beta",
3556      "name": "xAI: Grok 3 Mini Beta",
3557      "cost_per_1m_in": 0.6,
3558      "cost_per_1m_out": 4,
3559      "cost_per_1m_in_cached": 0,
3560      "cost_per_1m_out_cached": 0.15,
3561      "context_window": 131072,
3562      "default_max_tokens": 13107,
3563      "can_reason": true,
3564      "reasoning_levels": [
3565        "low",
3566        "medium",
3567        "high"
3568      ],
3569      "default_reasoning_effort": "medium",
3570      "supports_attachments": false,
3571      "options": {}
3572    },
3573    {
3574      "id": "x-ai/grok-4",
3575      "name": "xAI: Grok 4",
3576      "cost_per_1m_in": 3,
3577      "cost_per_1m_out": 15,
3578      "cost_per_1m_in_cached": 0,
3579      "cost_per_1m_out_cached": 0.75,
3580      "context_window": 256000,
3581      "default_max_tokens": 25600,
3582      "can_reason": true,
3583      "reasoning_levels": [
3584        "low",
3585        "medium",
3586        "high"
3587      ],
3588      "default_reasoning_effort": "medium",
3589      "supports_attachments": true,
3590      "options": {}
3591    },
3592    {
3593      "id": "x-ai/grok-4-fast",
3594      "name": "xAI: Grok 4 Fast",
3595      "cost_per_1m_in": 0.19999999999999998,
3596      "cost_per_1m_out": 0.5,
3597      "cost_per_1m_in_cached": 0,
3598      "cost_per_1m_out_cached": 0.049999999999999996,
3599      "context_window": 2000000,
3600      "default_max_tokens": 15000,
3601      "can_reason": true,
3602      "reasoning_levels": [
3603        "low",
3604        "medium",
3605        "high"
3606      ],
3607      "default_reasoning_effort": "medium",
3608      "supports_attachments": true,
3609      "options": {}
3610    },
3611    {
3612      "id": "x-ai/grok-4.1-fast",
3613      "name": "xAI: Grok 4.1 Fast",
3614      "cost_per_1m_in": 0.19999999999999998,
3615      "cost_per_1m_out": 0.5,
3616      "cost_per_1m_in_cached": 0,
3617      "cost_per_1m_out_cached": 0.049999999999999996,
3618      "context_window": 2000000,
3619      "default_max_tokens": 15000,
3620      "can_reason": true,
3621      "reasoning_levels": [
3622        "low",
3623        "medium",
3624        "high"
3625      ],
3626      "default_reasoning_effort": "medium",
3627      "supports_attachments": true,
3628      "options": {}
3629    },
3630    {
3631      "id": "x-ai/grok-code-fast-1",
3632      "name": "xAI: Grok Code Fast 1",
3633      "cost_per_1m_in": 0.19999999999999998,
3634      "cost_per_1m_out": 1.5,
3635      "cost_per_1m_in_cached": 0,
3636      "cost_per_1m_out_cached": 0.02,
3637      "context_window": 256000,
3638      "default_max_tokens": 5000,
3639      "can_reason": true,
3640      "reasoning_levels": [
3641        "low",
3642        "medium",
3643        "high"
3644      ],
3645      "default_reasoning_effort": "medium",
3646      "supports_attachments": false,
3647      "options": {}
3648    }
3649  ],
3650  "default_headers": {
3651    "HTTP-Referer": "https://charm.land",
3652    "X-Title": "Crush"
3653  }
3654}