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