openrouter.json

   1{
   2  "name": "OpenRouter",
   3  "id": "openrouter",
   4  "api_key": "$OPENROUTER_API_KEY",
   5  "api_endpoint": "https://openrouter.ai/api/v1",
   6  "type": "openrouter",
   7  "default_large_model_id": "anthropic/claude-sonnet-4",
   8  "default_small_model_id": "anthropic/claude-3.5-haiku",
   9  "models": [
  10    {
  11      "id": "ai21/jamba-large-1.7",
  12      "name": "AI21: Jamba Large 1.7",
  13      "cost_per_1m_in": 2,
  14      "cost_per_1m_out": 8,
  15      "cost_per_1m_in_cached": 0,
  16      "cost_per_1m_out_cached": 0,
  17      "context_window": 256000,
  18      "default_max_tokens": 2048,
  19      "can_reason": false,
  20      "supports_attachments": false,
  21      "options": {}
  22    },
  23    {
  24      "id": "allenai/olmo-3.1-32b-instruct",
  25      "name": "AllenAI: Olmo 3.1 32B Instruct",
  26      "cost_per_1m_in": 0.19999999999999998,
  27      "cost_per_1m_out": 0.6,
  28      "cost_per_1m_in_cached": 0,
  29      "cost_per_1m_out_cached": 0,
  30      "context_window": 65536,
  31      "default_max_tokens": 6553,
  32      "can_reason": false,
  33      "supports_attachments": false,
  34      "options": {}
  35    },
  36    {
  37      "id": "amazon/nova-2-lite-v1",
  38      "name": "Amazon: Nova 2 Lite",
  39      "cost_per_1m_in": 0.3,
  40      "cost_per_1m_out": 2.5,
  41      "cost_per_1m_in_cached": 0,
  42      "cost_per_1m_out_cached": 0,
  43      "context_window": 1000000,
  44      "default_max_tokens": 32767,
  45      "can_reason": true,
  46      "reasoning_levels": [
  47        "low",
  48        "medium",
  49        "high"
  50      ],
  51      "default_reasoning_effort": "medium",
  52      "supports_attachments": true,
  53      "options": {}
  54    },
  55    {
  56      "id": "amazon/nova-lite-v1",
  57      "name": "Amazon: Nova Lite 1.0",
  58      "cost_per_1m_in": 0.06,
  59      "cost_per_1m_out": 0.24,
  60      "cost_per_1m_in_cached": 0,
  61      "cost_per_1m_out_cached": 0,
  62      "context_window": 300000,
  63      "default_max_tokens": 2560,
  64      "can_reason": false,
  65      "supports_attachments": true,
  66      "options": {}
  67    },
  68    {
  69      "id": "amazon/nova-micro-v1",
  70      "name": "Amazon: Nova Micro 1.0",
  71      "cost_per_1m_in": 0.035,
  72      "cost_per_1m_out": 0.14,
  73      "cost_per_1m_in_cached": 0,
  74      "cost_per_1m_out_cached": 0,
  75      "context_window": 128000,
  76      "default_max_tokens": 2560,
  77      "can_reason": false,
  78      "supports_attachments": false,
  79      "options": {}
  80    },
  81    {
  82      "id": "amazon/nova-premier-v1",
  83      "name": "Amazon: Nova Premier 1.0",
  84      "cost_per_1m_in": 2.5,
  85      "cost_per_1m_out": 12.5,
  86      "cost_per_1m_in_cached": 0,
  87      "cost_per_1m_out_cached": 0.625,
  88      "context_window": 1000000,
  89      "default_max_tokens": 16000,
  90      "can_reason": false,
  91      "supports_attachments": true,
  92      "options": {}
  93    },
  94    {
  95      "id": "amazon/nova-pro-v1",
  96      "name": "Amazon: Nova Pro 1.0",
  97      "cost_per_1m_in": 0.7999999999999999,
  98      "cost_per_1m_out": 3.1999999999999997,
  99      "cost_per_1m_in_cached": 0,
 100      "cost_per_1m_out_cached": 0,
 101      "context_window": 300000,
 102      "default_max_tokens": 2560,
 103      "can_reason": false,
 104      "supports_attachments": true,
 105      "options": {}
 106    },
 107    {
 108      "id": "anthropic/claude-3-haiku",
 109      "name": "Anthropic: Claude 3 Haiku",
 110      "cost_per_1m_in": 0.25,
 111      "cost_per_1m_out": 1.25,
 112      "cost_per_1m_in_cached": 0.3,
 113      "cost_per_1m_out_cached": 0.03,
 114      "context_window": 200000,
 115      "default_max_tokens": 2048,
 116      "can_reason": false,
 117      "supports_attachments": true,
 118      "options": {}
 119    },
 120    {
 121      "id": "anthropic/claude-3.5-haiku",
 122      "name": "Anthropic: Claude 3.5 Haiku",
 123      "cost_per_1m_in": 0.7999999999999999,
 124      "cost_per_1m_out": 4,
 125      "cost_per_1m_in_cached": 1,
 126      "cost_per_1m_out_cached": 0.08,
 127      "context_window": 200000,
 128      "default_max_tokens": 4096,
 129      "can_reason": false,
 130      "supports_attachments": true,
 131      "options": {}
 132    },
 133    {
 134      "id": "anthropic/claude-3.5-sonnet",
 135      "name": "Anthropic: Claude 3.5 Sonnet",
 136      "cost_per_1m_in": 6,
 137      "cost_per_1m_out": 30,
 138      "cost_per_1m_in_cached": 0,
 139      "cost_per_1m_out_cached": 0,
 140      "context_window": 200000,
 141      "default_max_tokens": 4096,
 142      "can_reason": false,
 143      "supports_attachments": true,
 144      "options": {}
 145    },
 146    {
 147      "id": "anthropic/claude-3.7-sonnet",
 148      "name": "Anthropic: Claude 3.7 Sonnet",
 149      "cost_per_1m_in": 3,
 150      "cost_per_1m_out": 15,
 151      "cost_per_1m_in_cached": 3.75,
 152      "cost_per_1m_out_cached": 0.3,
 153      "context_window": 200000,
 154      "default_max_tokens": 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": 64000,
 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.27,
 513      "cost_per_1m_out": 1.12,
 514      "cost_per_1m_in_cached": 0,
 515      "cost_per_1m_out_cached": 0.135,
 516      "context_window": 163840,
 517      "default_max_tokens": 81920,
 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.21,
 526      "cost_per_1m_out": 0.7899999999999999,
 527      "cost_per_1m_in_cached": 0,
 528      "cost_per_1m_out_cached": 0.1300000002,
 529      "context_window": 163840,
 530      "default_max_tokens": 16384,
 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.15,
 586      "context_window": 163840,
 587      "default_max_tokens": 32768,
 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": "inception/mercury",
 854      "name": "Inception: Mercury",
 855      "cost_per_1m_in": 0.25,
 856      "cost_per_1m_out": 1,
 857      "cost_per_1m_in_cached": 0,
 858      "cost_per_1m_out_cached": 0,
 859      "context_window": 128000,
 860      "default_max_tokens": 8192,
 861      "can_reason": false,
 862      "supports_attachments": false,
 863      "options": {}
 864    },
 865    {
 866      "id": "inception/mercury-coder",
 867      "name": "Inception: Mercury Coder",
 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": "kwaipilot/kat-coder-pro",
 880      "name": "Kwaipilot: KAT-Coder-Pro V1",
 881      "cost_per_1m_in": 0.207,
 882      "cost_per_1m_out": 0.828,
 883      "cost_per_1m_in_cached": 0,
 884      "cost_per_1m_out_cached": 0.0414,
 885      "context_window": 256000,
 886      "default_max_tokens": 64000,
 887      "can_reason": false,
 888      "supports_attachments": false,
 889      "options": {}
 890    },
 891    {
 892      "id": "meta-llama/llama-3.1-405b-instruct",
 893      "name": "Meta: Llama 3.1 405B Instruct",
 894      "cost_per_1m_in": 5,
 895      "cost_per_1m_out": 16,
 896      "cost_per_1m_in_cached": 0,
 897      "cost_per_1m_out_cached": 0,
 898      "context_window": 128000,
 899      "default_max_tokens": 4096,
 900      "can_reason": false,
 901      "supports_attachments": false,
 902      "options": {}
 903    },
 904    {
 905      "id": "meta-llama/llama-3.1-70b-instruct",
 906      "name": "Meta: Llama 3.1 70B Instruct",
 907      "cost_per_1m_in": 0.39999999999999997,
 908      "cost_per_1m_out": 0.39999999999999997,
 909      "cost_per_1m_in_cached": 0,
 910      "cost_per_1m_out_cached": 0,
 911      "context_window": 131072,
 912      "default_max_tokens": 8192,
 913      "can_reason": false,
 914      "supports_attachments": false,
 915      "options": {}
 916    },
 917    {
 918      "id": "meta-llama/llama-3.3-70b-instruct",
 919      "name": "Meta: Llama 3.3 70B Instruct",
 920      "cost_per_1m_in": 0.25,
 921      "cost_per_1m_out": 0.75,
 922      "cost_per_1m_in_cached": 0,
 923      "cost_per_1m_out_cached": 0,
 924      "context_window": 131072,
 925      "default_max_tokens": 13107,
 926      "can_reason": false,
 927      "supports_attachments": false,
 928      "options": {}
 929    },
 930    {
 931      "id": "meta-llama/llama-3.3-70b-instruct:free",
 932      "name": "Meta: Llama 3.3 70B Instruct (free)",
 933      "cost_per_1m_in": 0,
 934      "cost_per_1m_out": 0,
 935      "cost_per_1m_in_cached": 0,
 936      "cost_per_1m_out_cached": 0,
 937      "context_window": 128000,
 938      "default_max_tokens": 64000,
 939      "can_reason": false,
 940      "supports_attachments": false,
 941      "options": {}
 942    },
 943    {
 944      "id": "meta-llama/llama-4-maverick",
 945      "name": "Meta: Llama 4 Maverick",
 946      "cost_per_1m_in": 0.35,
 947      "cost_per_1m_out": 1.15,
 948      "cost_per_1m_in_cached": 0,
 949      "cost_per_1m_out_cached": 0,
 950      "context_window": 524288,
 951      "default_max_tokens": 4096,
 952      "can_reason": false,
 953      "supports_attachments": true,
 954      "options": {}
 955    },
 956    {
 957      "id": "meta-llama/llama-4-scout",
 958      "name": "Meta: Llama 4 Scout",
 959      "cost_per_1m_in": 0.25,
 960      "cost_per_1m_out": 0.7,
 961      "cost_per_1m_in_cached": 0,
 962      "cost_per_1m_out_cached": 0,
 963      "context_window": 1310720,
 964      "default_max_tokens": 4096,
 965      "can_reason": false,
 966      "supports_attachments": true,
 967      "options": {}
 968    },
 969    {
 970      "id": "minimax/minimax-m2",
 971      "name": "MiniMax: MiniMax M2",
 972      "cost_per_1m_in": 0.3,
 973      "cost_per_1m_out": 1.2,
 974      "cost_per_1m_in_cached": 0,
 975      "cost_per_1m_out_cached": 0.03,
 976      "context_window": 204800,
 977      "default_max_tokens": 65536,
 978      "can_reason": true,
 979      "reasoning_levels": [
 980        "low",
 981        "medium",
 982        "high"
 983      ],
 984      "default_reasoning_effort": "medium",
 985      "supports_attachments": false,
 986      "options": {}
 987    },
 988    {
 989      "id": "minimax/minimax-m2.1",
 990      "name": "MiniMax: MiniMax M2.1",
 991      "cost_per_1m_in": 0.3,
 992      "cost_per_1m_out": 1.2,
 993      "cost_per_1m_in_cached": 0,
 994      "cost_per_1m_out_cached": 0.15,
 995      "context_window": 204800,
 996      "default_max_tokens": 20480,
 997      "can_reason": true,
 998      "reasoning_levels": [
 999        "low",
1000        "medium",
1001        "high"
1002      ],
1003      "default_reasoning_effort": "medium",
1004      "supports_attachments": false,
1005      "options": {}
1006    },
1007    {
1008      "id": "minimax/minimax-m2.5",
1009      "name": "MiniMax: MiniMax M2.5",
1010      "cost_per_1m_in": 0.3,
1011      "cost_per_1m_out": 1.2,
1012      "cost_per_1m_in_cached": 0,
1013      "cost_per_1m_out_cached": 0.03,
1014      "context_window": 204800,
1015      "default_max_tokens": 65536,
1016      "can_reason": true,
1017      "reasoning_levels": [
1018        "low",
1019        "medium",
1020        "high"
1021      ],
1022      "default_reasoning_effort": "medium",
1023      "supports_attachments": false,
1024      "options": {}
1025    },
1026    {
1027      "id": "mistralai/mistral-large",
1028      "name": "Mistral Large",
1029      "cost_per_1m_in": 2,
1030      "cost_per_1m_out": 6,
1031      "cost_per_1m_in_cached": 0,
1032      "cost_per_1m_out_cached": 0,
1033      "context_window": 128000,
1034      "default_max_tokens": 12800,
1035      "can_reason": false,
1036      "supports_attachments": false,
1037      "options": {}
1038    },
1039    {
1040      "id": "mistralai/mistral-large-2407",
1041      "name": "Mistral Large 2407",
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": 131072,
1047      "default_max_tokens": 13107,
1048      "can_reason": false,
1049      "supports_attachments": false,
1050      "options": {}
1051    },
1052    {
1053      "id": "mistralai/mistral-large-2411",
1054      "name": "Mistral Large 2411",
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/codestral-2508",
1067      "name": "Mistral: Codestral 2508",
1068      "cost_per_1m_in": 0.3,
1069      "cost_per_1m_out": 0.8999999999999999,
1070      "cost_per_1m_in_cached": 0,
1071      "cost_per_1m_out_cached": 0,
1072      "context_window": 256000,
1073      "default_max_tokens": 25600,
1074      "can_reason": false,
1075      "supports_attachments": false,
1076      "options": {}
1077    },
1078    {
1079      "id": "mistralai/devstral-2512",
1080      "name": "Mistral: Devstral 2 2512",
1081      "cost_per_1m_in": 0.39999999999999997,
1082      "cost_per_1m_out": 2,
1083      "cost_per_1m_in_cached": 0,
1084      "cost_per_1m_out_cached": 0,
1085      "context_window": 262144,
1086      "default_max_tokens": 26214,
1087      "can_reason": false,
1088      "supports_attachments": false,
1089      "options": {}
1090    },
1091    {
1092      "id": "mistralai/devstral-medium",
1093      "name": "Mistral: Devstral Medium",
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": 131072,
1099      "default_max_tokens": 13107,
1100      "can_reason": false,
1101      "supports_attachments": false,
1102      "options": {}
1103    },
1104    {
1105      "id": "mistralai/devstral-small",
1106      "name": "Mistral: Devstral Small 1.1",
1107      "cost_per_1m_in": 0.09999999999999999,
1108      "cost_per_1m_out": 0.3,
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/ministral-14b-2512",
1119      "name": "Mistral: Ministral 3 14B 2512",
1120      "cost_per_1m_in": 0.19999999999999998,
1121      "cost_per_1m_out": 0.19999999999999998,
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": true,
1128      "options": {}
1129    },
1130    {
1131      "id": "mistralai/ministral-3b-2512",
1132      "name": "Mistral: Ministral 3 3B 2512",
1133      "cost_per_1m_in": 0.09999999999999999,
1134      "cost_per_1m_out": 0.09999999999999999,
1135      "cost_per_1m_in_cached": 0,
1136      "cost_per_1m_out_cached": 0,
1137      "context_window": 131072,
1138      "default_max_tokens": 13107,
1139      "can_reason": false,
1140      "supports_attachments": true,
1141      "options": {}
1142    },
1143    {
1144      "id": "mistralai/ministral-8b-2512",
1145      "name": "Mistral: Ministral 3 8B 2512",
1146      "cost_per_1m_in": 0.15,
1147      "cost_per_1m_out": 0.15,
1148      "cost_per_1m_in_cached": 0,
1149      "cost_per_1m_out_cached": 0,
1150      "context_window": 262144,
1151      "default_max_tokens": 26214,
1152      "can_reason": false,
1153      "supports_attachments": true,
1154      "options": {}
1155    },
1156    {
1157      "id": "mistralai/mistral-large-2512",
1158      "name": "Mistral: Mistral Large 3 2512",
1159      "cost_per_1m_in": 0.5,
1160      "cost_per_1m_out": 1.5,
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-medium-3",
1171      "name": "Mistral: Mistral Medium 3",
1172      "cost_per_1m_in": 0.39999999999999997,
1173      "cost_per_1m_out": 2,
1174      "cost_per_1m_in_cached": 0,
1175      "cost_per_1m_out_cached": 0,
1176      "context_window": 131072,
1177      "default_max_tokens": 13107,
1178      "can_reason": false,
1179      "supports_attachments": true,
1180      "options": {}
1181    },
1182    {
1183      "id": "mistralai/mistral-medium-3.1",
1184      "name": "Mistral: Mistral Medium 3.1",
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-nemo",
1197      "name": "Mistral: Mistral Nemo",
1198      "cost_per_1m_in": 0.15,
1199      "cost_per_1m_out": 0.15,
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": false,
1206      "options": {}
1207    },
1208    {
1209      "id": "mistralai/mistral-small-24b-instruct-2501",
1210      "name": "Mistral: Mistral Small 3",
1211      "cost_per_1m_in": 0.07,
1212      "cost_per_1m_out": 0.3,
1213      "cost_per_1m_in_cached": 0,
1214      "cost_per_1m_out_cached": 0.035,
1215      "context_window": 32768,
1216      "default_max_tokens": 16384,
1217      "can_reason": false,
1218      "supports_attachments": false,
1219      "options": {}
1220    },
1221    {
1222      "id": "mistralai/mistral-small-3.1-24b-instruct",
1223      "name": "Mistral: Mistral Small 3.1 24B",
1224      "cost_per_1m_in": 0.03,
1225      "cost_per_1m_out": 0.11,
1226      "cost_per_1m_in_cached": 0,
1227      "cost_per_1m_out_cached": 0.015,
1228      "context_window": 131072,
1229      "default_max_tokens": 65536,
1230      "can_reason": false,
1231      "supports_attachments": true,
1232      "options": {}
1233    },
1234    {
1235      "id": "mistralai/mistral-small-3.1-24b-instruct:free",
1236      "name": "Mistral: Mistral Small 3.1 24B (free)",
1237      "cost_per_1m_in": 0,
1238      "cost_per_1m_out": 0,
1239      "cost_per_1m_in_cached": 0,
1240      "cost_per_1m_out_cached": 0,
1241      "context_window": 128000,
1242      "default_max_tokens": 12800,
1243      "can_reason": false,
1244      "supports_attachments": true,
1245      "options": {}
1246    },
1247    {
1248      "id": "mistralai/mistral-small-3.2-24b-instruct",
1249      "name": "Mistral: Mistral Small 3.2 24B",
1250      "cost_per_1m_in": 0.06,
1251      "cost_per_1m_out": 0.18,
1252      "cost_per_1m_in_cached": 0,
1253      "cost_per_1m_out_cached": 0.03,
1254      "context_window": 131072,
1255      "default_max_tokens": 65536,
1256      "can_reason": false,
1257      "supports_attachments": true,
1258      "options": {}
1259    },
1260    {
1261      "id": "mistralai/mistral-small-creative",
1262      "name": "Mistral: Mistral Small Creative",
1263      "cost_per_1m_in": 0.09999999999999999,
1264      "cost_per_1m_out": 0.3,
1265      "cost_per_1m_in_cached": 0,
1266      "cost_per_1m_out_cached": 0,
1267      "context_window": 32768,
1268      "default_max_tokens": 3276,
1269      "can_reason": false,
1270      "supports_attachments": false,
1271      "options": {}
1272    },
1273    {
1274      "id": "mistralai/mixtral-8x22b-instruct",
1275      "name": "Mistral: Mixtral 8x22B Instruct",
1276      "cost_per_1m_in": 2,
1277      "cost_per_1m_out": 6,
1278      "cost_per_1m_in_cached": 0,
1279      "cost_per_1m_out_cached": 0,
1280      "context_window": 65536,
1281      "default_max_tokens": 6553,
1282      "can_reason": false,
1283      "supports_attachments": false,
1284      "options": {}
1285    },
1286    {
1287      "id": "mistralai/mixtral-8x7b-instruct",
1288      "name": "Mistral: Mixtral 8x7B Instruct",
1289      "cost_per_1m_in": 0.54,
1290      "cost_per_1m_out": 0.54,
1291      "cost_per_1m_in_cached": 0,
1292      "cost_per_1m_out_cached": 0,
1293      "context_window": 32768,
1294      "default_max_tokens": 8192,
1295      "can_reason": false,
1296      "supports_attachments": false,
1297      "options": {}
1298    },
1299    {
1300      "id": "mistralai/pixtral-large-2411",
1301      "name": "Mistral: Pixtral Large 2411",
1302      "cost_per_1m_in": 2,
1303      "cost_per_1m_out": 6,
1304      "cost_per_1m_in_cached": 0,
1305      "cost_per_1m_out_cached": 0,
1306      "context_window": 131072,
1307      "default_max_tokens": 13107,
1308      "can_reason": false,
1309      "supports_attachments": true,
1310      "options": {}
1311    },
1312    {
1313      "id": "mistralai/mistral-saba",
1314      "name": "Mistral: Saba",
1315      "cost_per_1m_in": 0.19999999999999998,
1316      "cost_per_1m_out": 0.6,
1317      "cost_per_1m_in_cached": 0,
1318      "cost_per_1m_out_cached": 0,
1319      "context_window": 32768,
1320      "default_max_tokens": 3276,
1321      "can_reason": false,
1322      "supports_attachments": false,
1323      "options": {}
1324    },
1325    {
1326      "id": "mistralai/voxtral-small-24b-2507",
1327      "name": "Mistral: Voxtral Small 24B 2507",
1328      "cost_per_1m_in": 0.09999999999999999,
1329      "cost_per_1m_out": 0.3,
1330      "cost_per_1m_in_cached": 0,
1331      "cost_per_1m_out_cached": 0,
1332      "context_window": 32000,
1333      "default_max_tokens": 3200,
1334      "can_reason": false,
1335      "supports_attachments": false,
1336      "options": {}
1337    },
1338    {
1339      "id": "moonshotai/kimi-k2",
1340      "name": "MoonshotAI: Kimi K2 0711",
1341      "cost_per_1m_in": 0.5,
1342      "cost_per_1m_out": 2.4,
1343      "cost_per_1m_in_cached": 0,
1344      "cost_per_1m_out_cached": 0,
1345      "context_window": 131072,
1346      "default_max_tokens": 13107,
1347      "can_reason": false,
1348      "supports_attachments": false,
1349      "options": {}
1350    },
1351    {
1352      "id": "moonshotai/kimi-k2-0905",
1353      "name": "MoonshotAI: Kimi K2 0905",
1354      "cost_per_1m_in": 0.6,
1355      "cost_per_1m_out": 2.5,
1356      "cost_per_1m_in_cached": 0,
1357      "cost_per_1m_out_cached": 0.3,
1358      "context_window": 262144,
1359      "default_max_tokens": 26214,
1360      "can_reason": false,
1361      "supports_attachments": false,
1362      "options": {}
1363    },
1364    {
1365      "id": "moonshotai/kimi-k2-0905:exacto",
1366      "name": "MoonshotAI: Kimi K2 0905 (exacto)",
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,
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-thinking",
1379      "name": "MoonshotAI: Kimi K2 Thinking",
1380      "cost_per_1m_in": 0.6,
1381      "cost_per_1m_out": 2.5,
1382      "cost_per_1m_in_cached": 0,
1383      "cost_per_1m_out_cached": 0,
1384      "context_window": 262144,
1385      "default_max_tokens": 131072,
1386      "can_reason": true,
1387      "reasoning_levels": [
1388        "low",
1389        "medium",
1390        "high"
1391      ],
1392      "default_reasoning_effort": "medium",
1393      "supports_attachments": false,
1394      "options": {}
1395    },
1396    {
1397      "id": "moonshotai/kimi-k2.5",
1398      "name": "MoonshotAI: Kimi K2.5",
1399      "cost_per_1m_in": 0.5700000000000001,
1400      "cost_per_1m_out": 2.8499999999999996,
1401      "cost_per_1m_in_cached": 0,
1402      "cost_per_1m_out_cached": 0.095,
1403      "context_window": 262144,
1404      "default_max_tokens": 131072,
1405      "can_reason": true,
1406      "reasoning_levels": [
1407        "low",
1408        "medium",
1409        "high"
1410      ],
1411      "default_reasoning_effort": "medium",
1412      "supports_attachments": true,
1413      "options": {}
1414    },
1415    {
1416      "id": "nvidia/llama-3.1-nemotron-70b-instruct",
1417      "name": "NVIDIA: Llama 3.1 Nemotron 70B Instruct",
1418      "cost_per_1m_in": 1.2,
1419      "cost_per_1m_out": 1.2,
1420      "cost_per_1m_in_cached": 0,
1421      "cost_per_1m_out_cached": 0,
1422      "context_window": 131072,
1423      "default_max_tokens": 8192,
1424      "can_reason": false,
1425      "supports_attachments": false,
1426      "options": {}
1427    },
1428    {
1429      "id": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
1430      "name": "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
1431      "cost_per_1m_in": 0.09999999999999999,
1432      "cost_per_1m_out": 0.39999999999999997,
1433      "cost_per_1m_in_cached": 0,
1434      "cost_per_1m_out_cached": 0,
1435      "context_window": 131072,
1436      "default_max_tokens": 13107,
1437      "can_reason": true,
1438      "reasoning_levels": [
1439        "low",
1440        "medium",
1441        "high"
1442      ],
1443      "default_reasoning_effort": "medium",
1444      "supports_attachments": false,
1445      "options": {}
1446    },
1447    {
1448      "id": "nvidia/nemotron-3-nano-30b-a3b",
1449      "name": "NVIDIA: Nemotron 3 Nano 30B A3B",
1450      "cost_per_1m_in": 0.049999999999999996,
1451      "cost_per_1m_out": 0.19999999999999998,
1452      "cost_per_1m_in_cached": 0,
1453      "cost_per_1m_out_cached": 0,
1454      "context_window": 262144,
1455      "default_max_tokens": 26214,
1456      "can_reason": true,
1457      "reasoning_levels": [
1458        "low",
1459        "medium",
1460        "high"
1461      ],
1462      "default_reasoning_effort": "medium",
1463      "supports_attachments": false,
1464      "options": {}
1465    },
1466    {
1467      "id": "nvidia/nemotron-3-nano-30b-a3b:free",
1468      "name": "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
1469      "cost_per_1m_in": 0,
1470      "cost_per_1m_out": 0,
1471      "cost_per_1m_in_cached": 0,
1472      "cost_per_1m_out_cached": 0,
1473      "context_window": 256000,
1474      "default_max_tokens": 25600,
1475      "can_reason": true,
1476      "reasoning_levels": [
1477        "low",
1478        "medium",
1479        "high"
1480      ],
1481      "default_reasoning_effort": "medium",
1482      "supports_attachments": false,
1483      "options": {}
1484    },
1485    {
1486      "id": "nvidia/nemotron-nano-12b-v2-vl:free",
1487      "name": "NVIDIA: Nemotron Nano 12B 2 VL (free)",
1488      "cost_per_1m_in": 0,
1489      "cost_per_1m_out": 0,
1490      "cost_per_1m_in_cached": 0,
1491      "cost_per_1m_out_cached": 0,
1492      "context_window": 128000,
1493      "default_max_tokens": 64000,
1494      "can_reason": true,
1495      "reasoning_levels": [
1496        "low",
1497        "medium",
1498        "high"
1499      ],
1500      "default_reasoning_effort": "medium",
1501      "supports_attachments": true,
1502      "options": {}
1503    },
1504    {
1505      "id": "nvidia/nemotron-nano-9b-v2",
1506      "name": "NVIDIA: Nemotron Nano 9B V2",
1507      "cost_per_1m_in": 0.04,
1508      "cost_per_1m_out": 0.16,
1509      "cost_per_1m_in_cached": 0,
1510      "cost_per_1m_out_cached": 0,
1511      "context_window": 131072,
1512      "default_max_tokens": 13107,
1513      "can_reason": true,
1514      "reasoning_levels": [
1515        "low",
1516        "medium",
1517        "high"
1518      ],
1519      "default_reasoning_effort": "medium",
1520      "supports_attachments": false,
1521      "options": {}
1522    },
1523    {
1524      "id": "nvidia/nemotron-nano-9b-v2:free",
1525      "name": "NVIDIA: Nemotron Nano 9B V2 (free)",
1526      "cost_per_1m_in": 0,
1527      "cost_per_1m_out": 0,
1528      "cost_per_1m_in_cached": 0,
1529      "cost_per_1m_out_cached": 0,
1530      "context_window": 128000,
1531      "default_max_tokens": 12800,
1532      "can_reason": true,
1533      "reasoning_levels": [
1534        "low",
1535        "medium",
1536        "high"
1537      ],
1538      "default_reasoning_effort": "medium",
1539      "supports_attachments": false,
1540      "options": {}
1541    },
1542    {
1543      "id": "nex-agi/deepseek-v3.1-nex-n1",
1544      "name": "Nex AGI: DeepSeek V3.1 Nex N1",
1545      "cost_per_1m_in": 0.27,
1546      "cost_per_1m_out": 1,
1547      "cost_per_1m_in_cached": 0,
1548      "cost_per_1m_out_cached": 0,
1549      "context_window": 131072,
1550      "default_max_tokens": 81920,
1551      "can_reason": false,
1552      "supports_attachments": false,
1553      "options": {}
1554    },
1555    {
1556      "id": "nousresearch/deephermes-3-mistral-24b-preview",
1557      "name": "Nous: DeepHermes 3 Mistral 24B Preview",
1558      "cost_per_1m_in": 0.02,
1559      "cost_per_1m_out": 0.09999999999999999,
1560      "cost_per_1m_in_cached": 0,
1561      "cost_per_1m_out_cached": 0.01,
1562      "context_window": 32768,
1563      "default_max_tokens": 16384,
1564      "can_reason": true,
1565      "reasoning_levels": [
1566        "low",
1567        "medium",
1568        "high"
1569      ],
1570      "default_reasoning_effort": "medium",
1571      "supports_attachments": false,
1572      "options": {}
1573    },
1574    {
1575      "id": "openai/gpt-4-turbo",
1576      "name": "OpenAI: GPT-4 Turbo",
1577      "cost_per_1m_in": 10,
1578      "cost_per_1m_out": 30,
1579      "cost_per_1m_in_cached": 0,
1580      "cost_per_1m_out_cached": 0,
1581      "context_window": 128000,
1582      "default_max_tokens": 2048,
1583      "can_reason": false,
1584      "supports_attachments": true,
1585      "options": {}
1586    },
1587    {
1588      "id": "openai/gpt-4-1106-preview",
1589      "name": "OpenAI: GPT-4 Turbo (older v1106)",
1590      "cost_per_1m_in": 10,
1591      "cost_per_1m_out": 30,
1592      "cost_per_1m_in_cached": 0,
1593      "cost_per_1m_out_cached": 0,
1594      "context_window": 128000,
1595      "default_max_tokens": 2048,
1596      "can_reason": false,
1597      "supports_attachments": false,
1598      "options": {}
1599    },
1600    {
1601      "id": "openai/gpt-4-turbo-preview",
1602      "name": "OpenAI: GPT-4 Turbo Preview",
1603      "cost_per_1m_in": 10,
1604      "cost_per_1m_out": 30,
1605      "cost_per_1m_in_cached": 0,
1606      "cost_per_1m_out_cached": 0,
1607      "context_window": 128000,
1608      "default_max_tokens": 2048,
1609      "can_reason": false,
1610      "supports_attachments": false,
1611      "options": {}
1612    },
1613    {
1614      "id": "openai/gpt-4.1",
1615      "name": "OpenAI: GPT-4.1",
1616      "cost_per_1m_in": 2,
1617      "cost_per_1m_out": 8,
1618      "cost_per_1m_in_cached": 0,
1619      "cost_per_1m_out_cached": 0.5,
1620      "context_window": 1047576,
1621      "default_max_tokens": 104757,
1622      "can_reason": false,
1623      "supports_attachments": true,
1624      "options": {}
1625    },
1626    {
1627      "id": "openai/gpt-4.1-mini",
1628      "name": "OpenAI: GPT-4.1 Mini",
1629      "cost_per_1m_in": 0.39999999999999997,
1630      "cost_per_1m_out": 1.5999999999999999,
1631      "cost_per_1m_in_cached": 0,
1632      "cost_per_1m_out_cached": 0.09999999999999999,
1633      "context_window": 1047576,
1634      "default_max_tokens": 104757,
1635      "can_reason": false,
1636      "supports_attachments": true,
1637      "options": {}
1638    },
1639    {
1640      "id": "openai/gpt-4.1-nano",
1641      "name": "OpenAI: GPT-4.1 Nano",
1642      "cost_per_1m_in": 0.09999999999999999,
1643      "cost_per_1m_out": 0.39999999999999997,
1644      "cost_per_1m_in_cached": 0,
1645      "cost_per_1m_out_cached": 0.03,
1646      "context_window": 1047576,
1647      "default_max_tokens": 104757,
1648      "can_reason": false,
1649      "supports_attachments": true,
1650      "options": {}
1651    },
1652    {
1653      "id": "openai/gpt-4o",
1654      "name": "OpenAI: GPT-4o",
1655      "cost_per_1m_in": 2.5,
1656      "cost_per_1m_out": 10,
1657      "cost_per_1m_in_cached": 0,
1658      "cost_per_1m_out_cached": 0,
1659      "context_window": 128000,
1660      "default_max_tokens": 8192,
1661      "can_reason": false,
1662      "supports_attachments": true,
1663      "options": {}
1664    },
1665    {
1666      "id": "openai/gpt-4o-2024-05-13",
1667      "name": "OpenAI: GPT-4o (2024-05-13)",
1668      "cost_per_1m_in": 5,
1669      "cost_per_1m_out": 15,
1670      "cost_per_1m_in_cached": 0,
1671      "cost_per_1m_out_cached": 0,
1672      "context_window": 128000,
1673      "default_max_tokens": 2048,
1674      "can_reason": false,
1675      "supports_attachments": true,
1676      "options": {}
1677    },
1678    {
1679      "id": "openai/gpt-4o-2024-08-06",
1680      "name": "OpenAI: GPT-4o (2024-08-06)",
1681      "cost_per_1m_in": 2.5,
1682      "cost_per_1m_out": 10,
1683      "cost_per_1m_in_cached": 0,
1684      "cost_per_1m_out_cached": 1.25,
1685      "context_window": 128000,
1686      "default_max_tokens": 8192,
1687      "can_reason": false,
1688      "supports_attachments": true,
1689      "options": {}
1690    },
1691    {
1692      "id": "openai/gpt-4o-2024-11-20",
1693      "name": "OpenAI: GPT-4o (2024-11-20)",
1694      "cost_per_1m_in": 2.5,
1695      "cost_per_1m_out": 10,
1696      "cost_per_1m_in_cached": 0,
1697      "cost_per_1m_out_cached": 1.25,
1698      "context_window": 128000,
1699      "default_max_tokens": 8192,
1700      "can_reason": false,
1701      "supports_attachments": true,
1702      "options": {}
1703    },
1704    {
1705      "id": "openai/gpt-4o:extended",
1706      "name": "OpenAI: GPT-4o (extended)",
1707      "cost_per_1m_in": 6,
1708      "cost_per_1m_out": 18,
1709      "cost_per_1m_in_cached": 0,
1710      "cost_per_1m_out_cached": 0,
1711      "context_window": 128000,
1712      "default_max_tokens": 32000,
1713      "can_reason": false,
1714      "supports_attachments": true,
1715      "options": {}
1716    },
1717    {
1718      "id": "openai/gpt-4o-audio-preview",
1719      "name": "OpenAI: GPT-4o Audio",
1720      "cost_per_1m_in": 2.5,
1721      "cost_per_1m_out": 10,
1722      "cost_per_1m_in_cached": 0,
1723      "cost_per_1m_out_cached": 0,
1724      "context_window": 128000,
1725      "default_max_tokens": 8192,
1726      "can_reason": false,
1727      "supports_attachments": false,
1728      "options": {}
1729    },
1730    {
1731      "id": "openai/gpt-4o-mini",
1732      "name": "OpenAI: GPT-4o-mini",
1733      "cost_per_1m_in": 0.15,
1734      "cost_per_1m_out": 0.6,
1735      "cost_per_1m_in_cached": 0,
1736      "cost_per_1m_out_cached": 0.075,
1737      "context_window": 128000,
1738      "default_max_tokens": 8192,
1739      "can_reason": false,
1740      "supports_attachments": true,
1741      "options": {}
1742    },
1743    {
1744      "id": "openai/gpt-4o-mini-2024-07-18",
1745      "name": "OpenAI: GPT-4o-mini (2024-07-18)",
1746      "cost_per_1m_in": 0.15,
1747      "cost_per_1m_out": 0.6,
1748      "cost_per_1m_in_cached": 0,
1749      "cost_per_1m_out_cached": 0.075,
1750      "context_window": 128000,
1751      "default_max_tokens": 8192,
1752      "can_reason": false,
1753      "supports_attachments": true,
1754      "options": {}
1755    },
1756    {
1757      "id": "openai/gpt-5",
1758      "name": "OpenAI: GPT-5",
1759      "cost_per_1m_in": 1.25,
1760      "cost_per_1m_out": 10,
1761      "cost_per_1m_in_cached": 0,
1762      "cost_per_1m_out_cached": 0.125,
1763      "context_window": 400000,
1764      "default_max_tokens": 64000,
1765      "can_reason": true,
1766      "reasoning_levels": [
1767        "low",
1768        "medium",
1769        "high"
1770      ],
1771      "default_reasoning_effort": "medium",
1772      "supports_attachments": true,
1773      "options": {}
1774    },
1775    {
1776      "id": "openai/gpt-5-codex",
1777      "name": "OpenAI: GPT-5 Codex",
1778      "cost_per_1m_in": 1.25,
1779      "cost_per_1m_out": 10,
1780      "cost_per_1m_in_cached": 0,
1781      "cost_per_1m_out_cached": 0.125,
1782      "context_window": 400000,
1783      "default_max_tokens": 64000,
1784      "can_reason": true,
1785      "reasoning_levels": [
1786        "low",
1787        "medium",
1788        "high"
1789      ],
1790      "default_reasoning_effort": "medium",
1791      "supports_attachments": true,
1792      "options": {}
1793    },
1794    {
1795      "id": "openai/gpt-5-image",
1796      "name": "OpenAI: GPT-5 Image",
1797      "cost_per_1m_in": 10,
1798      "cost_per_1m_out": 10,
1799      "cost_per_1m_in_cached": 0,
1800      "cost_per_1m_out_cached": 1.25,
1801      "context_window": 400000,
1802      "default_max_tokens": 64000,
1803      "can_reason": true,
1804      "reasoning_levels": [
1805        "low",
1806        "medium",
1807        "high"
1808      ],
1809      "default_reasoning_effort": "medium",
1810      "supports_attachments": true,
1811      "options": {}
1812    },
1813    {
1814      "id": "openai/gpt-5-image-mini",
1815      "name": "OpenAI: GPT-5 Image Mini",
1816      "cost_per_1m_in": 2.5,
1817      "cost_per_1m_out": 2,
1818      "cost_per_1m_in_cached": 0,
1819      "cost_per_1m_out_cached": 0.25,
1820      "context_window": 400000,
1821      "default_max_tokens": 64000,
1822      "can_reason": true,
1823      "reasoning_levels": [
1824        "low",
1825        "medium",
1826        "high"
1827      ],
1828      "default_reasoning_effort": "medium",
1829      "supports_attachments": true,
1830      "options": {}
1831    },
1832    {
1833      "id": "openai/gpt-5-mini",
1834      "name": "OpenAI: GPT-5 Mini",
1835      "cost_per_1m_in": 0.25,
1836      "cost_per_1m_out": 2,
1837      "cost_per_1m_in_cached": 0,
1838      "cost_per_1m_out_cached": 0.03,
1839      "context_window": 400000,
1840      "default_max_tokens": 40000,
1841      "can_reason": true,
1842      "reasoning_levels": [
1843        "low",
1844        "medium",
1845        "high"
1846      ],
1847      "default_reasoning_effort": "medium",
1848      "supports_attachments": true,
1849      "options": {}
1850    },
1851    {
1852      "id": "openai/gpt-5-nano",
1853      "name": "OpenAI: GPT-5 Nano",
1854      "cost_per_1m_in": 0.049999999999999996,
1855      "cost_per_1m_out": 0.39999999999999997,
1856      "cost_per_1m_in_cached": 0,
1857      "cost_per_1m_out_cached": 0.01,
1858      "context_window": 400000,
1859      "default_max_tokens": 40000,
1860      "can_reason": true,
1861      "reasoning_levels": [
1862        "low",
1863        "medium",
1864        "high"
1865      ],
1866      "default_reasoning_effort": "medium",
1867      "supports_attachments": true,
1868      "options": {}
1869    },
1870    {
1871      "id": "openai/gpt-5-pro",
1872      "name": "OpenAI: GPT-5 Pro",
1873      "cost_per_1m_in": 15,
1874      "cost_per_1m_out": 120,
1875      "cost_per_1m_in_cached": 0,
1876      "cost_per_1m_out_cached": 0,
1877      "context_window": 400000,
1878      "default_max_tokens": 64000,
1879      "can_reason": true,
1880      "reasoning_levels": [
1881        "low",
1882        "medium",
1883        "high"
1884      ],
1885      "default_reasoning_effort": "medium",
1886      "supports_attachments": true,
1887      "options": {}
1888    },
1889    {
1890      "id": "openai/gpt-5.1",
1891      "name": "OpenAI: GPT-5.1",
1892      "cost_per_1m_in": 1.25,
1893      "cost_per_1m_out": 10,
1894      "cost_per_1m_in_cached": 0,
1895      "cost_per_1m_out_cached": 0.13,
1896      "context_window": 400000,
1897      "default_max_tokens": 64000,
1898      "can_reason": true,
1899      "reasoning_levels": [
1900        "low",
1901        "medium",
1902        "high"
1903      ],
1904      "default_reasoning_effort": "medium",
1905      "supports_attachments": true,
1906      "options": {}
1907    },
1908    {
1909      "id": "openai/gpt-5.1-chat",
1910      "name": "OpenAI: GPT-5.1 Chat",
1911      "cost_per_1m_in": 1.25,
1912      "cost_per_1m_out": 10,
1913      "cost_per_1m_in_cached": 0,
1914      "cost_per_1m_out_cached": 0.125,
1915      "context_window": 128000,
1916      "default_max_tokens": 8192,
1917      "can_reason": false,
1918      "supports_attachments": true,
1919      "options": {}
1920    },
1921    {
1922      "id": "openai/gpt-5.1-codex",
1923      "name": "OpenAI: GPT-5.1-Codex",
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.125,
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-codex-max",
1942      "name": "OpenAI: GPT-5.1-Codex-Max",
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": 400000,
1948      "default_max_tokens": 64000,
1949      "can_reason": true,
1950      "reasoning_levels": [
1951        "low",
1952        "medium",
1953        "high"
1954      ],
1955      "default_reasoning_effort": "medium",
1956      "supports_attachments": true,
1957      "options": {}
1958    },
1959    {
1960      "id": "openai/gpt-5.1-codex-mini",
1961      "name": "OpenAI: GPT-5.1-Codex-Mini",
1962      "cost_per_1m_in": 0.25,
1963      "cost_per_1m_out": 2,
1964      "cost_per_1m_in_cached": 0,
1965      "cost_per_1m_out_cached": 0.024999999999999998,
1966      "context_window": 400000,
1967      "default_max_tokens": 50000,
1968      "can_reason": true,
1969      "reasoning_levels": [
1970        "low",
1971        "medium",
1972        "high"
1973      ],
1974      "default_reasoning_effort": "medium",
1975      "supports_attachments": true,
1976      "options": {}
1977    },
1978    {
1979      "id": "openai/gpt-5.2",
1980      "name": "OpenAI: GPT-5.2",
1981      "cost_per_1m_in": 1.75,
1982      "cost_per_1m_out": 14,
1983      "cost_per_1m_in_cached": 0,
1984      "cost_per_1m_out_cached": 0.175,
1985      "context_window": 400000,
1986      "default_max_tokens": 64000,
1987      "can_reason": true,
1988      "reasoning_levels": [
1989        "low",
1990        "medium",
1991        "high"
1992      ],
1993      "default_reasoning_effort": "medium",
1994      "supports_attachments": true,
1995      "options": {}
1996    },
1997    {
1998      "id": "openai/gpt-5.2-chat",
1999      "name": "OpenAI: GPT-5.2 Chat",
2000      "cost_per_1m_in": 1.75,
2001      "cost_per_1m_out": 14,
2002      "cost_per_1m_in_cached": 0,
2003      "cost_per_1m_out_cached": 0.175,
2004      "context_window": 128000,
2005      "default_max_tokens": 16000,
2006      "can_reason": false,
2007      "supports_attachments": true,
2008      "options": {}
2009    },
2010    {
2011      "id": "openai/gpt-5.2-pro",
2012      "name": "OpenAI: GPT-5.2 Pro",
2013      "cost_per_1m_in": 21,
2014      "cost_per_1m_out": 168,
2015      "cost_per_1m_in_cached": 0,
2016      "cost_per_1m_out_cached": 0,
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-codex",
2031      "name": "OpenAI: GPT-5.2-Codex",
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": 400000,
2037      "default_max_tokens": 64000,
2038      "can_reason": true,
2039      "reasoning_levels": [
2040        "low",
2041        "medium",
2042        "high"
2043      ],
2044      "default_reasoning_effort": "medium",
2045      "supports_attachments": true,
2046      "options": {}
2047    },
2048    {
2049      "id": "openai/gpt-oss-120b",
2050      "name": "OpenAI: gpt-oss-120b",
2051      "cost_per_1m_in": 0.04,
2052      "cost_per_1m_out": 0.18,
2053      "cost_per_1m_in_cached": 0,
2054      "cost_per_1m_out_cached": 0.02,
2055      "context_window": 131072,
2056      "default_max_tokens": 32768,
2057      "can_reason": true,
2058      "reasoning_levels": [
2059        "low",
2060        "medium",
2061        "high"
2062      ],
2063      "default_reasoning_effort": "medium",
2064      "supports_attachments": false,
2065      "options": {}
2066    },
2067    {
2068      "id": "openai/gpt-oss-120b:exacto",
2069      "name": "OpenAI: gpt-oss-120b (exacto)",
2070      "cost_per_1m_in": 0.039,
2071      "cost_per_1m_out": 0.19,
2072      "cost_per_1m_in_cached": 0,
2073      "cost_per_1m_out_cached": 0,
2074      "context_window": 131072,
2075      "default_max_tokens": 13107,
2076      "can_reason": true,
2077      "reasoning_levels": [
2078        "low",
2079        "medium",
2080        "high"
2081      ],
2082      "default_reasoning_effort": "medium",
2083      "supports_attachments": false,
2084      "options": {}
2085    },
2086    {
2087      "id": "openai/gpt-oss-120b:free",
2088      "name": "OpenAI: gpt-oss-120b (free)",
2089      "cost_per_1m_in": 0,
2090      "cost_per_1m_out": 0,
2091      "cost_per_1m_in_cached": 0,
2092      "cost_per_1m_out_cached": 0,
2093      "context_window": 131072,
2094      "default_max_tokens": 65536,
2095      "can_reason": true,
2096      "reasoning_levels": [
2097        "low",
2098        "medium",
2099        "high"
2100      ],
2101      "default_reasoning_effort": "medium",
2102      "supports_attachments": false,
2103      "options": {}
2104    },
2105    {
2106      "id": "openai/gpt-oss-20b",
2107      "name": "OpenAI: gpt-oss-20b",
2108      "cost_per_1m_in": 0.049999999999999996,
2109      "cost_per_1m_out": 0.19999999999999998,
2110      "cost_per_1m_in_cached": 0,
2111      "cost_per_1m_out_cached": 0,
2112      "context_window": 131072,
2113      "default_max_tokens": 13107,
2114      "can_reason": true,
2115      "reasoning_levels": [
2116        "low",
2117        "medium",
2118        "high"
2119      ],
2120      "default_reasoning_effort": "medium",
2121      "supports_attachments": false,
2122      "options": {}
2123    },
2124    {
2125      "id": "openai/gpt-oss-20b:free",
2126      "name": "OpenAI: gpt-oss-20b (free)",
2127      "cost_per_1m_in": 0,
2128      "cost_per_1m_out": 0,
2129      "cost_per_1m_in_cached": 0,
2130      "cost_per_1m_out_cached": 0,
2131      "context_window": 131072,
2132      "default_max_tokens": 65536,
2133      "can_reason": true,
2134      "reasoning_levels": [
2135        "low",
2136        "medium",
2137        "high"
2138      ],
2139      "default_reasoning_effort": "medium",
2140      "supports_attachments": false,
2141      "options": {}
2142    },
2143    {
2144      "id": "openai/gpt-oss-safeguard-20b",
2145      "name": "OpenAI: gpt-oss-safeguard-20b",
2146      "cost_per_1m_in": 0.075,
2147      "cost_per_1m_out": 0.3,
2148      "cost_per_1m_in_cached": 0,
2149      "cost_per_1m_out_cached": 0.037,
2150      "context_window": 131072,
2151      "default_max_tokens": 32768,
2152      "can_reason": true,
2153      "reasoning_levels": [
2154        "low",
2155        "medium",
2156        "high"
2157      ],
2158      "default_reasoning_effort": "medium",
2159      "supports_attachments": false,
2160      "options": {}
2161    },
2162    {
2163      "id": "openai/o1",
2164      "name": "OpenAI: o1",
2165      "cost_per_1m_in": 15,
2166      "cost_per_1m_out": 60,
2167      "cost_per_1m_in_cached": 0,
2168      "cost_per_1m_out_cached": 7.5,
2169      "context_window": 200000,
2170      "default_max_tokens": 50000,
2171      "can_reason": false,
2172      "supports_attachments": true,
2173      "options": {}
2174    },
2175    {
2176      "id": "openai/o3",
2177      "name": "OpenAI: o3",
2178      "cost_per_1m_in": 2,
2179      "cost_per_1m_out": 8,
2180      "cost_per_1m_in_cached": 0,
2181      "cost_per_1m_out_cached": 0.5,
2182      "context_window": 200000,
2183      "default_max_tokens": 50000,
2184      "can_reason": true,
2185      "reasoning_levels": [
2186        "low",
2187        "medium",
2188        "high"
2189      ],
2190      "default_reasoning_effort": "medium",
2191      "supports_attachments": true,
2192      "options": {}
2193    },
2194    {
2195      "id": "openai/o3-deep-research",
2196      "name": "OpenAI: o3 Deep Research",
2197      "cost_per_1m_in": 10,
2198      "cost_per_1m_out": 40,
2199      "cost_per_1m_in_cached": 0,
2200      "cost_per_1m_out_cached": 2.5,
2201      "context_window": 200000,
2202      "default_max_tokens": 50000,
2203      "can_reason": true,
2204      "reasoning_levels": [
2205        "low",
2206        "medium",
2207        "high"
2208      ],
2209      "default_reasoning_effort": "medium",
2210      "supports_attachments": true,
2211      "options": {}
2212    },
2213    {
2214      "id": "openai/o3-mini",
2215      "name": "OpenAI: o3 Mini",
2216      "cost_per_1m_in": 1.1,
2217      "cost_per_1m_out": 4.4,
2218      "cost_per_1m_in_cached": 0,
2219      "cost_per_1m_out_cached": 0.55,
2220      "context_window": 200000,
2221      "default_max_tokens": 50000,
2222      "can_reason": false,
2223      "supports_attachments": false,
2224      "options": {}
2225    },
2226    {
2227      "id": "openai/o3-mini-high",
2228      "name": "OpenAI: o3 Mini High",
2229      "cost_per_1m_in": 1.1,
2230      "cost_per_1m_out": 4.4,
2231      "cost_per_1m_in_cached": 0,
2232      "cost_per_1m_out_cached": 0.55,
2233      "context_window": 200000,
2234      "default_max_tokens": 50000,
2235      "can_reason": false,
2236      "supports_attachments": false,
2237      "options": {}
2238    },
2239    {
2240      "id": "openai/o3-pro",
2241      "name": "OpenAI: o3 Pro",
2242      "cost_per_1m_in": 20,
2243      "cost_per_1m_out": 80,
2244      "cost_per_1m_in_cached": 0,
2245      "cost_per_1m_out_cached": 0,
2246      "context_window": 200000,
2247      "default_max_tokens": 50000,
2248      "can_reason": true,
2249      "reasoning_levels": [
2250        "low",
2251        "medium",
2252        "high"
2253      ],
2254      "default_reasoning_effort": "medium",
2255      "supports_attachments": true,
2256      "options": {}
2257    },
2258    {
2259      "id": "openai/o4-mini",
2260      "name": "OpenAI: o4 Mini",
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.275,
2265      "context_window": 200000,
2266      "default_max_tokens": 50000,
2267      "can_reason": true,
2268      "reasoning_levels": [
2269        "low",
2270        "medium",
2271        "high"
2272      ],
2273      "default_reasoning_effort": "medium",
2274      "supports_attachments": true,
2275      "options": {}
2276    },
2277    {
2278      "id": "openai/o4-mini-deep-research",
2279      "name": "OpenAI: o4 Mini Deep Research",
2280      "cost_per_1m_in": 2,
2281      "cost_per_1m_out": 8,
2282      "cost_per_1m_in_cached": 0,
2283      "cost_per_1m_out_cached": 0.5,
2284      "context_window": 200000,
2285      "default_max_tokens": 50000,
2286      "can_reason": true,
2287      "reasoning_levels": [
2288        "low",
2289        "medium",
2290        "high"
2291      ],
2292      "default_reasoning_effort": "medium",
2293      "supports_attachments": true,
2294      "options": {}
2295    },
2296    {
2297      "id": "openai/o4-mini-high",
2298      "name": "OpenAI: o4 Mini High",
2299      "cost_per_1m_in": 1.1,
2300      "cost_per_1m_out": 4.4,
2301      "cost_per_1m_in_cached": 0,
2302      "cost_per_1m_out_cached": 0.275,
2303      "context_window": 200000,
2304      "default_max_tokens": 50000,
2305      "can_reason": true,
2306      "reasoning_levels": [
2307        "low",
2308        "medium",
2309        "high"
2310      ],
2311      "default_reasoning_effort": "medium",
2312      "supports_attachments": true,
2313      "options": {}
2314    },
2315    {
2316      "id": "prime-intellect/intellect-3",
2317      "name": "Prime Intellect: INTELLECT-3",
2318      "cost_per_1m_in": 0.19999999999999998,
2319      "cost_per_1m_out": 1.1,
2320      "cost_per_1m_in_cached": 0,
2321      "cost_per_1m_out_cached": 0,
2322      "context_window": 131072,
2323      "default_max_tokens": 65536,
2324      "can_reason": true,
2325      "reasoning_levels": [
2326        "low",
2327        "medium",
2328        "high"
2329      ],
2330      "default_reasoning_effort": "medium",
2331      "supports_attachments": false,
2332      "options": {}
2333    },
2334    {
2335      "id": "qwen/qwen-2.5-72b-instruct",
2336      "name": "Qwen2.5 72B Instruct",
2337      "cost_per_1m_in": 0.12,
2338      "cost_per_1m_out": 0.39,
2339      "cost_per_1m_in_cached": 0,
2340      "cost_per_1m_out_cached": 0,
2341      "context_window": 32768,
2342      "default_max_tokens": 8192,
2343      "can_reason": false,
2344      "supports_attachments": false,
2345      "options": {}
2346    },
2347    {
2348      "id": "qwen/qwq-32b",
2349      "name": "Qwen: QwQ 32B",
2350      "cost_per_1m_in": 0.15,
2351      "cost_per_1m_out": 0.58,
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-plus-2025-07-28",
2368      "name": "Qwen: Qwen Plus 0728",
2369      "cost_per_1m_in": 0.39999999999999997,
2370      "cost_per_1m_out": 1.2,
2371      "cost_per_1m_in_cached": 0,
2372      "cost_per_1m_out_cached": 0,
2373      "context_window": 1000000,
2374      "default_max_tokens": 16384,
2375      "can_reason": false,
2376      "supports_attachments": false,
2377      "options": {}
2378    },
2379    {
2380      "id": "qwen/qwen-plus-2025-07-28:thinking",
2381      "name": "Qwen: Qwen Plus 0728 (thinking)",
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": true,
2389      "reasoning_levels": [
2390        "low",
2391        "medium",
2392        "high"
2393      ],
2394      "default_reasoning_effort": "medium",
2395      "supports_attachments": false,
2396      "options": {}
2397    },
2398    {
2399      "id": "qwen/qwen-vl-max",
2400      "name": "Qwen: Qwen VL Max",
2401      "cost_per_1m_in": 0.7999999999999999,
2402      "cost_per_1m_out": 3.1999999999999997,
2403      "cost_per_1m_in_cached": 0,
2404      "cost_per_1m_out_cached": 0,
2405      "context_window": 131072,
2406      "default_max_tokens": 16384,
2407      "can_reason": false,
2408      "supports_attachments": true,
2409      "options": {}
2410    },
2411    {
2412      "id": "qwen/qwen-max",
2413      "name": "Qwen: Qwen-Max ",
2414      "cost_per_1m_in": 1.5999999999999999,
2415      "cost_per_1m_out": 6.3999999999999995,
2416      "cost_per_1m_in_cached": 0,
2417      "cost_per_1m_out_cached": 0.32,
2418      "context_window": 32768,
2419      "default_max_tokens": 4096,
2420      "can_reason": false,
2421      "supports_attachments": false,
2422      "options": {}
2423    },
2424    {
2425      "id": "qwen/qwen-plus",
2426      "name": "Qwen: Qwen-Plus",
2427      "cost_per_1m_in": 0.39999999999999997,
2428      "cost_per_1m_out": 1.2,
2429      "cost_per_1m_in_cached": 0,
2430      "cost_per_1m_out_cached": 0.08,
2431      "context_window": 1000000,
2432      "default_max_tokens": 16384,
2433      "can_reason": false,
2434      "supports_attachments": false,
2435      "options": {}
2436    },
2437    {
2438      "id": "qwen/qwen-turbo",
2439      "name": "Qwen: Qwen-Turbo",
2440      "cost_per_1m_in": 0.049999999999999996,
2441      "cost_per_1m_out": 0.19999999999999998,
2442      "cost_per_1m_in_cached": 0,
2443      "cost_per_1m_out_cached": 0.01,
2444      "context_window": 131072,
2445      "default_max_tokens": 4096,
2446      "can_reason": false,
2447      "supports_attachments": false,
2448      "options": {}
2449    },
2450    {
2451      "id": "qwen/qwen-2.5-7b-instruct",
2452      "name": "Qwen: Qwen2.5 7B Instruct",
2453      "cost_per_1m_in": 0.04,
2454      "cost_per_1m_out": 0.09999999999999999,
2455      "cost_per_1m_in_cached": 0,
2456      "cost_per_1m_out_cached": 0.04,
2457      "context_window": 128000,
2458      "default_max_tokens": 4096,
2459      "can_reason": false,
2460      "supports_attachments": false,
2461      "options": {}
2462    },
2463    {
2464      "id": "qwen/qwen3-14b",
2465      "name": "Qwen: Qwen3 14B",
2466      "cost_per_1m_in": 0.049999999999999996,
2467      "cost_per_1m_out": 0.22,
2468      "cost_per_1m_in_cached": 0,
2469      "cost_per_1m_out_cached": 0.024999999999999998,
2470      "context_window": 40960,
2471      "default_max_tokens": 20480,
2472      "can_reason": true,
2473      "reasoning_levels": [
2474        "low",
2475        "medium",
2476        "high"
2477      ],
2478      "default_reasoning_effort": "medium",
2479      "supports_attachments": false,
2480      "options": {}
2481    },
2482    {
2483      "id": "qwen/qwen3-235b-a22b",
2484      "name": "Qwen: Qwen3 235B A22B",
2485      "cost_per_1m_in": 0.22,
2486      "cost_per_1m_out": 0.88,
2487      "cost_per_1m_in_cached": 0,
2488      "cost_per_1m_out_cached": 0.11,
2489      "context_window": 131072,
2490      "default_max_tokens": 13107,
2491      "can_reason": true,
2492      "reasoning_levels": [
2493        "low",
2494        "medium",
2495        "high"
2496      ],
2497      "default_reasoning_effort": "medium",
2498      "supports_attachments": false,
2499      "options": {}
2500    },
2501    {
2502      "id": "qwen/qwen3-235b-a22b-2507",
2503      "name": "Qwen: Qwen3 235B A22B Instruct 2507",
2504      "cost_per_1m_in": 0.22,
2505      "cost_per_1m_out": 0.88,
2506      "cost_per_1m_in_cached": 0,
2507      "cost_per_1m_out_cached": 0,
2508      "context_window": 262144,
2509      "default_max_tokens": 8192,
2510      "can_reason": false,
2511      "supports_attachments": false,
2512      "options": {}
2513    },
2514    {
2515      "id": "qwen/qwen3-235b-a22b-thinking-2507",
2516      "name": "Qwen: Qwen3 235B A22B Thinking 2507",
2517      "cost_per_1m_in": 0.6,
2518      "cost_per_1m_out": 2.4,
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": true,
2524      "reasoning_levels": [
2525        "low",
2526        "medium",
2527        "high"
2528      ],
2529      "default_reasoning_effort": "medium",
2530      "supports_attachments": false,
2531      "options": {}
2532    },
2533    {
2534      "id": "qwen/qwen3-30b-a3b",
2535      "name": "Qwen: Qwen3 30B A3B",
2536      "cost_per_1m_in": 0.15,
2537      "cost_per_1m_out": 0.6,
2538      "cost_per_1m_in_cached": 0,
2539      "cost_per_1m_out_cached": 0,
2540      "context_window": 131072,
2541      "default_max_tokens": 65536,
2542      "can_reason": true,
2543      "reasoning_levels": [
2544        "low",
2545        "medium",
2546        "high"
2547      ],
2548      "default_reasoning_effort": "medium",
2549      "supports_attachments": false,
2550      "options": {}
2551    },
2552    {
2553      "id": "qwen/qwen3-30b-a3b-instruct-2507",
2554      "name": "Qwen: Qwen3 30B A3B Instruct 2507",
2555      "cost_per_1m_in": 0.08,
2556      "cost_per_1m_out": 0.33,
2557      "cost_per_1m_in_cached": 0,
2558      "cost_per_1m_out_cached": 0.04,
2559      "context_window": 262144,
2560      "default_max_tokens": 131072,
2561      "can_reason": false,
2562      "supports_attachments": false,
2563      "options": {}
2564    },
2565    {
2566      "id": "qwen/qwen3-30b-a3b-thinking-2507",
2567      "name": "Qwen: Qwen3 30B A3B Thinking 2507",
2568      "cost_per_1m_in": 0.09999999999999999,
2569      "cost_per_1m_out": 0.3,
2570      "cost_per_1m_in_cached": 0,
2571      "cost_per_1m_out_cached": 0,
2572      "context_window": 262144,
2573      "default_max_tokens": 26214,
2574      "can_reason": true,
2575      "reasoning_levels": [
2576        "low",
2577        "medium",
2578        "high"
2579      ],
2580      "default_reasoning_effort": "medium",
2581      "supports_attachments": false,
2582      "options": {}
2583    },
2584    {
2585      "id": "qwen/qwen3-32b",
2586      "name": "Qwen: Qwen3 32B",
2587      "cost_per_1m_in": 0.39999999999999997,
2588      "cost_per_1m_out": 0.7999999999999999,
2589      "cost_per_1m_in_cached": 0,
2590      "cost_per_1m_out_cached": 0.39999999999999997,
2591      "context_window": 131072,
2592      "default_max_tokens": 4096,
2593      "can_reason": true,
2594      "reasoning_levels": [
2595        "low",
2596        "medium",
2597        "high"
2598      ],
2599      "default_reasoning_effort": "medium",
2600      "supports_attachments": false,
2601      "options": {}
2602    },
2603    {
2604      "id": "qwen/qwen3-4b:free",
2605      "name": "Qwen: Qwen3 4B (free)",
2606      "cost_per_1m_in": 0,
2607      "cost_per_1m_out": 0,
2608      "cost_per_1m_in_cached": 0,
2609      "cost_per_1m_out_cached": 0,
2610      "context_window": 40960,
2611      "default_max_tokens": 4096,
2612      "can_reason": true,
2613      "reasoning_levels": [
2614        "low",
2615        "medium",
2616        "high"
2617      ],
2618      "default_reasoning_effort": "medium",
2619      "supports_attachments": false,
2620      "options": {}
2621    },
2622    {
2623      "id": "qwen/qwen3-8b",
2624      "name": "Qwen: Qwen3 8B",
2625      "cost_per_1m_in": 0.049999999999999996,
2626      "cost_per_1m_out": 0.39999999999999997,
2627      "cost_per_1m_in_cached": 0,
2628      "cost_per_1m_out_cached": 0.049999999999999996,
2629      "context_window": 32000,
2630      "default_max_tokens": 4096,
2631      "can_reason": true,
2632      "reasoning_levels": [
2633        "low",
2634        "medium",
2635        "high"
2636      ],
2637      "default_reasoning_effort": "medium",
2638      "supports_attachments": false,
2639      "options": {}
2640    },
2641    {
2642      "id": "qwen/qwen3-coder-30b-a3b-instruct",
2643      "name": "Qwen: Qwen3 Coder 30B A3B Instruct",
2644      "cost_per_1m_in": 0.09999999999999999,
2645      "cost_per_1m_out": 0.3,
2646      "cost_per_1m_in_cached": 0,
2647      "cost_per_1m_out_cached": 0,
2648      "context_window": 262144,
2649      "default_max_tokens": 26214,
2650      "can_reason": false,
2651      "supports_attachments": false,
2652      "options": {}
2653    },
2654    {
2655      "id": "qwen/qwen3-coder",
2656      "name": "Qwen: Qwen3 Coder 480B A35B",
2657      "cost_per_1m_in": 0.22,
2658      "cost_per_1m_out": 1.7999999999999998,
2659      "cost_per_1m_in_cached": 0,
2660      "cost_per_1m_out_cached": 0,
2661      "context_window": 262144,
2662      "default_max_tokens": 32768,
2663      "can_reason": false,
2664      "supports_attachments": false,
2665      "options": {}
2666    },
2667    {
2668      "id": "qwen/qwen3-coder:exacto",
2669      "name": "Qwen: Qwen3 Coder 480B A35B (exacto)",
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:free",
2682      "name": "Qwen: Qwen3 Coder 480B A35B (free)",
2683      "cost_per_1m_in": 0,
2684      "cost_per_1m_out": 0,
2685      "cost_per_1m_in_cached": 0,
2686      "cost_per_1m_out_cached": 0,
2687      "context_window": 262000,
2688      "default_max_tokens": 131000,
2689      "can_reason": false,
2690      "supports_attachments": false,
2691      "options": {}
2692    },
2693    {
2694      "id": "qwen/qwen3-coder-flash",
2695      "name": "Qwen: Qwen3 Coder Flash",
2696      "cost_per_1m_in": 0.3,
2697      "cost_per_1m_out": 1.5,
2698      "cost_per_1m_in_cached": 0,
2699      "cost_per_1m_out_cached": 0.06,
2700      "context_window": 1000000,
2701      "default_max_tokens": 32768,
2702      "can_reason": false,
2703      "supports_attachments": false,
2704      "options": {}
2705    },
2706    {
2707      "id": "qwen/qwen3-coder-next",
2708      "name": "Qwen: Qwen3 Coder Next",
2709      "cost_per_1m_in": 0.15,
2710      "cost_per_1m_out": 0.7999999999999999,
2711      "cost_per_1m_in_cached": 0,
2712      "cost_per_1m_out_cached": 0,
2713      "context_window": 262144,
2714      "default_max_tokens": 131072,
2715      "can_reason": false,
2716      "supports_attachments": false,
2717      "options": {}
2718    },
2719    {
2720      "id": "qwen/qwen3-coder-plus",
2721      "name": "Qwen: Qwen3 Coder Plus",
2722      "cost_per_1m_in": 1,
2723      "cost_per_1m_out": 5,
2724      "cost_per_1m_in_cached": 0,
2725      "cost_per_1m_out_cached": 0.19999999999999998,
2726      "context_window": 1000000,
2727      "default_max_tokens": 32768,
2728      "can_reason": false,
2729      "supports_attachments": false,
2730      "options": {}
2731    },
2732    {
2733      "id": "qwen/qwen3-max",
2734      "name": "Qwen: Qwen3 Max",
2735      "cost_per_1m_in": 1.2,
2736      "cost_per_1m_out": 6,
2737      "cost_per_1m_in_cached": 0,
2738      "cost_per_1m_out_cached": 0.24,
2739      "context_window": 262144,
2740      "default_max_tokens": 32768,
2741      "can_reason": false,
2742      "supports_attachments": false,
2743      "options": {}
2744    },
2745    {
2746      "id": "qwen/qwen3-max-thinking",
2747      "name": "Qwen: Qwen3 Max Thinking",
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,
2752      "context_window": 262144,
2753      "default_max_tokens": 32768,
2754      "can_reason": true,
2755      "reasoning_levels": [
2756        "low",
2757        "medium",
2758        "high"
2759      ],
2760      "default_reasoning_effort": "medium",
2761      "supports_attachments": false,
2762      "options": {}
2763    },
2764    {
2765      "id": "qwen/qwen3-next-80b-a3b-instruct",
2766      "name": "Qwen: Qwen3 Next 80B A3B Instruct",
2767      "cost_per_1m_in": 0.09999999999999999,
2768      "cost_per_1m_out": 1.1,
2769      "cost_per_1m_in_cached": 0,
2770      "cost_per_1m_out_cached": 0,
2771      "context_window": 262144,
2772      "default_max_tokens": 131072,
2773      "can_reason": false,
2774      "supports_attachments": false,
2775      "options": {}
2776    },
2777    {
2778      "id": "qwen/qwen3-next-80b-a3b-instruct:free",
2779      "name": "Qwen: Qwen3 Next 80B A3B Instruct (free)",
2780      "cost_per_1m_in": 0,
2781      "cost_per_1m_out": 0,
2782      "cost_per_1m_in_cached": 0,
2783      "cost_per_1m_out_cached": 0,
2784      "context_window": 262144,
2785      "default_max_tokens": 26214,
2786      "can_reason": false,
2787      "supports_attachments": false,
2788      "options": {}
2789    },
2790    {
2791      "id": "qwen/qwen3-next-80b-a3b-thinking",
2792      "name": "Qwen: Qwen3 Next 80B A3B Thinking",
2793      "cost_per_1m_in": 0.3,
2794      "cost_per_1m_out": 0.3,
2795      "cost_per_1m_in_cached": 0,
2796      "cost_per_1m_out_cached": 0,
2797      "context_window": 262144,
2798      "default_max_tokens": 131072,
2799      "can_reason": true,
2800      "reasoning_levels": [
2801        "low",
2802        "medium",
2803        "high"
2804      ],
2805      "default_reasoning_effort": "medium",
2806      "supports_attachments": false,
2807      "options": {}
2808    },
2809    {
2810      "id": "qwen/qwen3-vl-235b-a22b-instruct",
2811      "name": "Qwen: Qwen3 VL 235B A22B Instruct",
2812      "cost_per_1m_in": 0.3,
2813      "cost_per_1m_out": 1.2,
2814      "cost_per_1m_in_cached": 0,
2815      "cost_per_1m_out_cached": 0.15,
2816      "context_window": 262144,
2817      "default_max_tokens": 131072,
2818      "can_reason": false,
2819      "supports_attachments": true,
2820      "options": {}
2821    },
2822    {
2823      "id": "qwen/qwen3-vl-235b-a22b-thinking",
2824      "name": "Qwen: Qwen3 VL 235B A22B Thinking",
2825      "cost_per_1m_in": 0.44999999999999996,
2826      "cost_per_1m_out": 3.5,
2827      "cost_per_1m_in_cached": 0,
2828      "cost_per_1m_out_cached": 0,
2829      "context_window": 262144,
2830      "default_max_tokens": 131072,
2831      "can_reason": true,
2832      "reasoning_levels": [
2833        "low",
2834        "medium",
2835        "high"
2836      ],
2837      "default_reasoning_effort": "medium",
2838      "supports_attachments": true,
2839      "options": {}
2840    },
2841    {
2842      "id": "qwen/qwen3-vl-30b-a3b-instruct",
2843      "name": "Qwen: Qwen3 VL 30B A3B Instruct",
2844      "cost_per_1m_in": 0.19999999999999998,
2845      "cost_per_1m_out": 0.7,
2846      "cost_per_1m_in_cached": 0,
2847      "cost_per_1m_out_cached": 0,
2848      "context_window": 131072,
2849      "default_max_tokens": 16384,
2850      "can_reason": false,
2851      "supports_attachments": true,
2852      "options": {}
2853    },
2854    {
2855      "id": "qwen/qwen3-vl-30b-a3b-thinking",
2856      "name": "Qwen: Qwen3 VL 30B A3B Thinking",
2857      "cost_per_1m_in": 0.19999999999999998,
2858      "cost_per_1m_out": 1,
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": true,
2864      "reasoning_levels": [
2865        "low",
2866        "medium",
2867        "high"
2868      ],
2869      "default_reasoning_effort": "medium",
2870      "supports_attachments": true,
2871      "options": {}
2872    },
2873    {
2874      "id": "qwen/qwen3-vl-8b-instruct",
2875      "name": "Qwen: Qwen3 VL 8B Instruct",
2876      "cost_per_1m_in": 0.25,
2877      "cost_per_1m_out": 0.75,
2878      "cost_per_1m_in_cached": 0,
2879      "cost_per_1m_out_cached": 0,
2880      "context_window": 262144,
2881      "default_max_tokens": 131072,
2882      "can_reason": false,
2883      "supports_attachments": true,
2884      "options": {}
2885    },
2886    {
2887      "id": "qwen/qwen3-vl-8b-thinking",
2888      "name": "Qwen: Qwen3 VL 8B Thinking",
2889      "cost_per_1m_in": 0.18,
2890      "cost_per_1m_out": 2.0999999999999996,
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": true,
2896      "reasoning_levels": [
2897        "low",
2898        "medium",
2899        "high"
2900      ],
2901      "default_reasoning_effort": "medium",
2902      "supports_attachments": true,
2903      "options": {}
2904    },
2905    {
2906      "id": "relace/relace-search",
2907      "name": "Relace: Relace Search",
2908      "cost_per_1m_in": 1,
2909      "cost_per_1m_out": 3,
2910      "cost_per_1m_in_cached": 0,
2911      "cost_per_1m_out_cached": 0,
2912      "context_window": 256000,
2913      "default_max_tokens": 64000,
2914      "can_reason": false,
2915      "supports_attachments": false,
2916      "options": {}
2917    },
2918    {
2919      "id": "stepfun/step-3.5-flash",
2920      "name": "StepFun: Step 3.5 Flash",
2921      "cost_per_1m_in": 0.09999999999999999,
2922      "cost_per_1m_out": 0.3,
2923      "cost_per_1m_in_cached": 0,
2924      "cost_per_1m_out_cached": 0.02,
2925      "context_window": 256000,
2926      "default_max_tokens": 128000,
2927      "can_reason": true,
2928      "reasoning_levels": [
2929        "low",
2930        "medium",
2931        "high"
2932      ],
2933      "default_reasoning_effort": "medium",
2934      "supports_attachments": false,
2935      "options": {}
2936    },
2937    {
2938      "id": "stepfun/step-3.5-flash:free",
2939      "name": "StepFun: Step 3.5 Flash (free)",
2940      "cost_per_1m_in": 0,
2941      "cost_per_1m_out": 0,
2942      "cost_per_1m_in_cached": 0,
2943      "cost_per_1m_out_cached": 0,
2944      "context_window": 256000,
2945      "default_max_tokens": 128000,
2946      "can_reason": true,
2947      "reasoning_levels": [
2948        "low",
2949        "medium",
2950        "high"
2951      ],
2952      "default_reasoning_effort": "medium",
2953      "supports_attachments": false,
2954      "options": {}
2955    },
2956    {
2957      "id": "tngtech/deepseek-r1t2-chimera",
2958      "name": "TNG: DeepSeek R1T2 Chimera",
2959      "cost_per_1m_in": 0.25,
2960      "cost_per_1m_out": 0.85,
2961      "cost_per_1m_in_cached": 0,
2962      "cost_per_1m_out_cached": 0.125,
2963      "context_window": 163840,
2964      "default_max_tokens": 81920,
2965      "can_reason": true,
2966      "reasoning_levels": [
2967        "low",
2968        "medium",
2969        "high"
2970      ],
2971      "default_reasoning_effort": "medium",
2972      "supports_attachments": false,
2973      "options": {}
2974    },
2975    {
2976      "id": "tngtech/tng-r1t-chimera",
2977      "name": "TNG: R1T Chimera",
2978      "cost_per_1m_in": 0.25,
2979      "cost_per_1m_out": 0.85,
2980      "cost_per_1m_in_cached": 0,
2981      "cost_per_1m_out_cached": 0.125,
2982      "context_window": 163840,
2983      "default_max_tokens": 32768,
2984      "can_reason": true,
2985      "reasoning_levels": [
2986        "low",
2987        "medium",
2988        "high"
2989      ],
2990      "default_reasoning_effort": "medium",
2991      "supports_attachments": false,
2992      "options": {}
2993    },
2994    {
2995      "id": "tngtech/tng-r1t-chimera:free",
2996      "name": "TNG: R1T Chimera (free)",
2997      "cost_per_1m_in": 0,
2998      "cost_per_1m_out": 0,
2999      "cost_per_1m_in_cached": 0,
3000      "cost_per_1m_out_cached": 0,
3001      "context_window": 163840,
3002      "default_max_tokens": 32768,
3003      "can_reason": true,
3004      "reasoning_levels": [
3005        "low",
3006        "medium",
3007        "high"
3008      ],
3009      "default_reasoning_effort": "medium",
3010      "supports_attachments": false,
3011      "options": {}
3012    },
3013    {
3014      "id": "thedrummer/rocinante-12b",
3015      "name": "TheDrummer: Rocinante 12B",
3016      "cost_per_1m_in": 0.16999999999999998,
3017      "cost_per_1m_out": 0.43,
3018      "cost_per_1m_in_cached": 0,
3019      "cost_per_1m_out_cached": 0,
3020      "context_window": 32768,
3021      "default_max_tokens": 16384,
3022      "can_reason": false,
3023      "supports_attachments": false,
3024      "options": {}
3025    },
3026    {
3027      "id": "thedrummer/unslopnemo-12b",
3028      "name": "TheDrummer: UnslopNemo 12B",
3029      "cost_per_1m_in": 0.39999999999999997,
3030      "cost_per_1m_out": 0.39999999999999997,
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": "alibaba/tongyi-deepresearch-30b-a3b",
3041      "name": "Tongyi DeepResearch 30B A3B",
3042      "cost_per_1m_in": 0.09,
3043      "cost_per_1m_out": 0.44999999999999996,
3044      "cost_per_1m_in_cached": 0,
3045      "cost_per_1m_out_cached": 0.09,
3046      "context_window": 131072,
3047      "default_max_tokens": 65536,
3048      "can_reason": true,
3049      "reasoning_levels": [
3050        "low",
3051        "medium",
3052        "high"
3053      ],
3054      "default_reasoning_effort": "medium",
3055      "supports_attachments": false,
3056      "options": {}
3057    },
3058    {
3059      "id": "upstage/solar-pro-3:free",
3060      "name": "Upstage: Solar Pro 3 (free)",
3061      "cost_per_1m_in": 0,
3062      "cost_per_1m_out": 0,
3063      "cost_per_1m_in_cached": 0,
3064      "cost_per_1m_out_cached": 0,
3065      "context_window": 128000,
3066      "default_max_tokens": 12800,
3067      "can_reason": true,
3068      "reasoning_levels": [
3069        "low",
3070        "medium",
3071        "high"
3072      ],
3073      "default_reasoning_effort": "medium",
3074      "supports_attachments": false,
3075      "options": {}
3076    },
3077    {
3078      "id": "xiaomi/mimo-v2-flash",
3079      "name": "Xiaomi: MiMo-V2-Flash",
3080      "cost_per_1m_in": 0.09,
3081      "cost_per_1m_out": 0.29,
3082      "cost_per_1m_in_cached": 0,
3083      "cost_per_1m_out_cached": 0.045,
3084      "context_window": 262144,
3085      "default_max_tokens": 26214,
3086      "can_reason": true,
3087      "reasoning_levels": [
3088        "low",
3089        "medium",
3090        "high"
3091      ],
3092      "default_reasoning_effort": "medium",
3093      "supports_attachments": false,
3094      "options": {}
3095    },
3096    {
3097      "id": "z-ai/glm-4-32b",
3098      "name": "Z.ai: GLM 4 32B ",
3099      "cost_per_1m_in": 0.09999999999999999,
3100      "cost_per_1m_out": 0.09999999999999999,
3101      "cost_per_1m_in_cached": 0,
3102      "cost_per_1m_out_cached": 0,
3103      "context_window": 128000,
3104      "default_max_tokens": 12800,
3105      "can_reason": false,
3106      "supports_attachments": false,
3107      "options": {}
3108    },
3109    {
3110      "id": "z-ai/glm-4.5",
3111      "name": "Z.ai: GLM 4.5",
3112      "cost_per_1m_in": 0.6,
3113      "cost_per_1m_out": 2.2,
3114      "cost_per_1m_in_cached": 0,
3115      "cost_per_1m_out_cached": 0.11,
3116      "context_window": 131072,
3117      "default_max_tokens": 48000,
3118      "can_reason": true,
3119      "reasoning_levels": [
3120        "low",
3121        "medium",
3122        "high"
3123      ],
3124      "default_reasoning_effort": "medium",
3125      "supports_attachments": false,
3126      "options": {}
3127    },
3128    {
3129      "id": "z-ai/glm-4.5-air",
3130      "name": "Z.ai: GLM 4.5 Air",
3131      "cost_per_1m_in": 0.19999999999999998,
3132      "cost_per_1m_out": 1.2,
3133      "cost_per_1m_in_cached": 0,
3134      "cost_per_1m_out_cached": 0,
3135      "context_window": 131072,
3136      "default_max_tokens": 13107,
3137      "can_reason": true,
3138      "reasoning_levels": [
3139        "low",
3140        "medium",
3141        "high"
3142      ],
3143      "default_reasoning_effort": "medium",
3144      "supports_attachments": false,
3145      "options": {}
3146    },
3147    {
3148      "id": "z-ai/glm-4.5-air:free",
3149      "name": "Z.ai: GLM 4.5 Air (free)",
3150      "cost_per_1m_in": 0,
3151      "cost_per_1m_out": 0,
3152      "cost_per_1m_in_cached": 0,
3153      "cost_per_1m_out_cached": 0,
3154      "context_window": 131072,
3155      "default_max_tokens": 48000,
3156      "can_reason": true,
3157      "reasoning_levels": [
3158        "low",
3159        "medium",
3160        "high"
3161      ],
3162      "default_reasoning_effort": "medium",
3163      "supports_attachments": false,
3164      "options": {}
3165    },
3166    {
3167      "id": "z-ai/glm-4.5v",
3168      "name": "Z.ai: GLM 4.5V",
3169      "cost_per_1m_in": 0.6,
3170      "cost_per_1m_out": 1.7999999999999998,
3171      "cost_per_1m_in_cached": 0,
3172      "cost_per_1m_out_cached": 0.11,
3173      "context_window": 65536,
3174      "default_max_tokens": 8192,
3175      "can_reason": true,
3176      "reasoning_levels": [
3177        "low",
3178        "medium",
3179        "high"
3180      ],
3181      "default_reasoning_effort": "medium",
3182      "supports_attachments": true,
3183      "options": {}
3184    },
3185    {
3186      "id": "z-ai/glm-4.6",
3187      "name": "Z.ai: GLM 4.6",
3188      "cost_per_1m_in": 0.39,
3189      "cost_per_1m_out": 1.9,
3190      "cost_per_1m_in_cached": 0,
3191      "cost_per_1m_out_cached": 0,
3192      "context_window": 204800,
3193      "default_max_tokens": 102400,
3194      "can_reason": true,
3195      "reasoning_levels": [
3196        "low",
3197        "medium",
3198        "high"
3199      ],
3200      "default_reasoning_effort": "medium",
3201      "supports_attachments": false,
3202      "options": {}
3203    },
3204    {
3205      "id": "z-ai/glm-4.6:exacto",
3206      "name": "Z.ai: GLM 4.6 (exacto)",
3207      "cost_per_1m_in": 0.44,
3208      "cost_per_1m_out": 1.76,
3209      "cost_per_1m_in_cached": 0,
3210      "cost_per_1m_out_cached": 0.11,
3211      "context_window": 204800,
3212      "default_max_tokens": 65536,
3213      "can_reason": true,
3214      "reasoning_levels": [
3215        "low",
3216        "medium",
3217        "high"
3218      ],
3219      "default_reasoning_effort": "medium",
3220      "supports_attachments": false,
3221      "options": {}
3222    },
3223    {
3224      "id": "z-ai/glm-4.6v",
3225      "name": "Z.ai: GLM 4.6V",
3226      "cost_per_1m_in": 0.3,
3227      "cost_per_1m_out": 0.8999999999999999,
3228      "cost_per_1m_in_cached": 0,
3229      "cost_per_1m_out_cached": 0.15,
3230      "context_window": 131072,
3231      "default_max_tokens": 32768,
3232      "can_reason": true,
3233      "reasoning_levels": [
3234        "low",
3235        "medium",
3236        "high"
3237      ],
3238      "default_reasoning_effort": "medium",
3239      "supports_attachments": true,
3240      "options": {}
3241    },
3242    {
3243      "id": "z-ai/glm-4.7",
3244      "name": "Z.ai: GLM 4.7",
3245      "cost_per_1m_in": 0.54,
3246      "cost_per_1m_out": 1.9800000000000002,
3247      "cost_per_1m_in_cached": 0,
3248      "cost_per_1m_out_cached": 0.099,
3249      "context_window": 204800,
3250      "default_max_tokens": 65536,
3251      "can_reason": true,
3252      "reasoning_levels": [
3253        "low",
3254        "medium",
3255        "high"
3256      ],
3257      "default_reasoning_effort": "medium",
3258      "supports_attachments": false,
3259      "options": {}
3260    },
3261    {
3262      "id": "z-ai/glm-4.7-flash",
3263      "name": "Z.ai: GLM 4.7 Flash",
3264      "cost_per_1m_in": 0.06,
3265      "cost_per_1m_out": 0.39999999999999997,
3266      "cost_per_1m_in_cached": 0,
3267      "cost_per_1m_out_cached": 0.0100000002,
3268      "context_window": 202752,
3269      "default_max_tokens": 20275,
3270      "can_reason": true,
3271      "reasoning_levels": [
3272        "low",
3273        "medium",
3274        "high"
3275      ],
3276      "default_reasoning_effort": "medium",
3277      "supports_attachments": false,
3278      "options": {}
3279    },
3280    {
3281      "id": "z-ai/glm-5",
3282      "name": "Z.ai: GLM 5",
3283      "cost_per_1m_in": 1,
3284      "cost_per_1m_out": 3.1999999999999997,
3285      "cost_per_1m_in_cached": 0,
3286      "cost_per_1m_out_cached": 0.19999999999999998,
3287      "context_window": 202800,
3288      "default_max_tokens": 65536,
3289      "can_reason": true,
3290      "reasoning_levels": [
3291        "low",
3292        "medium",
3293        "high"
3294      ],
3295      "default_reasoning_effort": "medium",
3296      "supports_attachments": false,
3297      "options": {}
3298    },
3299    {
3300      "id": "x-ai/grok-3",
3301      "name": "xAI: Grok 3",
3302      "cost_per_1m_in": 5,
3303      "cost_per_1m_out": 25,
3304      "cost_per_1m_in_cached": 0,
3305      "cost_per_1m_out_cached": 1.25,
3306      "context_window": 131072,
3307      "default_max_tokens": 13107,
3308      "can_reason": false,
3309      "supports_attachments": false,
3310      "options": {}
3311    },
3312    {
3313      "id": "x-ai/grok-3-beta",
3314      "name": "xAI: Grok 3 Beta",
3315      "cost_per_1m_in": 5,
3316      "cost_per_1m_out": 25,
3317      "cost_per_1m_in_cached": 0,
3318      "cost_per_1m_out_cached": 1.25,
3319      "context_window": 131072,
3320      "default_max_tokens": 13107,
3321      "can_reason": false,
3322      "supports_attachments": false,
3323      "options": {}
3324    },
3325    {
3326      "id": "x-ai/grok-3-mini",
3327      "name": "xAI: Grok 3 Mini",
3328      "cost_per_1m_in": 0.6,
3329      "cost_per_1m_out": 4,
3330      "cost_per_1m_in_cached": 0,
3331      "cost_per_1m_out_cached": 0.15,
3332      "context_window": 131072,
3333      "default_max_tokens": 13107,
3334      "can_reason": true,
3335      "reasoning_levels": [
3336        "low",
3337        "medium",
3338        "high"
3339      ],
3340      "default_reasoning_effort": "medium",
3341      "supports_attachments": false,
3342      "options": {}
3343    },
3344    {
3345      "id": "x-ai/grok-3-mini-beta",
3346      "name": "xAI: Grok 3 Mini Beta",
3347      "cost_per_1m_in": 0.6,
3348      "cost_per_1m_out": 4,
3349      "cost_per_1m_in_cached": 0,
3350      "cost_per_1m_out_cached": 0.15,
3351      "context_window": 131072,
3352      "default_max_tokens": 13107,
3353      "can_reason": true,
3354      "reasoning_levels": [
3355        "low",
3356        "medium",
3357        "high"
3358      ],
3359      "default_reasoning_effort": "medium",
3360      "supports_attachments": false,
3361      "options": {}
3362    },
3363    {
3364      "id": "x-ai/grok-4",
3365      "name": "xAI: Grok 4",
3366      "cost_per_1m_in": 3,
3367      "cost_per_1m_out": 15,
3368      "cost_per_1m_in_cached": 0,
3369      "cost_per_1m_out_cached": 0.75,
3370      "context_window": 256000,
3371      "default_max_tokens": 25600,
3372      "can_reason": true,
3373      "reasoning_levels": [
3374        "low",
3375        "medium",
3376        "high"
3377      ],
3378      "default_reasoning_effort": "medium",
3379      "supports_attachments": true,
3380      "options": {}
3381    },
3382    {
3383      "id": "x-ai/grok-4-fast",
3384      "name": "xAI: Grok 4 Fast",
3385      "cost_per_1m_in": 0.19999999999999998,
3386      "cost_per_1m_out": 0.5,
3387      "cost_per_1m_in_cached": 0,
3388      "cost_per_1m_out_cached": 0.049999999999999996,
3389      "context_window": 2000000,
3390      "default_max_tokens": 15000,
3391      "can_reason": true,
3392      "reasoning_levels": [
3393        "low",
3394        "medium",
3395        "high"
3396      ],
3397      "default_reasoning_effort": "medium",
3398      "supports_attachments": true,
3399      "options": {}
3400    },
3401    {
3402      "id": "x-ai/grok-4.1-fast",
3403      "name": "xAI: Grok 4.1 Fast",
3404      "cost_per_1m_in": 0.19999999999999998,
3405      "cost_per_1m_out": 0.5,
3406      "cost_per_1m_in_cached": 0,
3407      "cost_per_1m_out_cached": 0.049999999999999996,
3408      "context_window": 2000000,
3409      "default_max_tokens": 15000,
3410      "can_reason": true,
3411      "reasoning_levels": [
3412        "low",
3413        "medium",
3414        "high"
3415      ],
3416      "default_reasoning_effort": "medium",
3417      "supports_attachments": true,
3418      "options": {}
3419    },
3420    {
3421      "id": "x-ai/grok-code-fast-1",
3422      "name": "xAI: Grok Code Fast 1",
3423      "cost_per_1m_in": 0.19999999999999998,
3424      "cost_per_1m_out": 1.5,
3425      "cost_per_1m_in_cached": 0,
3426      "cost_per_1m_out_cached": 0.02,
3427      "context_window": 256000,
3428      "default_max_tokens": 5000,
3429      "can_reason": true,
3430      "reasoning_levels": [
3431        "low",
3432        "medium",
3433        "high"
3434      ],
3435      "default_reasoning_effort": "medium",
3436      "supports_attachments": false,
3437      "options": {}
3438    }
3439  ],
3440  "default_headers": {
3441    "HTTP-Referer": "https://charm.land",
3442    "X-Title": "Crush"
3443  }
3444}