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