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