openrouter.json

   1{
   2  "name": "OpenRouter",
   3  "id": "openrouter",
   4  "api_key": "$OPENROUTER_API_KEY",
   5  "api_endpoint": "https://openrouter.ai/api/v1",
   6  "type": "openrouter",
   7  "default_large_model_id": "anthropic/claude-sonnet-4",
   8  "default_small_model_id": "anthropic/claude-3.5-haiku",
   9  "models": [
  10    {
  11      "id": "ai21/jamba-large-1.7",
  12      "name": "AI21: Jamba Large 1.7",
  13      "cost_per_1m_in": 2,
  14      "cost_per_1m_out": 8,
  15      "cost_per_1m_in_cached": 0,
  16      "cost_per_1m_out_cached": 0,
  17      "context_window": 256000,
  18      "default_max_tokens": 2048,
  19      "can_reason": false,
  20      "supports_attachments": false,
  21      "options": {}
  22    },
  23    {
  24      "id": "allenai/olmo-3.1-32b-instruct",
  25      "name": "AllenAI: Olmo 3.1 32B Instruct",
  26      "cost_per_1m_in": 0.19999999999999998,
  27      "cost_per_1m_out": 0.6,
  28      "cost_per_1m_in_cached": 0,
  29      "cost_per_1m_out_cached": 0,
  30      "context_window": 65536,
  31      "default_max_tokens": 6553,
  32      "can_reason": false,
  33      "supports_attachments": false,
  34      "options": {}
  35    },
  36    {
  37      "id": "amazon/nova-2-lite-v1",
  38      "name": "Amazon: Nova 2 Lite",
  39      "cost_per_1m_in": 0.3,
  40      "cost_per_1m_out": 2.5,
  41      "cost_per_1m_in_cached": 0,
  42      "cost_per_1m_out_cached": 0,
  43      "context_window": 1000000,
  44      "default_max_tokens": 32767,
  45      "can_reason": true,
  46      "reasoning_levels": [
  47        "low",
  48        "medium",
  49        "high"
  50      ],
  51      "default_reasoning_effort": "medium",
  52      "supports_attachments": true,
  53      "options": {}
  54    },
  55    {
  56      "id": "amazon/nova-lite-v1",
  57      "name": "Amazon: Nova Lite 1.0",
  58      "cost_per_1m_in": 0.06,
  59      "cost_per_1m_out": 0.24,
  60      "cost_per_1m_in_cached": 0,
  61      "cost_per_1m_out_cached": 0,
  62      "context_window": 300000,
  63      "default_max_tokens": 2560,
  64      "can_reason": false,
  65      "supports_attachments": true,
  66      "options": {}
  67    },
  68    {
  69      "id": "amazon/nova-micro-v1",
  70      "name": "Amazon: Nova Micro 1.0",
  71      "cost_per_1m_in": 0.035,
  72      "cost_per_1m_out": 0.14,
  73      "cost_per_1m_in_cached": 0,
  74      "cost_per_1m_out_cached": 0,
  75      "context_window": 128000,
  76      "default_max_tokens": 2560,
  77      "can_reason": false,
  78      "supports_attachments": false,
  79      "options": {}
  80    },
  81    {
  82      "id": "amazon/nova-premier-v1",
  83      "name": "Amazon: Nova Premier 1.0",
  84      "cost_per_1m_in": 2.5,
  85      "cost_per_1m_out": 12.5,
  86      "cost_per_1m_in_cached": 0,
  87      "cost_per_1m_out_cached": 0.625,
  88      "context_window": 1000000,
  89      "default_max_tokens": 16000,
  90      "can_reason": false,
  91      "supports_attachments": true,
  92      "options": {}
  93    },
  94    {
  95      "id": "amazon/nova-pro-v1",
  96      "name": "Amazon: Nova Pro 1.0",
  97      "cost_per_1m_in": 0.7999999999999999,
  98      "cost_per_1m_out": 3.1999999999999997,
  99      "cost_per_1m_in_cached": 0,
 100      "cost_per_1m_out_cached": 0,
 101      "context_window": 300000,
 102      "default_max_tokens": 2560,
 103      "can_reason": false,
 104      "supports_attachments": true,
 105      "options": {}
 106    },
 107    {
 108      "id": "anthropic/claude-3-haiku",
 109      "name": "Anthropic: Claude 3 Haiku",
 110      "cost_per_1m_in": 0.25,
 111      "cost_per_1m_out": 1.25,
 112      "cost_per_1m_in_cached": 0.3,
 113      "cost_per_1m_out_cached": 0.03,
 114      "context_window": 200000,
 115      "default_max_tokens": 2048,
 116      "can_reason": false,
 117      "supports_attachments": true,
 118      "options": {}
 119    },
 120    {
 121      "id": "anthropic/claude-3.5-haiku",
 122      "name": "Anthropic: Claude 3.5 Haiku",
 123      "cost_per_1m_in": 0.7999999999999999,
 124      "cost_per_1m_out": 4,
 125      "cost_per_1m_in_cached": 1,
 126      "cost_per_1m_out_cached": 0.08,
 127      "context_window": 200000,
 128      "default_max_tokens": 4096,
 129      "can_reason": false,
 130      "supports_attachments": true,
 131      "options": {}
 132    },
 133    {
 134      "id": "anthropic/claude-3.5-sonnet",
 135      "name": "Anthropic: Claude 3.5 Sonnet",
 136      "cost_per_1m_in": 6,
 137      "cost_per_1m_out": 30,
 138      "cost_per_1m_in_cached": 7.5,
 139      "cost_per_1m_out_cached": 0.6,
 140      "context_window": 200000,
 141      "default_max_tokens": 4096,
 142      "can_reason": false,
 143      "supports_attachments": true,
 144      "options": {}
 145    },
 146    {
 147      "id": "anthropic/claude-3.7-sonnet",
 148      "name": "Anthropic: Claude 3.7 Sonnet",
 149      "cost_per_1m_in": 3,
 150      "cost_per_1m_out": 15,
 151      "cost_per_1m_in_cached": 3.75,
 152      "cost_per_1m_out_cached": 0.3,
 153      "context_window": 200000,
 154      "default_max_tokens": 32000,
 155      "can_reason": true,
 156      "reasoning_levels": [
 157        "low",
 158        "medium",
 159        "high"
 160      ],
 161      "default_reasoning_effort": "medium",
 162      "supports_attachments": true,
 163      "options": {}
 164    },
 165    {
 166      "id": "anthropic/claude-3.7-sonnet:thinking",
 167      "name": "Anthropic: Claude 3.7 Sonnet (thinking)",
 168      "cost_per_1m_in": 3,
 169      "cost_per_1m_out": 15,
 170      "cost_per_1m_in_cached": 3.75,
 171      "cost_per_1m_out_cached": 0.3,
 172      "context_window": 200000,
 173      "default_max_tokens": 32000,
 174      "can_reason": true,
 175      "reasoning_levels": [
 176        "low",
 177        "medium",
 178        "high"
 179      ],
 180      "default_reasoning_effort": "medium",
 181      "supports_attachments": true,
 182      "options": {}
 183    },
 184    {
 185      "id": "anthropic/claude-haiku-4.5",
 186      "name": "Anthropic: Claude Haiku 4.5",
 187      "cost_per_1m_in": 1,
 188      "cost_per_1m_out": 5,
 189      "cost_per_1m_in_cached": 1.25,
 190      "cost_per_1m_out_cached": 0.09999999999999999,
 191      "context_window": 200000,
 192      "default_max_tokens": 32000,
 193      "can_reason": true,
 194      "reasoning_levels": [
 195        "low",
 196        "medium",
 197        "high"
 198      ],
 199      "default_reasoning_effort": "medium",
 200      "supports_attachments": true,
 201      "options": {}
 202    },
 203    {
 204      "id": "anthropic/claude-opus-4",
 205      "name": "Anthropic: Claude Opus 4",
 206      "cost_per_1m_in": 15,
 207      "cost_per_1m_out": 75,
 208      "cost_per_1m_in_cached": 18.75,
 209      "cost_per_1m_out_cached": 1.5,
 210      "context_window": 200000,
 211      "default_max_tokens": 16000,
 212      "can_reason": true,
 213      "reasoning_levels": [
 214        "low",
 215        "medium",
 216        "high"
 217      ],
 218      "default_reasoning_effort": "medium",
 219      "supports_attachments": true,
 220      "options": {}
 221    },
 222    {
 223      "id": "anthropic/claude-opus-4.1",
 224      "name": "Anthropic: Claude Opus 4.1",
 225      "cost_per_1m_in": 15,
 226      "cost_per_1m_out": 75,
 227      "cost_per_1m_in_cached": 18.75,
 228      "cost_per_1m_out_cached": 1.5,
 229      "context_window": 200000,
 230      "default_max_tokens": 16000,
 231      "can_reason": true,
 232      "reasoning_levels": [
 233        "low",
 234        "medium",
 235        "high"
 236      ],
 237      "default_reasoning_effort": "medium",
 238      "supports_attachments": true,
 239      "options": {}
 240    },
 241    {
 242      "id": "anthropic/claude-opus-4.5",
 243      "name": "Anthropic: Claude Opus 4.5",
 244      "cost_per_1m_in": 5,
 245      "cost_per_1m_out": 25,
 246      "cost_per_1m_in_cached": 6.25,
 247      "cost_per_1m_out_cached": 0.5,
 248      "context_window": 200000,
 249      "default_max_tokens": 32000,
 250      "can_reason": true,
 251      "reasoning_levels": [
 252        "low",
 253        "medium",
 254        "high"
 255      ],
 256      "default_reasoning_effort": "medium",
 257      "supports_attachments": true,
 258      "options": {}
 259    },
 260    {
 261      "id": "anthropic/claude-opus-4.6",
 262      "name": "Anthropic: Claude Opus 4.6",
 263      "cost_per_1m_in": 5,
 264      "cost_per_1m_out": 25,
 265      "cost_per_1m_in_cached": 6.25,
 266      "cost_per_1m_out_cached": 0.5,
 267      "context_window": 1000000,
 268      "default_max_tokens": 64000,
 269      "can_reason": true,
 270      "reasoning_levels": [
 271        "low",
 272        "medium",
 273        "high"
 274      ],
 275      "default_reasoning_effort": "medium",
 276      "supports_attachments": true,
 277      "options": {}
 278    },
 279    {
 280      "id": "anthropic/claude-sonnet-4",
 281      "name": "Anthropic: Claude Sonnet 4",
 282      "cost_per_1m_in": 3,
 283      "cost_per_1m_out": 15,
 284      "cost_per_1m_in_cached": 3.75,
 285      "cost_per_1m_out_cached": 0.3,
 286      "context_window": 1000000,
 287      "default_max_tokens": 32000,
 288      "can_reason": true,
 289      "reasoning_levels": [
 290        "low",
 291        "medium",
 292        "high"
 293      ],
 294      "default_reasoning_effort": "medium",
 295      "supports_attachments": true,
 296      "options": {}
 297    },
 298    {
 299      "id": "anthropic/claude-sonnet-4.5",
 300      "name": "Anthropic: Claude Sonnet 4.5",
 301      "cost_per_1m_in": 3,
 302      "cost_per_1m_out": 15,
 303      "cost_per_1m_in_cached": 3.75,
 304      "cost_per_1m_out_cached": 0.3,
 305      "context_window": 1000000,
 306      "default_max_tokens": 32000,
 307      "can_reason": true,
 308      "reasoning_levels": [
 309        "low",
 310        "medium",
 311        "high"
 312      ],
 313      "default_reasoning_effort": "medium",
 314      "supports_attachments": true,
 315      "options": {}
 316    },
 317    {
 318      "id": "anthropic/claude-sonnet-4.6",
 319      "name": "Anthropic: Claude Sonnet 4.6",
 320      "cost_per_1m_in": 3,
 321      "cost_per_1m_out": 15,
 322      "cost_per_1m_in_cached": 3.75,
 323      "cost_per_1m_out_cached": 0.3,
 324      "context_window": 1000000,
 325      "default_max_tokens": 64000,
 326      "can_reason": true,
 327      "reasoning_levels": [
 328        "low",
 329        "medium",
 330        "high"
 331      ],
 332      "default_reasoning_effort": "medium",
 333      "supports_attachments": true,
 334      "options": {}
 335    },
 336    {
 337      "id": "arcee-ai/trinity-large-preview:free",
 338      "name": "Arcee AI: Trinity Large Preview (free)",
 339      "cost_per_1m_in": 0,
 340      "cost_per_1m_out": 0,
 341      "cost_per_1m_in_cached": 0,
 342      "cost_per_1m_out_cached": 0,
 343      "context_window": 131000,
 344      "default_max_tokens": 13100,
 345      "can_reason": false,
 346      "supports_attachments": false,
 347      "options": {}
 348    },
 349    {
 350      "id": "arcee-ai/trinity-mini",
 351      "name": "Arcee AI: Trinity Mini",
 352      "cost_per_1m_in": 0.045,
 353      "cost_per_1m_out": 0.15,
 354      "cost_per_1m_in_cached": 0,
 355      "cost_per_1m_out_cached": 0,
 356      "context_window": 131072,
 357      "default_max_tokens": 65536,
 358      "can_reason": true,
 359      "reasoning_levels": [
 360        "low",
 361        "medium",
 362        "high"
 363      ],
 364      "default_reasoning_effort": "medium",
 365      "supports_attachments": false,
 366      "options": {}
 367    },
 368    {
 369      "id": "arcee-ai/trinity-mini:free",
 370      "name": "Arcee AI: Trinity Mini (free)",
 371      "cost_per_1m_in": 0,
 372      "cost_per_1m_out": 0,
 373      "cost_per_1m_in_cached": 0,
 374      "cost_per_1m_out_cached": 0,
 375      "context_window": 131072,
 376      "default_max_tokens": 13107,
 377      "can_reason": true,
 378      "reasoning_levels": [
 379        "low",
 380        "medium",
 381        "high"
 382      ],
 383      "default_reasoning_effort": "medium",
 384      "supports_attachments": false,
 385      "options": {}
 386    },
 387    {
 388      "id": "arcee-ai/virtuoso-large",
 389      "name": "Arcee AI: Virtuoso Large",
 390      "cost_per_1m_in": 0.75,
 391      "cost_per_1m_out": 1.2,
 392      "cost_per_1m_in_cached": 0,
 393      "cost_per_1m_out_cached": 0,
 394      "context_window": 131072,
 395      "default_max_tokens": 32000,
 396      "can_reason": false,
 397      "supports_attachments": false,
 398      "options": {}
 399    },
 400    {
 401      "id": "baidu/ernie-4.5-21b-a3b",
 402      "name": "Baidu: ERNIE 4.5 21B A3B",
 403      "cost_per_1m_in": 0.07,
 404      "cost_per_1m_out": 0.28,
 405      "cost_per_1m_in_cached": 0,
 406      "cost_per_1m_out_cached": 0,
 407      "context_window": 120000,
 408      "default_max_tokens": 4000,
 409      "can_reason": false,
 410      "supports_attachments": false,
 411      "options": {}
 412    },
 413    {
 414      "id": "baidu/ernie-4.5-vl-28b-a3b",
 415      "name": "Baidu: ERNIE 4.5 VL 28B A3B",
 416      "cost_per_1m_in": 0.14,
 417      "cost_per_1m_out": 0.56,
 418      "cost_per_1m_in_cached": 0,
 419      "cost_per_1m_out_cached": 0,
 420      "context_window": 30000,
 421      "default_max_tokens": 4000,
 422      "can_reason": true,
 423      "reasoning_levels": [
 424        "low",
 425        "medium",
 426        "high"
 427      ],
 428      "default_reasoning_effort": "medium",
 429      "supports_attachments": true,
 430      "options": {}
 431    },
 432    {
 433      "id": "bytedance-seed/seed-1.6",
 434      "name": "ByteDance Seed: Seed 1.6",
 435      "cost_per_1m_in": 0.25,
 436      "cost_per_1m_out": 2,
 437      "cost_per_1m_in_cached": 0,
 438      "cost_per_1m_out_cached": 0,
 439      "context_window": 262144,
 440      "default_max_tokens": 16384,
 441      "can_reason": true,
 442      "reasoning_levels": [
 443        "low",
 444        "medium",
 445        "high"
 446      ],
 447      "default_reasoning_effort": "medium",
 448      "supports_attachments": true,
 449      "options": {}
 450    },
 451    {
 452      "id": "bytedance-seed/seed-1.6-flash",
 453      "name": "ByteDance Seed: Seed 1.6 Flash",
 454      "cost_per_1m_in": 0.075,
 455      "cost_per_1m_out": 0.3,
 456      "cost_per_1m_in_cached": 0,
 457      "cost_per_1m_out_cached": 0,
 458      "context_window": 262144,
 459      "default_max_tokens": 16384,
 460      "can_reason": true,
 461      "reasoning_levels": [
 462        "low",
 463        "medium",
 464        "high"
 465      ],
 466      "default_reasoning_effort": "medium",
 467      "supports_attachments": true,
 468      "options": {}
 469    },
 470    {
 471      "id": "cohere/command-r-08-2024",
 472      "name": "Cohere: Command R (08-2024)",
 473      "cost_per_1m_in": 0.15,
 474      "cost_per_1m_out": 0.6,
 475      "cost_per_1m_in_cached": 0,
 476      "cost_per_1m_out_cached": 0,
 477      "context_window": 128000,
 478      "default_max_tokens": 2000,
 479      "can_reason": false,
 480      "supports_attachments": false,
 481      "options": {}
 482    },
 483    {
 484      "id": "cohere/command-r-plus-08-2024",
 485      "name": "Cohere: Command R+ (08-2024)",
 486      "cost_per_1m_in": 2.5,
 487      "cost_per_1m_out": 10,
 488      "cost_per_1m_in_cached": 0,
 489      "cost_per_1m_out_cached": 0,
 490      "context_window": 128000,
 491      "default_max_tokens": 2000,
 492      "can_reason": false,
 493      "supports_attachments": false,
 494      "options": {}
 495    },
 496    {
 497      "id": "deepseek/deepseek-chat",
 498      "name": "DeepSeek: DeepSeek V3",
 499      "cost_per_1m_in": 0.39999999999999997,
 500      "cost_per_1m_out": 1.3,
 501      "cost_per_1m_in_cached": 0,
 502      "cost_per_1m_out_cached": 0,
 503      "context_window": 64000,
 504      "default_max_tokens": 8000,
 505      "can_reason": false,
 506      "supports_attachments": false,
 507      "options": {}
 508    },
 509    {
 510      "id": "deepseek/deepseek-chat-v3-0324",
 511      "name": "DeepSeek: DeepSeek V3 0324",
 512      "cost_per_1m_in": 0.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.7999999999999999,
 640      "cost_per_1m_out": 2.4,
 641      "cost_per_1m_in_cached": 0,
 642      "cost_per_1m_out_cached": 0,
 643      "context_window": 163840,
 644      "default_max_tokens": 16384,
 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-pro",
 740      "name": "Google: Gemini 2.5 Pro",
 741      "cost_per_1m_in": 1.25,
 742      "cost_per_1m_out": 10,
 743      "cost_per_1m_in_cached": 0.375,
 744      "cost_per_1m_out_cached": 0.125,
 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-preview-05-06",
 759      "name": "Google: Gemini 2.5 Pro Preview 05-06",
 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",
 778      "name": "Google: Gemini 2.5 Pro Preview 06-05",
 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-3-flash-preview",
 797      "name": "Google: Gemini 3 Flash Preview",
 798      "cost_per_1m_in": 0.5,
 799      "cost_per_1m_out": 3,
 800      "cost_per_1m_in_cached": 0.08333333333333334,
 801      "cost_per_1m_out_cached": 0.049999999999999996,
 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-pro-preview",
 816      "name": "Google: Gemini 3 Pro Preview",
 817      "cost_per_1m_in": 2,
 818      "cost_per_1m_out": 12,
 819      "cost_per_1m_in_cached": 0.375,
 820      "cost_per_1m_out_cached": 0.19999999999999998,
 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.1-pro-preview",
 835      "name": "Google: Gemini 3.1 Pro Preview",
 836      "cost_per_1m_in": 2,
 837      "cost_per_1m_out": 12,
 838      "cost_per_1m_in_cached": 0.375,
 839      "cost_per_1m_out_cached": 0.19999999999999998,
 840      "context_window": 1048576,
 841      "default_max_tokens": 32768,
 842      "can_reason": true,
 843      "reasoning_levels": [
 844        "low",
 845        "medium",
 846        "high"
 847      ],
 848      "default_reasoning_effort": "medium",
 849      "supports_attachments": true,
 850      "options": {}
 851    },
 852    {
 853      "id": "google/gemma-3-27b-it",
 854      "name": "Google: Gemma 3 27B",
 855      "cost_per_1m_in": 0.04,
 856      "cost_per_1m_out": 0.15,
 857      "cost_per_1m_in_cached": 0,
 858      "cost_per_1m_out_cached": 0.02,
 859      "context_window": 128000,
 860      "default_max_tokens": 32768,
 861      "can_reason": false,
 862      "supports_attachments": true,
 863      "options": {}
 864    },
 865    {
 866      "id": "google/gemma-3-27b-it:free",
 867      "name": "Google: Gemma 3 27B (free)",
 868      "cost_per_1m_in": 0,
 869      "cost_per_1m_out": 0,
 870      "cost_per_1m_in_cached": 0,
 871      "cost_per_1m_out_cached": 0,
 872      "context_window": 128000,
 873      "default_max_tokens": 64000,
 874      "can_reason": false,
 875      "supports_attachments": true,
 876      "options": {}
 877    },
 878    {
 879      "id": "inception/mercury",
 880      "name": "Inception: Mercury",
 881      "cost_per_1m_in": 0.25,
 882      "cost_per_1m_out": 1,
 883      "cost_per_1m_in_cached": 0,
 884      "cost_per_1m_out_cached": 0,
 885      "context_window": 128000,
 886      "default_max_tokens": 8192,
 887      "can_reason": false,
 888      "supports_attachments": false,
 889      "options": {}
 890    },
 891    {
 892      "id": "inception/mercury-coder",
 893      "name": "Inception: Mercury Coder",
 894      "cost_per_1m_in": 0.25,
 895      "cost_per_1m_out": 1,
 896      "cost_per_1m_in_cached": 0,
 897      "cost_per_1m_out_cached": 0,
 898      "context_window": 128000,
 899      "default_max_tokens": 8192,
 900      "can_reason": false,
 901      "supports_attachments": false,
 902      "options": {}
 903    },
 904    {
 905      "id": "kwaipilot/kat-coder-pro",
 906      "name": "Kwaipilot: KAT-Coder-Pro V1",
 907      "cost_per_1m_in": 0.207,
 908      "cost_per_1m_out": 0.828,
 909      "cost_per_1m_in_cached": 0,
 910      "cost_per_1m_out_cached": 0.0414,
 911      "context_window": 256000,
 912      "default_max_tokens": 64000,
 913      "can_reason": false,
 914      "supports_attachments": false,
 915      "options": {}
 916    },
 917    {
 918      "id": "meta-llama/llama-3.1-405b-instruct",
 919      "name": "Meta: Llama 3.1 405B Instruct",
 920      "cost_per_1m_in": 5,
 921      "cost_per_1m_out": 16,
 922      "cost_per_1m_in_cached": 0,
 923      "cost_per_1m_out_cached": 0,
 924      "context_window": 128000,
 925      "default_max_tokens": 4096,
 926      "can_reason": false,
 927      "supports_attachments": false,
 928      "options": {}
 929    },
 930    {
 931      "id": "meta-llama/llama-3.1-70b-instruct",
 932      "name": "Meta: Llama 3.1 70B Instruct",
 933      "cost_per_1m_in": 0.88,
 934      "cost_per_1m_out": 0.88,
 935      "cost_per_1m_in_cached": 0,
 936      "cost_per_1m_out_cached": 0,
 937      "context_window": 131072,
 938      "default_max_tokens": 13107,
 939      "can_reason": false,
 940      "supports_attachments": false,
 941      "options": {}
 942    },
 943    {
 944      "id": "meta-llama/llama-3.3-70b-instruct",
 945      "name": "Meta: Llama 3.3 70B Instruct",
 946      "cost_per_1m_in": 0.59,
 947      "cost_per_1m_out": 0.7899999999999999,
 948      "cost_per_1m_in_cached": 0,
 949      "cost_per_1m_out_cached": 0,
 950      "context_window": 131072,
 951      "default_max_tokens": 16384,
 952      "can_reason": false,
 953      "supports_attachments": false,
 954      "options": {}
 955    },
 956    {
 957      "id": "meta-llama/llama-3.3-70b-instruct:free",
 958      "name": "Meta: Llama 3.3 70B Instruct (free)",
 959      "cost_per_1m_in": 0,
 960      "cost_per_1m_out": 0,
 961      "cost_per_1m_in_cached": 0,
 962      "cost_per_1m_out_cached": 0,
 963      "context_window": 128000,
 964      "default_max_tokens": 64000,
 965      "can_reason": false,
 966      "supports_attachments": false,
 967      "options": {}
 968    },
 969    {
 970      "id": "meta-llama/llama-4-maverick",
 971      "name": "Meta: Llama 4 Maverick",
 972      "cost_per_1m_in": 0.27,
 973      "cost_per_1m_out": 0.85,
 974      "cost_per_1m_in_cached": 0,
 975      "cost_per_1m_out_cached": 0,
 976      "context_window": 1048576,
 977      "default_max_tokens": 104857,
 978      "can_reason": false,
 979      "supports_attachments": true,
 980      "options": {}
 981    },
 982    {
 983      "id": "meta-llama/llama-4-scout",
 984      "name": "Meta: Llama 4 Scout",
 985      "cost_per_1m_in": 0.25,
 986      "cost_per_1m_out": 0.7,
 987      "cost_per_1m_in_cached": 0,
 988      "cost_per_1m_out_cached": 0,
 989      "context_window": 1310720,
 990      "default_max_tokens": 4096,
 991      "can_reason": false,
 992      "supports_attachments": true,
 993      "options": {}
 994    },
 995    {
 996      "id": "minimax/minimax-m2",
 997      "name": "MiniMax: MiniMax M2",
 998      "cost_per_1m_in": 0.255,
 999      "cost_per_1m_out": 1.02,
1000      "cost_per_1m_in_cached": 0,
1001      "cost_per_1m_out_cached": 0,
1002      "context_window": 204800,
1003      "default_max_tokens": 65536,
1004      "can_reason": true,
1005      "reasoning_levels": [
1006        "low",
1007        "medium",
1008        "high"
1009      ],
1010      "default_reasoning_effort": "medium",
1011      "supports_attachments": false,
1012      "options": {}
1013    },
1014    {
1015      "id": "minimax/minimax-m2.1",
1016      "name": "MiniMax: MiniMax M2.1",
1017      "cost_per_1m_in": 0.3,
1018      "cost_per_1m_out": 1.2,
1019      "cost_per_1m_in_cached": 0,
1020      "cost_per_1m_out_cached": 0.029,
1021      "context_window": 204800,
1022      "default_max_tokens": 20480,
1023      "can_reason": true,
1024      "reasoning_levels": [
1025        "low",
1026        "medium",
1027        "high"
1028      ],
1029      "default_reasoning_effort": "medium",
1030      "supports_attachments": false,
1031      "options": {}
1032    },
1033    {
1034      "id": "minimax/minimax-m2.5",
1035      "name": "MiniMax: MiniMax M2.5",
1036      "cost_per_1m_in": 0.3,
1037      "cost_per_1m_out": 1.2,
1038      "cost_per_1m_in_cached": 0,
1039      "cost_per_1m_out_cached": 0.03,
1040      "context_window": 204800,
1041      "default_max_tokens": 65550,
1042      "can_reason": true,
1043      "reasoning_levels": [
1044        "low",
1045        "medium",
1046        "high"
1047      ],
1048      "default_reasoning_effort": "medium",
1049      "supports_attachments": false,
1050      "options": {}
1051    },
1052    {
1053      "id": "mistralai/mistral-large",
1054      "name": "Mistral Large",
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": 128000,
1060      "default_max_tokens": 12800,
1061      "can_reason": false,
1062      "supports_attachments": false,
1063      "options": {}
1064    },
1065    {
1066      "id": "mistralai/mistral-large-2407",
1067      "name": "Mistral Large 2407",
1068      "cost_per_1m_in": 2,
1069      "cost_per_1m_out": 6,
1070      "cost_per_1m_in_cached": 0,
1071      "cost_per_1m_out_cached": 0,
1072      "context_window": 131072,
1073      "default_max_tokens": 13107,
1074      "can_reason": false,
1075      "supports_attachments": false,
1076      "options": {}
1077    },
1078    {
1079      "id": "mistralai/mistral-large-2411",
1080      "name": "Mistral Large 2411",
1081      "cost_per_1m_in": 2,
1082      "cost_per_1m_out": 6,
1083      "cost_per_1m_in_cached": 0,
1084      "cost_per_1m_out_cached": 0,
1085      "context_window": 131072,
1086      "default_max_tokens": 13107,
1087      "can_reason": false,
1088      "supports_attachments": false,
1089      "options": {}
1090    },
1091    {
1092      "id": "mistralai/codestral-2508",
1093      "name": "Mistral: Codestral 2508",
1094      "cost_per_1m_in": 0.3,
1095      "cost_per_1m_out": 0.8999999999999999,
1096      "cost_per_1m_in_cached": 0,
1097      "cost_per_1m_out_cached": 0,
1098      "context_window": 256000,
1099      "default_max_tokens": 25600,
1100      "can_reason": false,
1101      "supports_attachments": false,
1102      "options": {}
1103    },
1104    {
1105      "id": "mistralai/devstral-2512",
1106      "name": "Mistral: Devstral 2 2512",
1107      "cost_per_1m_in": 0.39999999999999997,
1108      "cost_per_1m_out": 2,
1109      "cost_per_1m_in_cached": 0,
1110      "cost_per_1m_out_cached": 0,
1111      "context_window": 262144,
1112      "default_max_tokens": 26214,
1113      "can_reason": false,
1114      "supports_attachments": false,
1115      "options": {}
1116    },
1117    {
1118      "id": "mistralai/devstral-medium",
1119      "name": "Mistral: Devstral Medium",
1120      "cost_per_1m_in": 0.39999999999999997,
1121      "cost_per_1m_out": 2,
1122      "cost_per_1m_in_cached": 0,
1123      "cost_per_1m_out_cached": 0,
1124      "context_window": 131072,
1125      "default_max_tokens": 13107,
1126      "can_reason": false,
1127      "supports_attachments": false,
1128      "options": {}
1129    },
1130    {
1131      "id": "mistralai/devstral-small",
1132      "name": "Mistral: Devstral Small 1.1",
1133      "cost_per_1m_in": 0.09999999999999999,
1134      "cost_per_1m_out": 0.3,
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": false,
1141      "options": {}
1142    },
1143    {
1144      "id": "mistralai/ministral-14b-2512",
1145      "name": "Mistral: Ministral 3 14B 2512",
1146      "cost_per_1m_in": 0.19999999999999998,
1147      "cost_per_1m_out": 0.19999999999999998,
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/ministral-3b-2512",
1158      "name": "Mistral: Ministral 3 3B 2512",
1159      "cost_per_1m_in": 0.09999999999999999,
1160      "cost_per_1m_out": 0.09999999999999999,
1161      "cost_per_1m_in_cached": 0,
1162      "cost_per_1m_out_cached": 0,
1163      "context_window": 131072,
1164      "default_max_tokens": 13107,
1165      "can_reason": false,
1166      "supports_attachments": true,
1167      "options": {}
1168    },
1169    {
1170      "id": "mistralai/ministral-8b-2512",
1171      "name": "Mistral: Ministral 3 8B 2512",
1172      "cost_per_1m_in": 0.15,
1173      "cost_per_1m_out": 0.15,
1174      "cost_per_1m_in_cached": 0,
1175      "cost_per_1m_out_cached": 0,
1176      "context_window": 262144,
1177      "default_max_tokens": 26214,
1178      "can_reason": false,
1179      "supports_attachments": true,
1180      "options": {}
1181    },
1182    {
1183      "id": "mistralai/mistral-large-2512",
1184      "name": "Mistral: Mistral Large 3 2512",
1185      "cost_per_1m_in": 0.5,
1186      "cost_per_1m_out": 1.5,
1187      "cost_per_1m_in_cached": 0,
1188      "cost_per_1m_out_cached": 0,
1189      "context_window": 262144,
1190      "default_max_tokens": 26214,
1191      "can_reason": false,
1192      "supports_attachments": true,
1193      "options": {}
1194    },
1195    {
1196      "id": "mistralai/mistral-medium-3",
1197      "name": "Mistral: Mistral Medium 3",
1198      "cost_per_1m_in": 0.39999999999999997,
1199      "cost_per_1m_out": 2,
1200      "cost_per_1m_in_cached": 0,
1201      "cost_per_1m_out_cached": 0,
1202      "context_window": 131072,
1203      "default_max_tokens": 13107,
1204      "can_reason": false,
1205      "supports_attachments": true,
1206      "options": {}
1207    },
1208    {
1209      "id": "mistralai/mistral-medium-3.1",
1210      "name": "Mistral: Mistral Medium 3.1",
1211      "cost_per_1m_in": 0.39999999999999997,
1212      "cost_per_1m_out": 2,
1213      "cost_per_1m_in_cached": 0,
1214      "cost_per_1m_out_cached": 0,
1215      "context_window": 131072,
1216      "default_max_tokens": 13107,
1217      "can_reason": false,
1218      "supports_attachments": true,
1219      "options": {}
1220    },
1221    {
1222      "id": "mistralai/mistral-nemo",
1223      "name": "Mistral: Mistral Nemo",
1224      "cost_per_1m_in": 0.15,
1225      "cost_per_1m_out": 0.15,
1226      "cost_per_1m_in_cached": 0,
1227      "cost_per_1m_out_cached": 0,
1228      "context_window": 131072,
1229      "default_max_tokens": 13107,
1230      "can_reason": false,
1231      "supports_attachments": false,
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.7,
1342      "cost_per_1m_out": 2.5,
1343      "cost_per_1m_in_cached": 0,
1344      "cost_per_1m_out_cached": 0.7,
1345      "context_window": 131072,
1346      "default_max_tokens": 32768,
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.15,
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.15,
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.6,
1400      "cost_per_1m_out": 3,
1401      "cost_per_1m_in_cached": 0,
1402      "cost_per_1m_out_cached": 0.09999999999999999,
1403      "context_window": 262144,
1404      "default_max_tokens": 26214,
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": "openai/gpt-4-turbo",
1557      "name": "OpenAI: GPT-4 Turbo",
1558      "cost_per_1m_in": 10,
1559      "cost_per_1m_out": 30,
1560      "cost_per_1m_in_cached": 0,
1561      "cost_per_1m_out_cached": 0,
1562      "context_window": 128000,
1563      "default_max_tokens": 2048,
1564      "can_reason": false,
1565      "supports_attachments": true,
1566      "options": {}
1567    },
1568    {
1569      "id": "openai/gpt-4-1106-preview",
1570      "name": "OpenAI: GPT-4 Turbo (older v1106)",
1571      "cost_per_1m_in": 10,
1572      "cost_per_1m_out": 30,
1573      "cost_per_1m_in_cached": 0,
1574      "cost_per_1m_out_cached": 0,
1575      "context_window": 128000,
1576      "default_max_tokens": 2048,
1577      "can_reason": false,
1578      "supports_attachments": false,
1579      "options": {}
1580    },
1581    {
1582      "id": "openai/gpt-4-turbo-preview",
1583      "name": "OpenAI: GPT-4 Turbo Preview",
1584      "cost_per_1m_in": 10,
1585      "cost_per_1m_out": 30,
1586      "cost_per_1m_in_cached": 0,
1587      "cost_per_1m_out_cached": 0,
1588      "context_window": 128000,
1589      "default_max_tokens": 2048,
1590      "can_reason": false,
1591      "supports_attachments": false,
1592      "options": {}
1593    },
1594    {
1595      "id": "openai/gpt-4.1",
1596      "name": "OpenAI: GPT-4.1",
1597      "cost_per_1m_in": 2,
1598      "cost_per_1m_out": 8,
1599      "cost_per_1m_in_cached": 0,
1600      "cost_per_1m_out_cached": 0.5,
1601      "context_window": 1047576,
1602      "default_max_tokens": 16384,
1603      "can_reason": false,
1604      "supports_attachments": true,
1605      "options": {}
1606    },
1607    {
1608      "id": "openai/gpt-4.1-mini",
1609      "name": "OpenAI: GPT-4.1 Mini",
1610      "cost_per_1m_in": 0.39999999999999997,
1611      "cost_per_1m_out": 1.5999999999999999,
1612      "cost_per_1m_in_cached": 0,
1613      "cost_per_1m_out_cached": 0.09999999999999999,
1614      "context_window": 1047576,
1615      "default_max_tokens": 104757,
1616      "can_reason": false,
1617      "supports_attachments": true,
1618      "options": {}
1619    },
1620    {
1621      "id": "openai/gpt-4.1-nano",
1622      "name": "OpenAI: GPT-4.1 Nano",
1623      "cost_per_1m_in": 0.09999999999999999,
1624      "cost_per_1m_out": 0.39999999999999997,
1625      "cost_per_1m_in_cached": 0,
1626      "cost_per_1m_out_cached": 0.024999999999999998,
1627      "context_window": 1047576,
1628      "default_max_tokens": 16384,
1629      "can_reason": false,
1630      "supports_attachments": true,
1631      "options": {}
1632    },
1633    {
1634      "id": "openai/gpt-4o",
1635      "name": "OpenAI: GPT-4o",
1636      "cost_per_1m_in": 2.5,
1637      "cost_per_1m_out": 10,
1638      "cost_per_1m_in_cached": 0,
1639      "cost_per_1m_out_cached": 0,
1640      "context_window": 128000,
1641      "default_max_tokens": 8192,
1642      "can_reason": false,
1643      "supports_attachments": true,
1644      "options": {}
1645    },
1646    {
1647      "id": "openai/gpt-4o-2024-05-13",
1648      "name": "OpenAI: GPT-4o (2024-05-13)",
1649      "cost_per_1m_in": 5,
1650      "cost_per_1m_out": 15,
1651      "cost_per_1m_in_cached": 0,
1652      "cost_per_1m_out_cached": 0,
1653      "context_window": 128000,
1654      "default_max_tokens": 2048,
1655      "can_reason": false,
1656      "supports_attachments": true,
1657      "options": {}
1658    },
1659    {
1660      "id": "openai/gpt-4o-2024-08-06",
1661      "name": "OpenAI: GPT-4o (2024-08-06)",
1662      "cost_per_1m_in": 2.5,
1663      "cost_per_1m_out": 10,
1664      "cost_per_1m_in_cached": 0,
1665      "cost_per_1m_out_cached": 1.25,
1666      "context_window": 128000,
1667      "default_max_tokens": 8192,
1668      "can_reason": false,
1669      "supports_attachments": true,
1670      "options": {}
1671    },
1672    {
1673      "id": "openai/gpt-4o-2024-11-20",
1674      "name": "OpenAI: GPT-4o (2024-11-20)",
1675      "cost_per_1m_in": 2.5,
1676      "cost_per_1m_out": 10,
1677      "cost_per_1m_in_cached": 0,
1678      "cost_per_1m_out_cached": 1.25,
1679      "context_window": 128000,
1680      "default_max_tokens": 8192,
1681      "can_reason": false,
1682      "supports_attachments": true,
1683      "options": {}
1684    },
1685    {
1686      "id": "openai/gpt-4o:extended",
1687      "name": "OpenAI: GPT-4o (extended)",
1688      "cost_per_1m_in": 6,
1689      "cost_per_1m_out": 18,
1690      "cost_per_1m_in_cached": 0,
1691      "cost_per_1m_out_cached": 0,
1692      "context_window": 128000,
1693      "default_max_tokens": 32000,
1694      "can_reason": false,
1695      "supports_attachments": true,
1696      "options": {}
1697    },
1698    {
1699      "id": "openai/gpt-4o-audio-preview",
1700      "name": "OpenAI: GPT-4o Audio",
1701      "cost_per_1m_in": 2.5,
1702      "cost_per_1m_out": 10,
1703      "cost_per_1m_in_cached": 0,
1704      "cost_per_1m_out_cached": 0,
1705      "context_window": 128000,
1706      "default_max_tokens": 8192,
1707      "can_reason": false,
1708      "supports_attachments": false,
1709      "options": {}
1710    },
1711    {
1712      "id": "openai/gpt-4o-mini",
1713      "name": "OpenAI: GPT-4o-mini",
1714      "cost_per_1m_in": 0.15,
1715      "cost_per_1m_out": 0.6,
1716      "cost_per_1m_in_cached": 0,
1717      "cost_per_1m_out_cached": 0.075,
1718      "context_window": 128000,
1719      "default_max_tokens": 8192,
1720      "can_reason": false,
1721      "supports_attachments": true,
1722      "options": {}
1723    },
1724    {
1725      "id": "openai/gpt-4o-mini-2024-07-18",
1726      "name": "OpenAI: GPT-4o-mini (2024-07-18)",
1727      "cost_per_1m_in": 0.15,
1728      "cost_per_1m_out": 0.6,
1729      "cost_per_1m_in_cached": 0,
1730      "cost_per_1m_out_cached": 0.075,
1731      "context_window": 128000,
1732      "default_max_tokens": 8192,
1733      "can_reason": false,
1734      "supports_attachments": true,
1735      "options": {}
1736    },
1737    {
1738      "id": "openai/gpt-5",
1739      "name": "OpenAI: GPT-5",
1740      "cost_per_1m_in": 1.25,
1741      "cost_per_1m_out": 10,
1742      "cost_per_1m_in_cached": 0,
1743      "cost_per_1m_out_cached": 0.125,
1744      "context_window": 400000,
1745      "default_max_tokens": 64000,
1746      "can_reason": true,
1747      "reasoning_levels": [
1748        "low",
1749        "medium",
1750        "high"
1751      ],
1752      "default_reasoning_effort": "medium",
1753      "supports_attachments": true,
1754      "options": {}
1755    },
1756    {
1757      "id": "openai/gpt-5-codex",
1758      "name": "OpenAI: GPT-5 Codex",
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-image",
1777      "name": "OpenAI: GPT-5 Image",
1778      "cost_per_1m_in": 10,
1779      "cost_per_1m_out": 10,
1780      "cost_per_1m_in_cached": 0,
1781      "cost_per_1m_out_cached": 1.25,
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-mini",
1796      "name": "OpenAI: GPT-5 Image Mini",
1797      "cost_per_1m_in": 2.5,
1798      "cost_per_1m_out": 2,
1799      "cost_per_1m_in_cached": 0,
1800      "cost_per_1m_out_cached": 0.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-mini",
1815      "name": "OpenAI: GPT-5 Mini",
1816      "cost_per_1m_in": 0.25,
1817      "cost_per_1m_out": 2,
1818      "cost_per_1m_in_cached": 0,
1819      "cost_per_1m_out_cached": 0.03,
1820      "context_window": 400000,
1821      "default_max_tokens": 40000,
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-nano",
1834      "name": "OpenAI: GPT-5 Nano",
1835      "cost_per_1m_in": 0.049999999999999996,
1836      "cost_per_1m_out": 0.39999999999999997,
1837      "cost_per_1m_in_cached": 0,
1838      "cost_per_1m_out_cached": 0.01,
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-pro",
1853      "name": "OpenAI: GPT-5 Pro",
1854      "cost_per_1m_in": 15,
1855      "cost_per_1m_out": 120,
1856      "cost_per_1m_in_cached": 0,
1857      "cost_per_1m_out_cached": 0,
1858      "context_window": 400000,
1859      "default_max_tokens": 64000,
1860      "can_reason": true,
1861      "reasoning_levels": [
1862        "low",
1863        "medium",
1864        "high"
1865      ],
1866      "default_reasoning_effort": "medium",
1867      "supports_attachments": true,
1868      "options": {}
1869    },
1870    {
1871      "id": "openai/gpt-5.1",
1872      "name": "OpenAI: GPT-5.1",
1873      "cost_per_1m_in": 1.25,
1874      "cost_per_1m_out": 10,
1875      "cost_per_1m_in_cached": 0,
1876      "cost_per_1m_out_cached": 0.13,
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-chat",
1891      "name": "OpenAI: GPT-5.1 Chat",
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.125,
1896      "context_window": 128000,
1897      "default_max_tokens": 8192,
1898      "can_reason": false,
1899      "supports_attachments": true,
1900      "options": {}
1901    },
1902    {
1903      "id": "openai/gpt-5.1-codex",
1904      "name": "OpenAI: GPT-5.1-Codex",
1905      "cost_per_1m_in": 1.25,
1906      "cost_per_1m_out": 10,
1907      "cost_per_1m_in_cached": 0,
1908      "cost_per_1m_out_cached": 0.125,
1909      "context_window": 400000,
1910      "default_max_tokens": 64000,
1911      "can_reason": true,
1912      "reasoning_levels": [
1913        "low",
1914        "medium",
1915        "high"
1916      ],
1917      "default_reasoning_effort": "medium",
1918      "supports_attachments": true,
1919      "options": {}
1920    },
1921    {
1922      "id": "openai/gpt-5.1-codex-max",
1923      "name": "OpenAI: GPT-5.1-Codex-Max",
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-mini",
1942      "name": "OpenAI: GPT-5.1-Codex-Mini",
1943      "cost_per_1m_in": 0.25,
1944      "cost_per_1m_out": 2,
1945      "cost_per_1m_in_cached": 0,
1946      "cost_per_1m_out_cached": 0.024999999999999998,
1947      "context_window": 400000,
1948      "default_max_tokens": 50000,
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.2",
1961      "name": "OpenAI: GPT-5.2",
1962      "cost_per_1m_in": 1.75,
1963      "cost_per_1m_out": 14,
1964      "cost_per_1m_in_cached": 0,
1965      "cost_per_1m_out_cached": 0.175,
1966      "context_window": 400000,
1967      "default_max_tokens": 64000,
1968      "can_reason": true,
1969      "reasoning_levels": [
1970        "low",
1971        "medium",
1972        "high"
1973      ],
1974      "default_reasoning_effort": "medium",
1975      "supports_attachments": true,
1976      "options": {}
1977    },
1978    {
1979      "id": "openai/gpt-5.2-chat",
1980      "name": "OpenAI: GPT-5.2 Chat",
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": 128000,
1986      "default_max_tokens": 8192,
1987      "can_reason": false,
1988      "supports_attachments": true,
1989      "options": {}
1990    },
1991    {
1992      "id": "openai/gpt-5.2-pro",
1993      "name": "OpenAI: GPT-5.2 Pro",
1994      "cost_per_1m_in": 21,
1995      "cost_per_1m_out": 168,
1996      "cost_per_1m_in_cached": 0,
1997      "cost_per_1m_out_cached": 0,
1998      "context_window": 400000,
1999      "default_max_tokens": 64000,
2000      "can_reason": true,
2001      "reasoning_levels": [
2002        "low",
2003        "medium",
2004        "high"
2005      ],
2006      "default_reasoning_effort": "medium",
2007      "supports_attachments": true,
2008      "options": {}
2009    },
2010    {
2011      "id": "openai/gpt-5.2-codex",
2012      "name": "OpenAI: GPT-5.2-Codex",
2013      "cost_per_1m_in": 1.75,
2014      "cost_per_1m_out": 14,
2015      "cost_per_1m_in_cached": 0,
2016      "cost_per_1m_out_cached": 0.175,
2017      "context_window": 400000,
2018      "default_max_tokens": 64000,
2019      "can_reason": true,
2020      "reasoning_levels": [
2021        "low",
2022        "medium",
2023        "high"
2024      ],
2025      "default_reasoning_effort": "medium",
2026      "supports_attachments": true,
2027      "options": {}
2028    },
2029    {
2030      "id": "openai/gpt-oss-120b",
2031      "name": "OpenAI: gpt-oss-120b",
2032      "cost_per_1m_in": 0.039,
2033      "cost_per_1m_out": 0.19,
2034      "cost_per_1m_in_cached": 0,
2035      "cost_per_1m_out_cached": 0,
2036      "context_window": 131072,
2037      "default_max_tokens": 13107,
2038      "can_reason": true,
2039      "reasoning_levels": [
2040        "low",
2041        "medium",
2042        "high"
2043      ],
2044      "default_reasoning_effort": "medium",
2045      "supports_attachments": false,
2046      "options": {}
2047    },
2048    {
2049      "id": "openai/gpt-oss-120b:exacto",
2050      "name": "OpenAI: gpt-oss-120b (exacto)",
2051      "cost_per_1m_in": 0.039,
2052      "cost_per_1m_out": 0.19,
2053      "cost_per_1m_in_cached": 0,
2054      "cost_per_1m_out_cached": 0,
2055      "context_window": 131072,
2056      "default_max_tokens": 13107,
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:free",
2069      "name": "OpenAI: gpt-oss-120b (free)",
2070      "cost_per_1m_in": 0,
2071      "cost_per_1m_out": 0,
2072      "cost_per_1m_in_cached": 0,
2073      "cost_per_1m_out_cached": 0,
2074      "context_window": 131072,
2075      "default_max_tokens": 65536,
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-20b",
2088      "name": "OpenAI: gpt-oss-20b",
2089      "cost_per_1m_in": 0.049999999999999996,
2090      "cost_per_1m_out": 0.19999999999999998,
2091      "cost_per_1m_in_cached": 0,
2092      "cost_per_1m_out_cached": 0,
2093      "context_window": 131072,
2094      "default_max_tokens": 13107,
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:free",
2107      "name": "OpenAI: gpt-oss-20b (free)",
2108      "cost_per_1m_in": 0,
2109      "cost_per_1m_out": 0,
2110      "cost_per_1m_in_cached": 0,
2111      "cost_per_1m_out_cached": 0,
2112      "context_window": 131072,
2113      "default_max_tokens": 65536,
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-safeguard-20b",
2126      "name": "OpenAI: gpt-oss-safeguard-20b",
2127      "cost_per_1m_in": 0.075,
2128      "cost_per_1m_out": 0.3,
2129      "cost_per_1m_in_cached": 0,
2130      "cost_per_1m_out_cached": 0.037,
2131      "context_window": 131072,
2132      "default_max_tokens": 32768,
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/o1",
2145      "name": "OpenAI: o1",
2146      "cost_per_1m_in": 15,
2147      "cost_per_1m_out": 60,
2148      "cost_per_1m_in_cached": 0,
2149      "cost_per_1m_out_cached": 7.5,
2150      "context_window": 200000,
2151      "default_max_tokens": 50000,
2152      "can_reason": false,
2153      "supports_attachments": true,
2154      "options": {}
2155    },
2156    {
2157      "id": "openai/o3",
2158      "name": "OpenAI: o3",
2159      "cost_per_1m_in": 2,
2160      "cost_per_1m_out": 8,
2161      "cost_per_1m_in_cached": 0,
2162      "cost_per_1m_out_cached": 0.5,
2163      "context_window": 200000,
2164      "default_max_tokens": 50000,
2165      "can_reason": true,
2166      "reasoning_levels": [
2167        "low",
2168        "medium",
2169        "high"
2170      ],
2171      "default_reasoning_effort": "medium",
2172      "supports_attachments": true,
2173      "options": {}
2174    },
2175    {
2176      "id": "openai/o3-deep-research",
2177      "name": "OpenAI: o3 Deep Research",
2178      "cost_per_1m_in": 10,
2179      "cost_per_1m_out": 40,
2180      "cost_per_1m_in_cached": 0,
2181      "cost_per_1m_out_cached": 2.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-mini",
2196      "name": "OpenAI: o3 Mini",
2197      "cost_per_1m_in": 1.1,
2198      "cost_per_1m_out": 4.4,
2199      "cost_per_1m_in_cached": 0,
2200      "cost_per_1m_out_cached": 0.55,
2201      "context_window": 200000,
2202      "default_max_tokens": 50000,
2203      "can_reason": false,
2204      "supports_attachments": false,
2205      "options": {}
2206    },
2207    {
2208      "id": "openai/o3-mini-high",
2209      "name": "OpenAI: o3 Mini High",
2210      "cost_per_1m_in": 1.1,
2211      "cost_per_1m_out": 4.4,
2212      "cost_per_1m_in_cached": 0,
2213      "cost_per_1m_out_cached": 0.55,
2214      "context_window": 200000,
2215      "default_max_tokens": 50000,
2216      "can_reason": false,
2217      "supports_attachments": false,
2218      "options": {}
2219    },
2220    {
2221      "id": "openai/o3-pro",
2222      "name": "OpenAI: o3 Pro",
2223      "cost_per_1m_in": 20,
2224      "cost_per_1m_out": 80,
2225      "cost_per_1m_in_cached": 0,
2226      "cost_per_1m_out_cached": 0,
2227      "context_window": 200000,
2228      "default_max_tokens": 50000,
2229      "can_reason": true,
2230      "reasoning_levels": [
2231        "low",
2232        "medium",
2233        "high"
2234      ],
2235      "default_reasoning_effort": "medium",
2236      "supports_attachments": true,
2237      "options": {}
2238    },
2239    {
2240      "id": "openai/o4-mini",
2241      "name": "OpenAI: o4 Mini",
2242      "cost_per_1m_in": 1.1,
2243      "cost_per_1m_out": 4.4,
2244      "cost_per_1m_in_cached": 0,
2245      "cost_per_1m_out_cached": 0.275,
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-deep-research",
2260      "name": "OpenAI: o4 Mini Deep Research",
2261      "cost_per_1m_in": 2,
2262      "cost_per_1m_out": 8,
2263      "cost_per_1m_in_cached": 0,
2264      "cost_per_1m_out_cached": 0.5,
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-high",
2279      "name": "OpenAI: o4 Mini High",
2280      "cost_per_1m_in": 1.1,
2281      "cost_per_1m_out": 4.4,
2282      "cost_per_1m_in_cached": 0,
2283      "cost_per_1m_out_cached": 0.275,
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": "prime-intellect/intellect-3",
2298      "name": "Prime Intellect: INTELLECT-3",
2299      "cost_per_1m_in": 0.19999999999999998,
2300      "cost_per_1m_out": 1.1,
2301      "cost_per_1m_in_cached": 0,
2302      "cost_per_1m_out_cached": 0,
2303      "context_window": 131072,
2304      "default_max_tokens": 65536,
2305      "can_reason": true,
2306      "reasoning_levels": [
2307        "low",
2308        "medium",
2309        "high"
2310      ],
2311      "default_reasoning_effort": "medium",
2312      "supports_attachments": false,
2313      "options": {}
2314    },
2315    {
2316      "id": "qwen/qwen-2.5-72b-instruct",
2317      "name": "Qwen2.5 72B Instruct",
2318      "cost_per_1m_in": 0.12,
2319      "cost_per_1m_out": 0.39,
2320      "cost_per_1m_in_cached": 0,
2321      "cost_per_1m_out_cached": 0,
2322      "context_window": 32768,
2323      "default_max_tokens": 8192,
2324      "can_reason": false,
2325      "supports_attachments": false,
2326      "options": {}
2327    },
2328    {
2329      "id": "qwen/qwq-32b",
2330      "name": "Qwen: QwQ 32B",
2331      "cost_per_1m_in": 0.15,
2332      "cost_per_1m_out": 0.58,
2333      "cost_per_1m_in_cached": 0,
2334      "cost_per_1m_out_cached": 0,
2335      "context_window": 131072,
2336      "default_max_tokens": 65536,
2337      "can_reason": true,
2338      "reasoning_levels": [
2339        "low",
2340        "medium",
2341        "high"
2342      ],
2343      "default_reasoning_effort": "medium",
2344      "supports_attachments": false,
2345      "options": {}
2346    },
2347    {
2348      "id": "qwen/qwen-plus-2025-07-28",
2349      "name": "Qwen: Qwen Plus 0728",
2350      "cost_per_1m_in": 0.39999999999999997,
2351      "cost_per_1m_out": 1.2,
2352      "cost_per_1m_in_cached": 0,
2353      "cost_per_1m_out_cached": 0,
2354      "context_window": 1000000,
2355      "default_max_tokens": 16384,
2356      "can_reason": false,
2357      "supports_attachments": false,
2358      "options": {}
2359    },
2360    {
2361      "id": "qwen/qwen-plus-2025-07-28:thinking",
2362      "name": "Qwen: Qwen Plus 0728 (thinking)",
2363      "cost_per_1m_in": 0.39999999999999997,
2364      "cost_per_1m_out": 1.2,
2365      "cost_per_1m_in_cached": 0,
2366      "cost_per_1m_out_cached": 0,
2367      "context_window": 1000000,
2368      "default_max_tokens": 16384,
2369      "can_reason": true,
2370      "reasoning_levels": [
2371        "low",
2372        "medium",
2373        "high"
2374      ],
2375      "default_reasoning_effort": "medium",
2376      "supports_attachments": false,
2377      "options": {}
2378    },
2379    {
2380      "id": "qwen/qwen-vl-max",
2381      "name": "Qwen: Qwen VL Max",
2382      "cost_per_1m_in": 0.7999999999999999,
2383      "cost_per_1m_out": 3.1999999999999997,
2384      "cost_per_1m_in_cached": 0,
2385      "cost_per_1m_out_cached": 0,
2386      "context_window": 131072,
2387      "default_max_tokens": 16384,
2388      "can_reason": false,
2389      "supports_attachments": true,
2390      "options": {}
2391    },
2392    {
2393      "id": "qwen/qwen-max",
2394      "name": "Qwen: Qwen-Max ",
2395      "cost_per_1m_in": 1.5999999999999999,
2396      "cost_per_1m_out": 6.3999999999999995,
2397      "cost_per_1m_in_cached": 0,
2398      "cost_per_1m_out_cached": 0.32,
2399      "context_window": 32768,
2400      "default_max_tokens": 4096,
2401      "can_reason": false,
2402      "supports_attachments": false,
2403      "options": {}
2404    },
2405    {
2406      "id": "qwen/qwen-plus",
2407      "name": "Qwen: Qwen-Plus",
2408      "cost_per_1m_in": 0.39999999999999997,
2409      "cost_per_1m_out": 1.2,
2410      "cost_per_1m_in_cached": 0,
2411      "cost_per_1m_out_cached": 0.08,
2412      "context_window": 1000000,
2413      "default_max_tokens": 16384,
2414      "can_reason": false,
2415      "supports_attachments": false,
2416      "options": {}
2417    },
2418    {
2419      "id": "qwen/qwen-turbo",
2420      "name": "Qwen: Qwen-Turbo",
2421      "cost_per_1m_in": 0.049999999999999996,
2422      "cost_per_1m_out": 0.19999999999999998,
2423      "cost_per_1m_in_cached": 0,
2424      "cost_per_1m_out_cached": 0.01,
2425      "context_window": 131072,
2426      "default_max_tokens": 4096,
2427      "can_reason": false,
2428      "supports_attachments": false,
2429      "options": {}
2430    },
2431    {
2432      "id": "qwen/qwen-2.5-7b-instruct",
2433      "name": "Qwen: Qwen2.5 7B Instruct",
2434      "cost_per_1m_in": 0.04,
2435      "cost_per_1m_out": 0.09999999999999999,
2436      "cost_per_1m_in_cached": 0,
2437      "cost_per_1m_out_cached": 0.04,
2438      "context_window": 128000,
2439      "default_max_tokens": 4096,
2440      "can_reason": false,
2441      "supports_attachments": false,
2442      "options": {}
2443    },
2444    {
2445      "id": "qwen/qwen3-14b",
2446      "name": "Qwen: Qwen3 14B",
2447      "cost_per_1m_in": 0.12,
2448      "cost_per_1m_out": 0.24,
2449      "cost_per_1m_in_cached": 0,
2450      "cost_per_1m_out_cached": 0,
2451      "context_window": 40960,
2452      "default_max_tokens": 20480,
2453      "can_reason": true,
2454      "reasoning_levels": [
2455        "low",
2456        "medium",
2457        "high"
2458      ],
2459      "default_reasoning_effort": "medium",
2460      "supports_attachments": false,
2461      "options": {}
2462    },
2463    {
2464      "id": "qwen/qwen3-235b-a22b",
2465      "name": "Qwen: Qwen3 235B A22B",
2466      "cost_per_1m_in": 0.45499999999999996,
2467      "cost_per_1m_out": 1.8199999999999998,
2468      "cost_per_1m_in_cached": 0,
2469      "cost_per_1m_out_cached": 0,
2470      "context_window": 131072,
2471      "default_max_tokens": 4096,
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-2507",
2484      "name": "Qwen: Qwen3 235B A22B Instruct 2507",
2485      "cost_per_1m_in": 0.08,
2486      "cost_per_1m_out": 0.55,
2487      "cost_per_1m_in_cached": 0,
2488      "cost_per_1m_out_cached": 0.04,
2489      "context_window": 262144,
2490      "default_max_tokens": 32768,
2491      "can_reason": false,
2492      "supports_attachments": false,
2493      "options": {}
2494    },
2495    {
2496      "id": "qwen/qwen3-235b-a22b-thinking-2507",
2497      "name": "Qwen: Qwen3 235B A22B Thinking 2507",
2498      "cost_per_1m_in": 0,
2499      "cost_per_1m_out": 0,
2500      "cost_per_1m_in_cached": 0,
2501      "cost_per_1m_out_cached": 0,
2502      "context_window": 131072,
2503      "default_max_tokens": 13107,
2504      "can_reason": true,
2505      "reasoning_levels": [
2506        "low",
2507        "medium",
2508        "high"
2509      ],
2510      "default_reasoning_effort": "medium",
2511      "supports_attachments": false,
2512      "options": {}
2513    },
2514    {
2515      "id": "qwen/qwen3-30b-a3b",
2516      "name": "Qwen: Qwen3 30B A3B",
2517      "cost_per_1m_in": 0.13,
2518      "cost_per_1m_out": 0.52,
2519      "cost_per_1m_in_cached": 0,
2520      "cost_per_1m_out_cached": 0,
2521      "context_window": 131072,
2522      "default_max_tokens": 4096,
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-instruct-2507",
2535      "name": "Qwen: Qwen3 30B A3B Instruct 2507",
2536      "cost_per_1m_in": 0.09,
2537      "cost_per_1m_out": 0.3,
2538      "cost_per_1m_in_cached": 0,
2539      "cost_per_1m_out_cached": 0,
2540      "context_window": 262144,
2541      "default_max_tokens": 131072,
2542      "can_reason": false,
2543      "supports_attachments": false,
2544      "options": {}
2545    },
2546    {
2547      "id": "qwen/qwen3-30b-a3b-thinking-2507",
2548      "name": "Qwen: Qwen3 30B A3B Thinking 2507",
2549      "cost_per_1m_in": 0.09,
2550      "cost_per_1m_out": 0.3,
2551      "cost_per_1m_in_cached": 0,
2552      "cost_per_1m_out_cached": 0,
2553      "context_window": 262144,
2554      "default_max_tokens": 65536,
2555      "can_reason": true,
2556      "reasoning_levels": [
2557        "low",
2558        "medium",
2559        "high"
2560      ],
2561      "default_reasoning_effort": "medium",
2562      "supports_attachments": false,
2563      "options": {}
2564    },
2565    {
2566      "id": "qwen/qwen3-32b",
2567      "name": "Qwen: Qwen3 32B",
2568      "cost_per_1m_in": 0.10400000000000001,
2569      "cost_per_1m_out": 0.41600000000000004,
2570      "cost_per_1m_in_cached": 0,
2571      "cost_per_1m_out_cached": 0,
2572      "context_window": 131072,
2573      "default_max_tokens": 4096,
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-4b:free",
2586      "name": "Qwen: Qwen3 4B (free)",
2587      "cost_per_1m_in": 0,
2588      "cost_per_1m_out": 0,
2589      "cost_per_1m_in_cached": 0,
2590      "cost_per_1m_out_cached": 0,
2591      "context_window": 40960,
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-8b",
2605      "name": "Qwen: Qwen3 8B",
2606      "cost_per_1m_in": 0.117,
2607      "cost_per_1m_out": 0.45499999999999996,
2608      "cost_per_1m_in_cached": 0,
2609      "cost_per_1m_out_cached": 0,
2610      "context_window": 131072,
2611      "default_max_tokens": 4096,
2612      "can_reason": true,
2613      "reasoning_levels": [
2614        "low",
2615        "medium",
2616        "high"
2617      ],
2618      "default_reasoning_effort": "medium",
2619      "supports_attachments": false,
2620      "options": {}
2621    },
2622    {
2623      "id": "qwen/qwen3-coder-30b-a3b-instruct",
2624      "name": "Qwen: Qwen3 Coder 30B A3B Instruct",
2625      "cost_per_1m_in": 0.07,
2626      "cost_per_1m_out": 0.28,
2627      "cost_per_1m_in_cached": 0,
2628      "cost_per_1m_out_cached": 0,
2629      "context_window": 262144,
2630      "default_max_tokens": 131072,
2631      "can_reason": false,
2632      "supports_attachments": false,
2633      "options": {}
2634    },
2635    {
2636      "id": "qwen/qwen3-coder",
2637      "name": "Qwen: Qwen3 Coder 480B A35B",
2638      "cost_per_1m_in": 0.22,
2639      "cost_per_1m_out": 1.7999999999999998,
2640      "cost_per_1m_in_cached": 0,
2641      "cost_per_1m_out_cached": 0,
2642      "context_window": 262144,
2643      "default_max_tokens": 32768,
2644      "can_reason": false,
2645      "supports_attachments": false,
2646      "options": {}
2647    },
2648    {
2649      "id": "qwen/qwen3-coder:exacto",
2650      "name": "Qwen: Qwen3 Coder 480B A35B (exacto)",
2651      "cost_per_1m_in": 0.22,
2652      "cost_per_1m_out": 1.7999999999999998,
2653      "cost_per_1m_in_cached": 0,
2654      "cost_per_1m_out_cached": 0.022,
2655      "context_window": 262144,
2656      "default_max_tokens": 32768,
2657      "can_reason": false,
2658      "supports_attachments": false,
2659      "options": {}
2660    },
2661    {
2662      "id": "qwen/qwen3-coder:free",
2663      "name": "Qwen: Qwen3 Coder 480B A35B (free)",
2664      "cost_per_1m_in": 0,
2665      "cost_per_1m_out": 0,
2666      "cost_per_1m_in_cached": 0,
2667      "cost_per_1m_out_cached": 0,
2668      "context_window": 262000,
2669      "default_max_tokens": 131000,
2670      "can_reason": false,
2671      "supports_attachments": false,
2672      "options": {}
2673    },
2674    {
2675      "id": "qwen/qwen3-coder-flash",
2676      "name": "Qwen: Qwen3 Coder Flash",
2677      "cost_per_1m_in": 0.3,
2678      "cost_per_1m_out": 1.5,
2679      "cost_per_1m_in_cached": 0,
2680      "cost_per_1m_out_cached": 0.06,
2681      "context_window": 1000000,
2682      "default_max_tokens": 32768,
2683      "can_reason": false,
2684      "supports_attachments": false,
2685      "options": {}
2686    },
2687    {
2688      "id": "qwen/qwen3-coder-next",
2689      "name": "Qwen: Qwen3 Coder Next",
2690      "cost_per_1m_in": 0.15,
2691      "cost_per_1m_out": 0.7999999999999999,
2692      "cost_per_1m_in_cached": 0,
2693      "cost_per_1m_out_cached": 0,
2694      "context_window": 262144,
2695      "default_max_tokens": 131072,
2696      "can_reason": false,
2697      "supports_attachments": false,
2698      "options": {}
2699    },
2700    {
2701      "id": "qwen/qwen3-coder-plus",
2702      "name": "Qwen: Qwen3 Coder Plus",
2703      "cost_per_1m_in": 1,
2704      "cost_per_1m_out": 5,
2705      "cost_per_1m_in_cached": 0,
2706      "cost_per_1m_out_cached": 0.19999999999999998,
2707      "context_window": 1000000,
2708      "default_max_tokens": 32768,
2709      "can_reason": false,
2710      "supports_attachments": false,
2711      "options": {}
2712    },
2713    {
2714      "id": "qwen/qwen3-max",
2715      "name": "Qwen: Qwen3 Max",
2716      "cost_per_1m_in": 1.2,
2717      "cost_per_1m_out": 6,
2718      "cost_per_1m_in_cached": 0,
2719      "cost_per_1m_out_cached": 0.24,
2720      "context_window": 262144,
2721      "default_max_tokens": 32768,
2722      "can_reason": false,
2723      "supports_attachments": false,
2724      "options": {}
2725    },
2726    {
2727      "id": "qwen/qwen3-max-thinking",
2728      "name": "Qwen: Qwen3 Max Thinking",
2729      "cost_per_1m_in": 1.2,
2730      "cost_per_1m_out": 6,
2731      "cost_per_1m_in_cached": 0,
2732      "cost_per_1m_out_cached": 0,
2733      "context_window": 262144,
2734      "default_max_tokens": 32768,
2735      "can_reason": true,
2736      "reasoning_levels": [
2737        "low",
2738        "medium",
2739        "high"
2740      ],
2741      "default_reasoning_effort": "medium",
2742      "supports_attachments": false,
2743      "options": {}
2744    },
2745    {
2746      "id": "qwen/qwen3-next-80b-a3b-instruct",
2747      "name": "Qwen: Qwen3 Next 80B A3B Instruct",
2748      "cost_per_1m_in": 0.14,
2749      "cost_per_1m_out": 1.4,
2750      "cost_per_1m_in_cached": 0,
2751      "cost_per_1m_out_cached": 0,
2752      "context_window": 262144,
2753      "default_max_tokens": 131072,
2754      "can_reason": false,
2755      "supports_attachments": false,
2756      "options": {}
2757    },
2758    {
2759      "id": "qwen/qwen3-next-80b-a3b-instruct:free",
2760      "name": "Qwen: Qwen3 Next 80B A3B Instruct (free)",
2761      "cost_per_1m_in": 0,
2762      "cost_per_1m_out": 0,
2763      "cost_per_1m_in_cached": 0,
2764      "cost_per_1m_out_cached": 0,
2765      "context_window": 262144,
2766      "default_max_tokens": 26214,
2767      "can_reason": false,
2768      "supports_attachments": false,
2769      "options": {}
2770    },
2771    {
2772      "id": "qwen/qwen3-next-80b-a3b-thinking",
2773      "name": "Qwen: Qwen3 Next 80B A3B Thinking",
2774      "cost_per_1m_in": 0.3,
2775      "cost_per_1m_out": 0.3,
2776      "cost_per_1m_in_cached": 0,
2777      "cost_per_1m_out_cached": 0,
2778      "context_window": 262144,
2779      "default_max_tokens": 131072,
2780      "can_reason": true,
2781      "reasoning_levels": [
2782        "low",
2783        "medium",
2784        "high"
2785      ],
2786      "default_reasoning_effort": "medium",
2787      "supports_attachments": false,
2788      "options": {}
2789    },
2790    {
2791      "id": "qwen/qwen3-vl-235b-a22b-instruct",
2792      "name": "Qwen: Qwen3 VL 235B A22B Instruct",
2793      "cost_per_1m_in": 0.21,
2794      "cost_per_1m_out": 1.9,
2795      "cost_per_1m_in_cached": 0,
2796      "cost_per_1m_out_cached": 0,
2797      "context_window": 131072,
2798      "default_max_tokens": 16384,
2799      "can_reason": false,
2800      "supports_attachments": true,
2801      "options": {}
2802    },
2803    {
2804      "id": "qwen/qwen3-vl-235b-a22b-thinking",
2805      "name": "Qwen: Qwen3 VL 235B A22B Thinking",
2806      "cost_per_1m_in": 0,
2807      "cost_per_1m_out": 0,
2808      "cost_per_1m_in_cached": 0,
2809      "cost_per_1m_out_cached": 0,
2810      "context_window": 131072,
2811      "default_max_tokens": 16384,
2812      "can_reason": true,
2813      "reasoning_levels": [
2814        "low",
2815        "medium",
2816        "high"
2817      ],
2818      "default_reasoning_effort": "medium",
2819      "supports_attachments": true,
2820      "options": {}
2821    },
2822    {
2823      "id": "qwen/qwen3-vl-30b-a3b-instruct",
2824      "name": "Qwen: Qwen3 VL 30B A3B Instruct",
2825      "cost_per_1m_in": 0.29,
2826      "cost_per_1m_out": 1,
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": false,
2832      "supports_attachments": true,
2833      "options": {}
2834    },
2835    {
2836      "id": "qwen/qwen3-vl-30b-a3b-thinking",
2837      "name": "Qwen: Qwen3 VL 30B A3B Thinking",
2838      "cost_per_1m_in": 0,
2839      "cost_per_1m_out": 0,
2840      "cost_per_1m_in_cached": 0,
2841      "cost_per_1m_out_cached": 0,
2842      "context_window": 131072,
2843      "default_max_tokens": 16384,
2844      "can_reason": true,
2845      "reasoning_levels": [
2846        "low",
2847        "medium",
2848        "high"
2849      ],
2850      "default_reasoning_effort": "medium",
2851      "supports_attachments": true,
2852      "options": {}
2853    },
2854    {
2855      "id": "qwen/qwen3-vl-32b-instruct",
2856      "name": "Qwen: Qwen3 VL 32B Instruct",
2857      "cost_per_1m_in": 0.10400000000000001,
2858      "cost_per_1m_out": 0.41600000000000004,
2859      "cost_per_1m_in_cached": 0,
2860      "cost_per_1m_out_cached": 0,
2861      "context_window": 131072,
2862      "default_max_tokens": 16384,
2863      "can_reason": false,
2864      "supports_attachments": true,
2865      "options": {}
2866    },
2867    {
2868      "id": "qwen/qwen3-vl-8b-instruct",
2869      "name": "Qwen: Qwen3 VL 8B Instruct",
2870      "cost_per_1m_in": 0.25,
2871      "cost_per_1m_out": 0.75,
2872      "cost_per_1m_in_cached": 0,
2873      "cost_per_1m_out_cached": 0,
2874      "context_window": 262144,
2875      "default_max_tokens": 131072,
2876      "can_reason": false,
2877      "supports_attachments": true,
2878      "options": {}
2879    },
2880    {
2881      "id": "qwen/qwen3-vl-8b-thinking",
2882      "name": "Qwen: Qwen3 VL 8B Thinking",
2883      "cost_per_1m_in": 0.117,
2884      "cost_per_1m_out": 1.365,
2885      "cost_per_1m_in_cached": 0,
2886      "cost_per_1m_out_cached": 0,
2887      "context_window": 131072,
2888      "default_max_tokens": 16384,
2889      "can_reason": true,
2890      "reasoning_levels": [
2891        "low",
2892        "medium",
2893        "high"
2894      ],
2895      "default_reasoning_effort": "medium",
2896      "supports_attachments": true,
2897      "options": {}
2898    },
2899    {
2900      "id": "qwen/qwen3.5-397b-a17b",
2901      "name": "Qwen: Qwen3.5 397B A17B",
2902      "cost_per_1m_in": 0.6,
2903      "cost_per_1m_out": 3.5999999999999996,
2904      "cost_per_1m_in_cached": 0,
2905      "cost_per_1m_out_cached": 0,
2906      "context_window": 262144,
2907      "default_max_tokens": 32768,
2908      "can_reason": true,
2909      "reasoning_levels": [
2910        "low",
2911        "medium",
2912        "high"
2913      ],
2914      "default_reasoning_effort": "medium",
2915      "supports_attachments": true,
2916      "options": {}
2917    },
2918    {
2919      "id": "qwen/qwen3.5-plus-02-15",
2920      "name": "Qwen: Qwen3.5 Plus 2026-02-15",
2921      "cost_per_1m_in": 0.39999999999999997,
2922      "cost_per_1m_out": 2.4,
2923      "cost_per_1m_in_cached": 0,
2924      "cost_per_1m_out_cached": 0,
2925      "context_window": 1000000,
2926      "default_max_tokens": 32768,
2927      "can_reason": true,
2928      "reasoning_levels": [
2929        "low",
2930        "medium",
2931        "high"
2932      ],
2933      "default_reasoning_effort": "medium",
2934      "supports_attachments": true,
2935      "options": {}
2936    },
2937    {
2938      "id": "relace/relace-search",
2939      "name": "Relace: Relace Search",
2940      "cost_per_1m_in": 1,
2941      "cost_per_1m_out": 3,
2942      "cost_per_1m_in_cached": 0,
2943      "cost_per_1m_out_cached": 0,
2944      "context_window": 256000,
2945      "default_max_tokens": 64000,
2946      "can_reason": false,
2947      "supports_attachments": false,
2948      "options": {}
2949    },
2950    {
2951      "id": "stepfun/step-3.5-flash",
2952      "name": "StepFun: Step 3.5 Flash",
2953      "cost_per_1m_in": 0.09999999999999999,
2954      "cost_per_1m_out": 0.3,
2955      "cost_per_1m_in_cached": 0,
2956      "cost_per_1m_out_cached": 0.02,
2957      "context_window": 256000,
2958      "default_max_tokens": 128000,
2959      "can_reason": true,
2960      "reasoning_levels": [
2961        "low",
2962        "medium",
2963        "high"
2964      ],
2965      "default_reasoning_effort": "medium",
2966      "supports_attachments": false,
2967      "options": {}
2968    },
2969    {
2970      "id": "stepfun/step-3.5-flash:free",
2971      "name": "StepFun: Step 3.5 Flash (free)",
2972      "cost_per_1m_in": 0,
2973      "cost_per_1m_out": 0,
2974      "cost_per_1m_in_cached": 0,
2975      "cost_per_1m_out_cached": 0,
2976      "context_window": 256000,
2977      "default_max_tokens": 128000,
2978      "can_reason": true,
2979      "reasoning_levels": [
2980        "low",
2981        "medium",
2982        "high"
2983      ],
2984      "default_reasoning_effort": "medium",
2985      "supports_attachments": false,
2986      "options": {}
2987    },
2988    {
2989      "id": "tngtech/deepseek-r1t2-chimera",
2990      "name": "TNG: DeepSeek R1T2 Chimera",
2991      "cost_per_1m_in": 0.25,
2992      "cost_per_1m_out": 0.85,
2993      "cost_per_1m_in_cached": 0,
2994      "cost_per_1m_out_cached": 0.125,
2995      "context_window": 163840,
2996      "default_max_tokens": 81920,
2997      "can_reason": true,
2998      "reasoning_levels": [
2999        "low",
3000        "medium",
3001        "high"
3002      ],
3003      "default_reasoning_effort": "medium",
3004      "supports_attachments": false,
3005      "options": {}
3006    },
3007    {
3008      "id": "thedrummer/rocinante-12b",
3009      "name": "TheDrummer: Rocinante 12B",
3010      "cost_per_1m_in": 0.16999999999999998,
3011      "cost_per_1m_out": 0.43,
3012      "cost_per_1m_in_cached": 0,
3013      "cost_per_1m_out_cached": 0,
3014      "context_window": 32768,
3015      "default_max_tokens": 16384,
3016      "can_reason": false,
3017      "supports_attachments": false,
3018      "options": {}
3019    },
3020    {
3021      "id": "thedrummer/unslopnemo-12b",
3022      "name": "TheDrummer: UnslopNemo 12B",
3023      "cost_per_1m_in": 0.39999999999999997,
3024      "cost_per_1m_out": 0.39999999999999997,
3025      "cost_per_1m_in_cached": 0,
3026      "cost_per_1m_out_cached": 0,
3027      "context_window": 32768,
3028      "default_max_tokens": 16384,
3029      "can_reason": false,
3030      "supports_attachments": false,
3031      "options": {}
3032    },
3033    {
3034      "id": "alibaba/tongyi-deepresearch-30b-a3b",
3035      "name": "Tongyi DeepResearch 30B A3B",
3036      "cost_per_1m_in": 0.09,
3037      "cost_per_1m_out": 0.44999999999999996,
3038      "cost_per_1m_in_cached": 0,
3039      "cost_per_1m_out_cached": 0.09,
3040      "context_window": 131072,
3041      "default_max_tokens": 65536,
3042      "can_reason": true,
3043      "reasoning_levels": [
3044        "low",
3045        "medium",
3046        "high"
3047      ],
3048      "default_reasoning_effort": "medium",
3049      "supports_attachments": false,
3050      "options": {}
3051    },
3052    {
3053      "id": "upstage/solar-pro-3:free",
3054      "name": "Upstage: Solar Pro 3 (free)",
3055      "cost_per_1m_in": 0,
3056      "cost_per_1m_out": 0,
3057      "cost_per_1m_in_cached": 0,
3058      "cost_per_1m_out_cached": 0,
3059      "context_window": 128000,
3060      "default_max_tokens": 12800,
3061      "can_reason": true,
3062      "reasoning_levels": [
3063        "low",
3064        "medium",
3065        "high"
3066      ],
3067      "default_reasoning_effort": "medium",
3068      "supports_attachments": false,
3069      "options": {}
3070    },
3071    {
3072      "id": "xiaomi/mimo-v2-flash",
3073      "name": "Xiaomi: MiMo-V2-Flash",
3074      "cost_per_1m_in": 0.09999999999999999,
3075      "cost_per_1m_out": 0.3,
3076      "cost_per_1m_in_cached": 0,
3077      "cost_per_1m_out_cached": 0.01,
3078      "context_window": 262144,
3079      "default_max_tokens": 32768,
3080      "can_reason": true,
3081      "reasoning_levels": [
3082        "low",
3083        "medium",
3084        "high"
3085      ],
3086      "default_reasoning_effort": "medium",
3087      "supports_attachments": false,
3088      "options": {}
3089    },
3090    {
3091      "id": "z-ai/glm-4-32b",
3092      "name": "Z.ai: GLM 4 32B ",
3093      "cost_per_1m_in": 0.09999999999999999,
3094      "cost_per_1m_out": 0.09999999999999999,
3095      "cost_per_1m_in_cached": 0,
3096      "cost_per_1m_out_cached": 0,
3097      "context_window": 128000,
3098      "default_max_tokens": 12800,
3099      "can_reason": false,
3100      "supports_attachments": false,
3101      "options": {}
3102    },
3103    {
3104      "id": "z-ai/glm-4.5",
3105      "name": "Z.ai: GLM 4.5",
3106      "cost_per_1m_in": 0.6,
3107      "cost_per_1m_out": 2.2,
3108      "cost_per_1m_in_cached": 0,
3109      "cost_per_1m_out_cached": 0.11,
3110      "context_window": 131072,
3111      "default_max_tokens": 48000,
3112      "can_reason": true,
3113      "reasoning_levels": [
3114        "low",
3115        "medium",
3116        "high"
3117      ],
3118      "default_reasoning_effort": "medium",
3119      "supports_attachments": false,
3120      "options": {}
3121    },
3122    {
3123      "id": "z-ai/glm-4.5-air",
3124      "name": "Z.ai: GLM 4.5 Air",
3125      "cost_per_1m_in": 0.14,
3126      "cost_per_1m_out": 0.86,
3127      "cost_per_1m_in_cached": 0,
3128      "cost_per_1m_out_cached": 0,
3129      "context_window": 131072,
3130      "default_max_tokens": 65536,
3131      "can_reason": true,
3132      "reasoning_levels": [
3133        "low",
3134        "medium",
3135        "high"
3136      ],
3137      "default_reasoning_effort": "medium",
3138      "supports_attachments": false,
3139      "options": {}
3140    },
3141    {
3142      "id": "z-ai/glm-4.5-air:free",
3143      "name": "Z.ai: GLM 4.5 Air (free)",
3144      "cost_per_1m_in": 0,
3145      "cost_per_1m_out": 0,
3146      "cost_per_1m_in_cached": 0,
3147      "cost_per_1m_out_cached": 0,
3148      "context_window": 131072,
3149      "default_max_tokens": 48000,
3150      "can_reason": true,
3151      "reasoning_levels": [
3152        "low",
3153        "medium",
3154        "high"
3155      ],
3156      "default_reasoning_effort": "medium",
3157      "supports_attachments": false,
3158      "options": {}
3159    },
3160    {
3161      "id": "z-ai/glm-4.5v",
3162      "name": "Z.ai: GLM 4.5V",
3163      "cost_per_1m_in": 0.6,
3164      "cost_per_1m_out": 1.7999999999999998,
3165      "cost_per_1m_in_cached": 0,
3166      "cost_per_1m_out_cached": 0.11,
3167      "context_window": 65536,
3168      "default_max_tokens": 8192,
3169      "can_reason": true,
3170      "reasoning_levels": [
3171        "low",
3172        "medium",
3173        "high"
3174      ],
3175      "default_reasoning_effort": "medium",
3176      "supports_attachments": true,
3177      "options": {}
3178    },
3179    {
3180      "id": "z-ai/glm-4.6",
3181      "name": "Z.ai: GLM 4.6",
3182      "cost_per_1m_in": 0.39,
3183      "cost_per_1m_out": 1.9,
3184      "cost_per_1m_in_cached": 0,
3185      "cost_per_1m_out_cached": 0,
3186      "context_window": 204800,
3187      "default_max_tokens": 102400,
3188      "can_reason": true,
3189      "reasoning_levels": [
3190        "low",
3191        "medium",
3192        "high"
3193      ],
3194      "default_reasoning_effort": "medium",
3195      "supports_attachments": false,
3196      "options": {}
3197    },
3198    {
3199      "id": "z-ai/glm-4.6:exacto",
3200      "name": "Z.ai: GLM 4.6 (exacto)",
3201      "cost_per_1m_in": 0.44,
3202      "cost_per_1m_out": 1.76,
3203      "cost_per_1m_in_cached": 0,
3204      "cost_per_1m_out_cached": 0.11,
3205      "context_window": 204800,
3206      "default_max_tokens": 65536,
3207      "can_reason": true,
3208      "reasoning_levels": [
3209        "low",
3210        "medium",
3211        "high"
3212      ],
3213      "default_reasoning_effort": "medium",
3214      "supports_attachments": false,
3215      "options": {}
3216    },
3217    {
3218      "id": "z-ai/glm-4.6v",
3219      "name": "Z.ai: GLM 4.6V",
3220      "cost_per_1m_in": 0.3,
3221      "cost_per_1m_out": 0.8999999999999999,
3222      "cost_per_1m_in_cached": 0,
3223      "cost_per_1m_out_cached": 0,
3224      "context_window": 131072,
3225      "default_max_tokens": 65536,
3226      "can_reason": true,
3227      "reasoning_levels": [
3228        "low",
3229        "medium",
3230        "high"
3231      ],
3232      "default_reasoning_effort": "medium",
3233      "supports_attachments": true,
3234      "options": {}
3235    },
3236    {
3237      "id": "z-ai/glm-4.7",
3238      "name": "Z.ai: GLM 4.7",
3239      "cost_per_1m_in": 0.42,
3240      "cost_per_1m_out": 2.2,
3241      "cost_per_1m_in_cached": 0,
3242      "cost_per_1m_out_cached": 0,
3243      "context_window": 204800,
3244      "default_max_tokens": 102400,
3245      "can_reason": true,
3246      "reasoning_levels": [
3247        "low",
3248        "medium",
3249        "high"
3250      ],
3251      "default_reasoning_effort": "medium",
3252      "supports_attachments": false,
3253      "options": {}
3254    },
3255    {
3256      "id": "z-ai/glm-4.7-flash",
3257      "name": "Z.ai: GLM 4.7 Flash",
3258      "cost_per_1m_in": 0.06,
3259      "cost_per_1m_out": 0.39999999999999997,
3260      "cost_per_1m_in_cached": 0,
3261      "cost_per_1m_out_cached": 0.0100000002,
3262      "context_window": 202752,
3263      "default_max_tokens": 20275,
3264      "can_reason": true,
3265      "reasoning_levels": [
3266        "low",
3267        "medium",
3268        "high"
3269      ],
3270      "default_reasoning_effort": "medium",
3271      "supports_attachments": false,
3272      "options": {}
3273    },
3274    {
3275      "id": "z-ai/glm-5",
3276      "name": "Z.ai: GLM 5",
3277      "cost_per_1m_in": 1,
3278      "cost_per_1m_out": 3.1999999999999997,
3279      "cost_per_1m_in_cached": 0,
3280      "cost_per_1m_out_cached": 0.19999999999999998,
3281      "context_window": 202800,
3282      "default_max_tokens": 65536,
3283      "can_reason": true,
3284      "reasoning_levels": [
3285        "low",
3286        "medium",
3287        "high"
3288      ],
3289      "default_reasoning_effort": "medium",
3290      "supports_attachments": false,
3291      "options": {}
3292    },
3293    {
3294      "id": "x-ai/grok-3",
3295      "name": "xAI: Grok 3",
3296      "cost_per_1m_in": 3,
3297      "cost_per_1m_out": 15,
3298      "cost_per_1m_in_cached": 0,
3299      "cost_per_1m_out_cached": 0.75,
3300      "context_window": 131072,
3301      "default_max_tokens": 13107,
3302      "can_reason": false,
3303      "supports_attachments": false,
3304      "options": {}
3305    },
3306    {
3307      "id": "x-ai/grok-3-beta",
3308      "name": "xAI: Grok 3 Beta",
3309      "cost_per_1m_in": 3,
3310      "cost_per_1m_out": 15,
3311      "cost_per_1m_in_cached": 0,
3312      "cost_per_1m_out_cached": 0.75,
3313      "context_window": 131072,
3314      "default_max_tokens": 13107,
3315      "can_reason": false,
3316      "supports_attachments": false,
3317      "options": {}
3318    },
3319    {
3320      "id": "x-ai/grok-3-mini",
3321      "name": "xAI: Grok 3 Mini",
3322      "cost_per_1m_in": 0.3,
3323      "cost_per_1m_out": 0.5,
3324      "cost_per_1m_in_cached": 0,
3325      "cost_per_1m_out_cached": 0.075,
3326      "context_window": 131072,
3327      "default_max_tokens": 13107,
3328      "can_reason": true,
3329      "reasoning_levels": [
3330        "low",
3331        "medium",
3332        "high"
3333      ],
3334      "default_reasoning_effort": "medium",
3335      "supports_attachments": false,
3336      "options": {}
3337    },
3338    {
3339      "id": "x-ai/grok-3-mini-beta",
3340      "name": "xAI: Grok 3 Mini Beta",
3341      "cost_per_1m_in": 0.3,
3342      "cost_per_1m_out": 0.5,
3343      "cost_per_1m_in_cached": 0,
3344      "cost_per_1m_out_cached": 0.075,
3345      "context_window": 131072,
3346      "default_max_tokens": 13107,
3347      "can_reason": true,
3348      "reasoning_levels": [
3349        "low",
3350        "medium",
3351        "high"
3352      ],
3353      "default_reasoning_effort": "medium",
3354      "supports_attachments": false,
3355      "options": {}
3356    },
3357    {
3358      "id": "x-ai/grok-4",
3359      "name": "xAI: Grok 4",
3360      "cost_per_1m_in": 3,
3361      "cost_per_1m_out": 15,
3362      "cost_per_1m_in_cached": 0,
3363      "cost_per_1m_out_cached": 0.75,
3364      "context_window": 256000,
3365      "default_max_tokens": 25600,
3366      "can_reason": true,
3367      "reasoning_levels": [
3368        "low",
3369        "medium",
3370        "high"
3371      ],
3372      "default_reasoning_effort": "medium",
3373      "supports_attachments": true,
3374      "options": {}
3375    },
3376    {
3377      "id": "x-ai/grok-4-fast",
3378      "name": "xAI: Grok 4 Fast",
3379      "cost_per_1m_in": 0.19999999999999998,
3380      "cost_per_1m_out": 0.5,
3381      "cost_per_1m_in_cached": 0,
3382      "cost_per_1m_out_cached": 0.049999999999999996,
3383      "context_window": 2000000,
3384      "default_max_tokens": 15000,
3385      "can_reason": true,
3386      "reasoning_levels": [
3387        "low",
3388        "medium",
3389        "high"
3390      ],
3391      "default_reasoning_effort": "medium",
3392      "supports_attachments": true,
3393      "options": {}
3394    },
3395    {
3396      "id": "x-ai/grok-4.1-fast",
3397      "name": "xAI: Grok 4.1 Fast",
3398      "cost_per_1m_in": 0.19999999999999998,
3399      "cost_per_1m_out": 0.5,
3400      "cost_per_1m_in_cached": 0,
3401      "cost_per_1m_out_cached": 0.049999999999999996,
3402      "context_window": 2000000,
3403      "default_max_tokens": 15000,
3404      "can_reason": true,
3405      "reasoning_levels": [
3406        "low",
3407        "medium",
3408        "high"
3409      ],
3410      "default_reasoning_effort": "medium",
3411      "supports_attachments": true,
3412      "options": {}
3413    },
3414    {
3415      "id": "x-ai/grok-code-fast-1",
3416      "name": "xAI: Grok Code Fast 1",
3417      "cost_per_1m_in": 0.19999999999999998,
3418      "cost_per_1m_out": 1.5,
3419      "cost_per_1m_in_cached": 0,
3420      "cost_per_1m_out_cached": 0.02,
3421      "context_window": 256000,
3422      "default_max_tokens": 5000,
3423      "can_reason": true,
3424      "reasoning_levels": [
3425        "low",
3426        "medium",
3427        "high"
3428      ],
3429      "default_reasoning_effort": "medium",
3430      "supports_attachments": false,
3431      "options": {}
3432    }
3433  ],
3434  "default_headers": {
3435    "HTTP-Referer": "https://charm.land",
3436    "X-Title": "Crush"
3437  }
3438}