openrouter.json

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