openrouter.json

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