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.56,
 589      "cost_per_1m_out": 1.68,
 590      "cost_per_1m_in_cached": 0,
 591      "cost_per_1m_out_cached": 0,
 592      "context_window": 163840,
 593      "default_max_tokens": 32768,
 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.27,
 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.7,
 646      "cost_per_1m_out": 2.5,
 647      "cost_per_1m_in_cached": 0,
 648      "cost_per_1m_out_cached": 0.35,
 649      "context_window": 163840,
 650      "default_max_tokens": 16384,
 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.27,
 985      "cost_per_1m_out": 0.85,
 986      "cost_per_1m_in_cached": 0,
 987      "cost_per_1m_out_cached": 0,
 988      "context_window": 1048576,
 989      "default_max_tokens": 104857,
 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.3,
1049      "cost_per_1m_out": 1.2,
1050      "cost_per_1m_in_cached": 0,
1051      "cost_per_1m_out_cached": 0.03,
1052      "context_window": 204800,
1053      "default_max_tokens": 65550,
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-24b-instruct-2501",
1248      "name": "Mistral: Mistral Small 3",
1249      "cost_per_1m_in": 0.09999999999999999,
1250      "cost_per_1m_out": 0.3,
1251      "cost_per_1m_in_cached": 0,
1252      "cost_per_1m_out_cached": 0,
1253      "context_window": 32768,
1254      "default_max_tokens": 1024,
1255      "can_reason": false,
1256      "supports_attachments": false,
1257      "options": {}
1258    },
1259    {
1260      "id": "mistralai/mistral-small-3.1-24b-instruct:free",
1261      "name": "Mistral: Mistral Small 3.1 24B (free)",
1262      "cost_per_1m_in": 0,
1263      "cost_per_1m_out": 0,
1264      "cost_per_1m_in_cached": 0,
1265      "cost_per_1m_out_cached": 0,
1266      "context_window": 128000,
1267      "default_max_tokens": 12800,
1268      "can_reason": false,
1269      "supports_attachments": true,
1270      "options": {}
1271    },
1272    {
1273      "id": "mistralai/mistral-small-3.2-24b-instruct",
1274      "name": "Mistral: Mistral Small 3.2 24B",
1275      "cost_per_1m_in": 0.06,
1276      "cost_per_1m_out": 0.18,
1277      "cost_per_1m_in_cached": 0,
1278      "cost_per_1m_out_cached": 0.03,
1279      "context_window": 131072,
1280      "default_max_tokens": 65536,
1281      "can_reason": false,
1282      "supports_attachments": true,
1283      "options": {}
1284    },
1285    {
1286      "id": "mistralai/mistral-small-creative",
1287      "name": "Mistral: Mistral Small Creative",
1288      "cost_per_1m_in": 0.09999999999999999,
1289      "cost_per_1m_out": 0.3,
1290      "cost_per_1m_in_cached": 0,
1291      "cost_per_1m_out_cached": 0,
1292      "context_window": 32768,
1293      "default_max_tokens": 3276,
1294      "can_reason": false,
1295      "supports_attachments": false,
1296      "options": {}
1297    },
1298    {
1299      "id": "mistralai/mixtral-8x22b-instruct",
1300      "name": "Mistral: Mixtral 8x22B Instruct",
1301      "cost_per_1m_in": 2,
1302      "cost_per_1m_out": 6,
1303      "cost_per_1m_in_cached": 0,
1304      "cost_per_1m_out_cached": 0,
1305      "context_window": 65536,
1306      "default_max_tokens": 6553,
1307      "can_reason": false,
1308      "supports_attachments": false,
1309      "options": {}
1310    },
1311    {
1312      "id": "mistralai/mixtral-8x7b-instruct",
1313      "name": "Mistral: Mixtral 8x7B Instruct",
1314      "cost_per_1m_in": 0.54,
1315      "cost_per_1m_out": 0.54,
1316      "cost_per_1m_in_cached": 0,
1317      "cost_per_1m_out_cached": 0,
1318      "context_window": 32768,
1319      "default_max_tokens": 8192,
1320      "can_reason": false,
1321      "supports_attachments": false,
1322      "options": {}
1323    },
1324    {
1325      "id": "mistralai/pixtral-large-2411",
1326      "name": "Mistral: Pixtral Large 2411",
1327      "cost_per_1m_in": 2,
1328      "cost_per_1m_out": 6,
1329      "cost_per_1m_in_cached": 0,
1330      "cost_per_1m_out_cached": 0,
1331      "context_window": 131072,
1332      "default_max_tokens": 13107,
1333      "can_reason": false,
1334      "supports_attachments": true,
1335      "options": {}
1336    },
1337    {
1338      "id": "mistralai/mistral-saba",
1339      "name": "Mistral: Saba",
1340      "cost_per_1m_in": 0.19999999999999998,
1341      "cost_per_1m_out": 0.6,
1342      "cost_per_1m_in_cached": 0,
1343      "cost_per_1m_out_cached": 0,
1344      "context_window": 32768,
1345      "default_max_tokens": 3276,
1346      "can_reason": false,
1347      "supports_attachments": false,
1348      "options": {}
1349    },
1350    {
1351      "id": "mistralai/voxtral-small-24b-2507",
1352      "name": "Mistral: Voxtral Small 24B 2507",
1353      "cost_per_1m_in": 0.09999999999999999,
1354      "cost_per_1m_out": 0.3,
1355      "cost_per_1m_in_cached": 0,
1356      "cost_per_1m_out_cached": 0,
1357      "context_window": 32000,
1358      "default_max_tokens": 3200,
1359      "can_reason": false,
1360      "supports_attachments": false,
1361      "options": {}
1362    },
1363    {
1364      "id": "moonshotai/kimi-k2",
1365      "name": "MoonshotAI: Kimi K2 0711",
1366      "cost_per_1m_in": 0.7,
1367      "cost_per_1m_out": 2.5,
1368      "cost_per_1m_in_cached": 0,
1369      "cost_per_1m_out_cached": 0.7,
1370      "context_window": 131072,
1371      "default_max_tokens": 32768,
1372      "can_reason": false,
1373      "supports_attachments": false,
1374      "options": {}
1375    },
1376    {
1377      "id": "moonshotai/kimi-k2-0905",
1378      "name": "MoonshotAI: Kimi K2 0905",
1379      "cost_per_1m_in": 0.6,
1380      "cost_per_1m_out": 2.5,
1381      "cost_per_1m_in_cached": 0,
1382      "cost_per_1m_out_cached": 0.3,
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-0905:exacto",
1391      "name": "MoonshotAI: Kimi K2 0905 (exacto)",
1392      "cost_per_1m_in": 1,
1393      "cost_per_1m_out": 3,
1394      "cost_per_1m_in_cached": 0,
1395      "cost_per_1m_out_cached": 0.5,
1396      "context_window": 262144,
1397      "default_max_tokens": 8192,
1398      "can_reason": false,
1399      "supports_attachments": false,
1400      "options": {}
1401    },
1402    {
1403      "id": "moonshotai/kimi-k2-thinking",
1404      "name": "MoonshotAI: Kimi K2 Thinking",
1405      "cost_per_1m_in": 0.6,
1406      "cost_per_1m_out": 2.5,
1407      "cost_per_1m_in_cached": 0,
1408      "cost_per_1m_out_cached": 0,
1409      "context_window": 262144,
1410      "default_max_tokens": 26214,
1411      "can_reason": true,
1412      "reasoning_levels": [
1413        "low",
1414        "medium",
1415        "high"
1416      ],
1417      "default_reasoning_effort": "medium",
1418      "supports_attachments": false,
1419      "options": {}
1420    },
1421    {
1422      "id": "moonshotai/kimi-k2.5",
1423      "name": "MoonshotAI: Kimi K2.5",
1424      "cost_per_1m_in": 0.6,
1425      "cost_per_1m_out": 3,
1426      "cost_per_1m_in_cached": 0,
1427      "cost_per_1m_out_cached": 0.09999999999999999,
1428      "context_window": 262144,
1429      "default_max_tokens": 26214,
1430      "can_reason": true,
1431      "reasoning_levels": [
1432        "low",
1433        "medium",
1434        "high"
1435      ],
1436      "default_reasoning_effort": "medium",
1437      "supports_attachments": true,
1438      "options": {}
1439    },
1440    {
1441      "id": "nvidia/llama-3.1-nemotron-70b-instruct",
1442      "name": "NVIDIA: Llama 3.1 Nemotron 70B Instruct",
1443      "cost_per_1m_in": 1.2,
1444      "cost_per_1m_out": 1.2,
1445      "cost_per_1m_in_cached": 0,
1446      "cost_per_1m_out_cached": 0,
1447      "context_window": 131072,
1448      "default_max_tokens": 8192,
1449      "can_reason": false,
1450      "supports_attachments": false,
1451      "options": {}
1452    },
1453    {
1454      "id": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
1455      "name": "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
1456      "cost_per_1m_in": 0.09999999999999999,
1457      "cost_per_1m_out": 0.39999999999999997,
1458      "cost_per_1m_in_cached": 0,
1459      "cost_per_1m_out_cached": 0,
1460      "context_window": 131072,
1461      "default_max_tokens": 13107,
1462      "can_reason": true,
1463      "reasoning_levels": [
1464        "low",
1465        "medium",
1466        "high"
1467      ],
1468      "default_reasoning_effort": "medium",
1469      "supports_attachments": false,
1470      "options": {}
1471    },
1472    {
1473      "id": "nvidia/nemotron-3-nano-30b-a3b",
1474      "name": "NVIDIA: Nemotron 3 Nano 30B A3B",
1475      "cost_per_1m_in": 0.049999999999999996,
1476      "cost_per_1m_out": 0.19999999999999998,
1477      "cost_per_1m_in_cached": 0,
1478      "cost_per_1m_out_cached": 0,
1479      "context_window": 262144,
1480      "default_max_tokens": 26214,
1481      "can_reason": true,
1482      "reasoning_levels": [
1483        "low",
1484        "medium",
1485        "high"
1486      ],
1487      "default_reasoning_effort": "medium",
1488      "supports_attachments": false,
1489      "options": {}
1490    },
1491    {
1492      "id": "nvidia/nemotron-3-nano-30b-a3b:free",
1493      "name": "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
1494      "cost_per_1m_in": 0,
1495      "cost_per_1m_out": 0,
1496      "cost_per_1m_in_cached": 0,
1497      "cost_per_1m_out_cached": 0,
1498      "context_window": 256000,
1499      "default_max_tokens": 25600,
1500      "can_reason": true,
1501      "reasoning_levels": [
1502        "low",
1503        "medium",
1504        "high"
1505      ],
1506      "default_reasoning_effort": "medium",
1507      "supports_attachments": false,
1508      "options": {}
1509    },
1510    {
1511      "id": "nvidia/nemotron-nano-12b-v2-vl:free",
1512      "name": "NVIDIA: Nemotron Nano 12B 2 VL (free)",
1513      "cost_per_1m_in": 0,
1514      "cost_per_1m_out": 0,
1515      "cost_per_1m_in_cached": 0,
1516      "cost_per_1m_out_cached": 0,
1517      "context_window": 128000,
1518      "default_max_tokens": 64000,
1519      "can_reason": true,
1520      "reasoning_levels": [
1521        "low",
1522        "medium",
1523        "high"
1524      ],
1525      "default_reasoning_effort": "medium",
1526      "supports_attachments": true,
1527      "options": {}
1528    },
1529    {
1530      "id": "nvidia/nemotron-nano-9b-v2",
1531      "name": "NVIDIA: Nemotron Nano 9B V2",
1532      "cost_per_1m_in": 0.04,
1533      "cost_per_1m_out": 0.16,
1534      "cost_per_1m_in_cached": 0,
1535      "cost_per_1m_out_cached": 0,
1536      "context_window": 131072,
1537      "default_max_tokens": 13107,
1538      "can_reason": true,
1539      "reasoning_levels": [
1540        "low",
1541        "medium",
1542        "high"
1543      ],
1544      "default_reasoning_effort": "medium",
1545      "supports_attachments": false,
1546      "options": {}
1547    },
1548    {
1549      "id": "nvidia/nemotron-nano-9b-v2:free",
1550      "name": "NVIDIA: Nemotron Nano 9B V2 (free)",
1551      "cost_per_1m_in": 0,
1552      "cost_per_1m_out": 0,
1553      "cost_per_1m_in_cached": 0,
1554      "cost_per_1m_out_cached": 0,
1555      "context_window": 128000,
1556      "default_max_tokens": 12800,
1557      "can_reason": true,
1558      "reasoning_levels": [
1559        "low",
1560        "medium",
1561        "high"
1562      ],
1563      "default_reasoning_effort": "medium",
1564      "supports_attachments": false,
1565      "options": {}
1566    },
1567    {
1568      "id": "nex-agi/deepseek-v3.1-nex-n1",
1569      "name": "Nex AGI: DeepSeek V3.1 Nex N1",
1570      "cost_per_1m_in": 0.27,
1571      "cost_per_1m_out": 1,
1572      "cost_per_1m_in_cached": 0,
1573      "cost_per_1m_out_cached": 0,
1574      "context_window": 131072,
1575      "default_max_tokens": 81920,
1576      "can_reason": false,
1577      "supports_attachments": false,
1578      "options": {}
1579    },
1580    {
1581      "id": "openai/gpt-4-turbo",
1582      "name": "OpenAI: GPT-4 Turbo",
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": true,
1591      "options": {}
1592    },
1593    {
1594      "id": "openai/gpt-4-1106-preview",
1595      "name": "OpenAI: GPT-4 Turbo (older v1106)",
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-turbo-preview",
1608      "name": "OpenAI: GPT-4 Turbo Preview",
1609      "cost_per_1m_in": 10,
1610      "cost_per_1m_out": 30,
1611      "cost_per_1m_in_cached": 0,
1612      "cost_per_1m_out_cached": 0,
1613      "context_window": 128000,
1614      "default_max_tokens": 2048,
1615      "can_reason": false,
1616      "supports_attachments": false,
1617      "options": {}
1618    },
1619    {
1620      "id": "openai/gpt-4.1",
1621      "name": "OpenAI: GPT-4.1",
1622      "cost_per_1m_in": 2,
1623      "cost_per_1m_out": 8,
1624      "cost_per_1m_in_cached": 0,
1625      "cost_per_1m_out_cached": 0.5,
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-mini",
1634      "name": "OpenAI: GPT-4.1 Mini",
1635      "cost_per_1m_in": 0.39999999999999997,
1636      "cost_per_1m_out": 1.5999999999999999,
1637      "cost_per_1m_in_cached": 0,
1638      "cost_per_1m_out_cached": 0.09999999999999999,
1639      "context_window": 1047576,
1640      "default_max_tokens": 104757,
1641      "can_reason": false,
1642      "supports_attachments": true,
1643      "options": {}
1644    },
1645    {
1646      "id": "openai/gpt-4.1-nano",
1647      "name": "OpenAI: GPT-4.1 Nano",
1648      "cost_per_1m_in": 0.09999999999999999,
1649      "cost_per_1m_out": 0.39999999999999997,
1650      "cost_per_1m_in_cached": 0,
1651      "cost_per_1m_out_cached": 0.03,
1652      "context_window": 1047576,
1653      "default_max_tokens": 104757,
1654      "can_reason": false,
1655      "supports_attachments": true,
1656      "options": {}
1657    },
1658    {
1659      "id": "openai/gpt-4o",
1660      "name": "OpenAI: GPT-4o",
1661      "cost_per_1m_in": 2.5,
1662      "cost_per_1m_out": 10,
1663      "cost_per_1m_in_cached": 0,
1664      "cost_per_1m_out_cached": 0,
1665      "context_window": 128000,
1666      "default_max_tokens": 8192,
1667      "can_reason": false,
1668      "supports_attachments": true,
1669      "options": {}
1670    },
1671    {
1672      "id": "openai/gpt-4o-2024-05-13",
1673      "name": "OpenAI: GPT-4o (2024-05-13)",
1674      "cost_per_1m_in": 5,
1675      "cost_per_1m_out": 15,
1676      "cost_per_1m_in_cached": 0,
1677      "cost_per_1m_out_cached": 0,
1678      "context_window": 128000,
1679      "default_max_tokens": 2048,
1680      "can_reason": false,
1681      "supports_attachments": true,
1682      "options": {}
1683    },
1684    {
1685      "id": "openai/gpt-4o-2024-08-06",
1686      "name": "OpenAI: GPT-4o (2024-08-06)",
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-2024-11-20",
1699      "name": "OpenAI: GPT-4o (2024-11-20)",
1700      "cost_per_1m_in": 2.5,
1701      "cost_per_1m_out": 10,
1702      "cost_per_1m_in_cached": 0,
1703      "cost_per_1m_out_cached": 1.25,
1704      "context_window": 128000,
1705      "default_max_tokens": 8192,
1706      "can_reason": false,
1707      "supports_attachments": true,
1708      "options": {}
1709    },
1710    {
1711      "id": "openai/gpt-4o:extended",
1712      "name": "OpenAI: GPT-4o (extended)",
1713      "cost_per_1m_in": 6,
1714      "cost_per_1m_out": 18,
1715      "cost_per_1m_in_cached": 0,
1716      "cost_per_1m_out_cached": 0,
1717      "context_window": 128000,
1718      "default_max_tokens": 32000,
1719      "can_reason": false,
1720      "supports_attachments": true,
1721      "options": {}
1722    },
1723    {
1724      "id": "openai/gpt-4o-audio-preview",
1725      "name": "OpenAI: GPT-4o Audio",
1726      "cost_per_1m_in": 2.5,
1727      "cost_per_1m_out": 10,
1728      "cost_per_1m_in_cached": 0,
1729      "cost_per_1m_out_cached": 0,
1730      "context_window": 128000,
1731      "default_max_tokens": 8192,
1732      "can_reason": false,
1733      "supports_attachments": false,
1734      "options": {}
1735    },
1736    {
1737      "id": "openai/gpt-4o-mini",
1738      "name": "OpenAI: GPT-4o-mini",
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-4o-mini-2024-07-18",
1751      "name": "OpenAI: GPT-4o-mini (2024-07-18)",
1752      "cost_per_1m_in": 0.15,
1753      "cost_per_1m_out": 0.6,
1754      "cost_per_1m_in_cached": 0,
1755      "cost_per_1m_out_cached": 0.075,
1756      "context_window": 128000,
1757      "default_max_tokens": 8192,
1758      "can_reason": false,
1759      "supports_attachments": true,
1760      "options": {}
1761    },
1762    {
1763      "id": "openai/gpt-5",
1764      "name": "OpenAI: GPT-5",
1765      "cost_per_1m_in": 1.25,
1766      "cost_per_1m_out": 10,
1767      "cost_per_1m_in_cached": 0,
1768      "cost_per_1m_out_cached": 0.125,
1769      "context_window": 400000,
1770      "default_max_tokens": 64000,
1771      "can_reason": true,
1772      "reasoning_levels": [
1773        "low",
1774        "medium",
1775        "high"
1776      ],
1777      "default_reasoning_effort": "medium",
1778      "supports_attachments": true,
1779      "options": {}
1780    },
1781    {
1782      "id": "openai/gpt-5-codex",
1783      "name": "OpenAI: GPT-5 Codex",
1784      "cost_per_1m_in": 1.25,
1785      "cost_per_1m_out": 10,
1786      "cost_per_1m_in_cached": 0,
1787      "cost_per_1m_out_cached": 0.125,
1788      "context_window": 400000,
1789      "default_max_tokens": 64000,
1790      "can_reason": true,
1791      "reasoning_levels": [
1792        "low",
1793        "medium",
1794        "high"
1795      ],
1796      "default_reasoning_effort": "medium",
1797      "supports_attachments": true,
1798      "options": {}
1799    },
1800    {
1801      "id": "openai/gpt-5-image",
1802      "name": "OpenAI: GPT-5 Image",
1803      "cost_per_1m_in": 10,
1804      "cost_per_1m_out": 10,
1805      "cost_per_1m_in_cached": 0,
1806      "cost_per_1m_out_cached": 1.25,
1807      "context_window": 400000,
1808      "default_max_tokens": 64000,
1809      "can_reason": true,
1810      "reasoning_levels": [
1811        "low",
1812        "medium",
1813        "high"
1814      ],
1815      "default_reasoning_effort": "medium",
1816      "supports_attachments": true,
1817      "options": {}
1818    },
1819    {
1820      "id": "openai/gpt-5-image-mini",
1821      "name": "OpenAI: GPT-5 Image Mini",
1822      "cost_per_1m_in": 2.5,
1823      "cost_per_1m_out": 2,
1824      "cost_per_1m_in_cached": 0,
1825      "cost_per_1m_out_cached": 0.25,
1826      "context_window": 400000,
1827      "default_max_tokens": 64000,
1828      "can_reason": true,
1829      "reasoning_levels": [
1830        "low",
1831        "medium",
1832        "high"
1833      ],
1834      "default_reasoning_effort": "medium",
1835      "supports_attachments": true,
1836      "options": {}
1837    },
1838    {
1839      "id": "openai/gpt-5-mini",
1840      "name": "OpenAI: GPT-5 Mini",
1841      "cost_per_1m_in": 0.25,
1842      "cost_per_1m_out": 2,
1843      "cost_per_1m_in_cached": 0,
1844      "cost_per_1m_out_cached": 0.03,
1845      "context_window": 400000,
1846      "default_max_tokens": 40000,
1847      "can_reason": true,
1848      "reasoning_levels": [
1849        "low",
1850        "medium",
1851        "high"
1852      ],
1853      "default_reasoning_effort": "medium",
1854      "supports_attachments": true,
1855      "options": {}
1856    },
1857    {
1858      "id": "openai/gpt-5-nano",
1859      "name": "OpenAI: GPT-5 Nano",
1860      "cost_per_1m_in": 0.049999999999999996,
1861      "cost_per_1m_out": 0.39999999999999997,
1862      "cost_per_1m_in_cached": 0,
1863      "cost_per_1m_out_cached": 0.01,
1864      "context_window": 400000,
1865      "default_max_tokens": 40000,
1866      "can_reason": true,
1867      "reasoning_levels": [
1868        "low",
1869        "medium",
1870        "high"
1871      ],
1872      "default_reasoning_effort": "medium",
1873      "supports_attachments": true,
1874      "options": {}
1875    },
1876    {
1877      "id": "openai/gpt-5-pro",
1878      "name": "OpenAI: GPT-5 Pro",
1879      "cost_per_1m_in": 15,
1880      "cost_per_1m_out": 120,
1881      "cost_per_1m_in_cached": 0,
1882      "cost_per_1m_out_cached": 0,
1883      "context_window": 400000,
1884      "default_max_tokens": 64000,
1885      "can_reason": true,
1886      "reasoning_levels": [
1887        "low",
1888        "medium",
1889        "high"
1890      ],
1891      "default_reasoning_effort": "medium",
1892      "supports_attachments": true,
1893      "options": {}
1894    },
1895    {
1896      "id": "openai/gpt-5.1",
1897      "name": "OpenAI: GPT-5.1",
1898      "cost_per_1m_in": 1.25,
1899      "cost_per_1m_out": 10,
1900      "cost_per_1m_in_cached": 0,
1901      "cost_per_1m_out_cached": 0.13,
1902      "context_window": 400000,
1903      "default_max_tokens": 64000,
1904      "can_reason": true,
1905      "reasoning_levels": [
1906        "low",
1907        "medium",
1908        "high"
1909      ],
1910      "default_reasoning_effort": "medium",
1911      "supports_attachments": true,
1912      "options": {}
1913    },
1914    {
1915      "id": "openai/gpt-5.1-chat",
1916      "name": "OpenAI: GPT-5.1 Chat",
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": 128000,
1922      "default_max_tokens": 8192,
1923      "can_reason": false,
1924      "supports_attachments": true,
1925      "options": {}
1926    },
1927    {
1928      "id": "openai/gpt-5.1-codex",
1929      "name": "OpenAI: GPT-5.1-Codex",
1930      "cost_per_1m_in": 1.25,
1931      "cost_per_1m_out": 10,
1932      "cost_per_1m_in_cached": 0,
1933      "cost_per_1m_out_cached": 0.125,
1934      "context_window": 400000,
1935      "default_max_tokens": 64000,
1936      "can_reason": true,
1937      "reasoning_levels": [
1938        "low",
1939        "medium",
1940        "high"
1941      ],
1942      "default_reasoning_effort": "medium",
1943      "supports_attachments": true,
1944      "options": {}
1945    },
1946    {
1947      "id": "openai/gpt-5.1-codex-max",
1948      "name": "OpenAI: GPT-5.1-Codex-Max",
1949      "cost_per_1m_in": 1.25,
1950      "cost_per_1m_out": 10,
1951      "cost_per_1m_in_cached": 0,
1952      "cost_per_1m_out_cached": 0.125,
1953      "context_window": 400000,
1954      "default_max_tokens": 64000,
1955      "can_reason": true,
1956      "reasoning_levels": [
1957        "low",
1958        "medium",
1959        "high"
1960      ],
1961      "default_reasoning_effort": "medium",
1962      "supports_attachments": true,
1963      "options": {}
1964    },
1965    {
1966      "id": "openai/gpt-5.1-codex-mini",
1967      "name": "OpenAI: GPT-5.1-Codex-Mini",
1968      "cost_per_1m_in": 0.25,
1969      "cost_per_1m_out": 2,
1970      "cost_per_1m_in_cached": 0,
1971      "cost_per_1m_out_cached": 0.024999999999999998,
1972      "context_window": 400000,
1973      "default_max_tokens": 50000,
1974      "can_reason": true,
1975      "reasoning_levels": [
1976        "low",
1977        "medium",
1978        "high"
1979      ],
1980      "default_reasoning_effort": "medium",
1981      "supports_attachments": true,
1982      "options": {}
1983    },
1984    {
1985      "id": "openai/gpt-5.2",
1986      "name": "OpenAI: GPT-5.2",
1987      "cost_per_1m_in": 1.75,
1988      "cost_per_1m_out": 14,
1989      "cost_per_1m_in_cached": 0,
1990      "cost_per_1m_out_cached": 0.175,
1991      "context_window": 400000,
1992      "default_max_tokens": 64000,
1993      "can_reason": true,
1994      "reasoning_levels": [
1995        "low",
1996        "medium",
1997        "high"
1998      ],
1999      "default_reasoning_effort": "medium",
2000      "supports_attachments": true,
2001      "options": {}
2002    },
2003    {
2004      "id": "openai/gpt-5.2-chat",
2005      "name": "OpenAI: GPT-5.2 Chat",
2006      "cost_per_1m_in": 1.75,
2007      "cost_per_1m_out": 14,
2008      "cost_per_1m_in_cached": 0,
2009      "cost_per_1m_out_cached": 0.175,
2010      "context_window": 128000,
2011      "default_max_tokens": 16000,
2012      "can_reason": false,
2013      "supports_attachments": true,
2014      "options": {}
2015    },
2016    {
2017      "id": "openai/gpt-5.2-pro",
2018      "name": "OpenAI: GPT-5.2 Pro",
2019      "cost_per_1m_in": 21,
2020      "cost_per_1m_out": 168,
2021      "cost_per_1m_in_cached": 0,
2022      "cost_per_1m_out_cached": 0,
2023      "context_window": 400000,
2024      "default_max_tokens": 64000,
2025      "can_reason": true,
2026      "reasoning_levels": [
2027        "low",
2028        "medium",
2029        "high"
2030      ],
2031      "default_reasoning_effort": "medium",
2032      "supports_attachments": true,
2033      "options": {}
2034    },
2035    {
2036      "id": "openai/gpt-5.2-codex",
2037      "name": "OpenAI: GPT-5.2-Codex",
2038      "cost_per_1m_in": 1.75,
2039      "cost_per_1m_out": 14,
2040      "cost_per_1m_in_cached": 0,
2041      "cost_per_1m_out_cached": 0.175,
2042      "context_window": 400000,
2043      "default_max_tokens": 64000,
2044      "can_reason": true,
2045      "reasoning_levels": [
2046        "low",
2047        "medium",
2048        "high"
2049      ],
2050      "default_reasoning_effort": "medium",
2051      "supports_attachments": true,
2052      "options": {}
2053    },
2054    {
2055      "id": "openai/gpt-5.3-codex",
2056      "name": "OpenAI: GPT-5.3-Codex",
2057      "cost_per_1m_in": 1.75,
2058      "cost_per_1m_out": 14,
2059      "cost_per_1m_in_cached": 0,
2060      "cost_per_1m_out_cached": 0.175,
2061      "context_window": 400000,
2062      "default_max_tokens": 64000,
2063      "can_reason": true,
2064      "reasoning_levels": [
2065        "low",
2066        "medium",
2067        "high"
2068      ],
2069      "default_reasoning_effort": "medium",
2070      "supports_attachments": true,
2071      "options": {}
2072    },
2073    {
2074      "id": "openai/gpt-oss-120b",
2075      "name": "OpenAI: gpt-oss-120b",
2076      "cost_per_1m_in": 0.09999999999999999,
2077      "cost_per_1m_out": 0.49,
2078      "cost_per_1m_in_cached": 0,
2079      "cost_per_1m_out_cached": 0,
2080      "context_window": 131072,
2081      "default_max_tokens": 13107,
2082      "can_reason": true,
2083      "reasoning_levels": [
2084        "low",
2085        "medium",
2086        "high"
2087      ],
2088      "default_reasoning_effort": "medium",
2089      "supports_attachments": false,
2090      "options": {}
2091    },
2092    {
2093      "id": "openai/gpt-oss-120b:exacto",
2094      "name": "OpenAI: gpt-oss-120b (exacto)",
2095      "cost_per_1m_in": 0.039,
2096      "cost_per_1m_out": 0.19,
2097      "cost_per_1m_in_cached": 0,
2098      "cost_per_1m_out_cached": 0,
2099      "context_window": 131072,
2100      "default_max_tokens": 13107,
2101      "can_reason": true,
2102      "reasoning_levels": [
2103        "low",
2104        "medium",
2105        "high"
2106      ],
2107      "default_reasoning_effort": "medium",
2108      "supports_attachments": false,
2109      "options": {}
2110    },
2111    {
2112      "id": "openai/gpt-oss-120b:free",
2113      "name": "OpenAI: gpt-oss-120b (free)",
2114      "cost_per_1m_in": 0,
2115      "cost_per_1m_out": 0,
2116      "cost_per_1m_in_cached": 0,
2117      "cost_per_1m_out_cached": 0,
2118      "context_window": 131072,
2119      "default_max_tokens": 65536,
2120      "can_reason": true,
2121      "reasoning_levels": [
2122        "low",
2123        "medium",
2124        "high"
2125      ],
2126      "default_reasoning_effort": "medium",
2127      "supports_attachments": false,
2128      "options": {}
2129    },
2130    {
2131      "id": "openai/gpt-oss-20b",
2132      "name": "OpenAI: gpt-oss-20b",
2133      "cost_per_1m_in": 0.03,
2134      "cost_per_1m_out": 0.14,
2135      "cost_per_1m_in_cached": 0,
2136      "cost_per_1m_out_cached": 0,
2137      "context_window": 131072,
2138      "default_max_tokens": 13107,
2139      "can_reason": true,
2140      "reasoning_levels": [
2141        "low",
2142        "medium",
2143        "high"
2144      ],
2145      "default_reasoning_effort": "medium",
2146      "supports_attachments": false,
2147      "options": {}
2148    },
2149    {
2150      "id": "openai/gpt-oss-20b:free",
2151      "name": "OpenAI: gpt-oss-20b (free)",
2152      "cost_per_1m_in": 0,
2153      "cost_per_1m_out": 0,
2154      "cost_per_1m_in_cached": 0,
2155      "cost_per_1m_out_cached": 0,
2156      "context_window": 131072,
2157      "default_max_tokens": 65536,
2158      "can_reason": true,
2159      "reasoning_levels": [
2160        "low",
2161        "medium",
2162        "high"
2163      ],
2164      "default_reasoning_effort": "medium",
2165      "supports_attachments": false,
2166      "options": {}
2167    },
2168    {
2169      "id": "openai/gpt-oss-safeguard-20b",
2170      "name": "OpenAI: gpt-oss-safeguard-20b",
2171      "cost_per_1m_in": 0.075,
2172      "cost_per_1m_out": 0.3,
2173      "cost_per_1m_in_cached": 0,
2174      "cost_per_1m_out_cached": 0.037,
2175      "context_window": 131072,
2176      "default_max_tokens": 32768,
2177      "can_reason": true,
2178      "reasoning_levels": [
2179        "low",
2180        "medium",
2181        "high"
2182      ],
2183      "default_reasoning_effort": "medium",
2184      "supports_attachments": false,
2185      "options": {}
2186    },
2187    {
2188      "id": "openai/o1",
2189      "name": "OpenAI: o1",
2190      "cost_per_1m_in": 15,
2191      "cost_per_1m_out": 60,
2192      "cost_per_1m_in_cached": 0,
2193      "cost_per_1m_out_cached": 7.5,
2194      "context_window": 200000,
2195      "default_max_tokens": 50000,
2196      "can_reason": false,
2197      "supports_attachments": true,
2198      "options": {}
2199    },
2200    {
2201      "id": "openai/o3",
2202      "name": "OpenAI: o3",
2203      "cost_per_1m_in": 2,
2204      "cost_per_1m_out": 8,
2205      "cost_per_1m_in_cached": 0,
2206      "cost_per_1m_out_cached": 0.5,
2207      "context_window": 200000,
2208      "default_max_tokens": 50000,
2209      "can_reason": true,
2210      "reasoning_levels": [
2211        "low",
2212        "medium",
2213        "high"
2214      ],
2215      "default_reasoning_effort": "medium",
2216      "supports_attachments": true,
2217      "options": {}
2218    },
2219    {
2220      "id": "openai/o3-deep-research",
2221      "name": "OpenAI: o3 Deep Research",
2222      "cost_per_1m_in": 10,
2223      "cost_per_1m_out": 40,
2224      "cost_per_1m_in_cached": 0,
2225      "cost_per_1m_out_cached": 2.5,
2226      "context_window": 200000,
2227      "default_max_tokens": 50000,
2228      "can_reason": true,
2229      "reasoning_levels": [
2230        "low",
2231        "medium",
2232        "high"
2233      ],
2234      "default_reasoning_effort": "medium",
2235      "supports_attachments": true,
2236      "options": {}
2237    },
2238    {
2239      "id": "openai/o3-mini",
2240      "name": "OpenAI: o3 Mini",
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-mini-high",
2253      "name": "OpenAI: o3 Mini High",
2254      "cost_per_1m_in": 1.1,
2255      "cost_per_1m_out": 4.4,
2256      "cost_per_1m_in_cached": 0,
2257      "cost_per_1m_out_cached": 0.55,
2258      "context_window": 200000,
2259      "default_max_tokens": 50000,
2260      "can_reason": false,
2261      "supports_attachments": false,
2262      "options": {}
2263    },
2264    {
2265      "id": "openai/o3-pro",
2266      "name": "OpenAI: o3 Pro",
2267      "cost_per_1m_in": 20,
2268      "cost_per_1m_out": 80,
2269      "cost_per_1m_in_cached": 0,
2270      "cost_per_1m_out_cached": 0,
2271      "context_window": 200000,
2272      "default_max_tokens": 50000,
2273      "can_reason": true,
2274      "reasoning_levels": [
2275        "low",
2276        "medium",
2277        "high"
2278      ],
2279      "default_reasoning_effort": "medium",
2280      "supports_attachments": true,
2281      "options": {}
2282    },
2283    {
2284      "id": "openai/o4-mini",
2285      "name": "OpenAI: o4 Mini",
2286      "cost_per_1m_in": 1.1,
2287      "cost_per_1m_out": 4.4,
2288      "cost_per_1m_in_cached": 0,
2289      "cost_per_1m_out_cached": 0.275,
2290      "context_window": 200000,
2291      "default_max_tokens": 50000,
2292      "can_reason": true,
2293      "reasoning_levels": [
2294        "low",
2295        "medium",
2296        "high"
2297      ],
2298      "default_reasoning_effort": "medium",
2299      "supports_attachments": true,
2300      "options": {}
2301    },
2302    {
2303      "id": "openai/o4-mini-deep-research",
2304      "name": "OpenAI: o4 Mini Deep Research",
2305      "cost_per_1m_in": 2,
2306      "cost_per_1m_out": 8,
2307      "cost_per_1m_in_cached": 0,
2308      "cost_per_1m_out_cached": 0.5,
2309      "context_window": 200000,
2310      "default_max_tokens": 50000,
2311      "can_reason": true,
2312      "reasoning_levels": [
2313        "low",
2314        "medium",
2315        "high"
2316      ],
2317      "default_reasoning_effort": "medium",
2318      "supports_attachments": true,
2319      "options": {}
2320    },
2321    {
2322      "id": "openai/o4-mini-high",
2323      "name": "OpenAI: o4 Mini High",
2324      "cost_per_1m_in": 1.1,
2325      "cost_per_1m_out": 4.4,
2326      "cost_per_1m_in_cached": 0,
2327      "cost_per_1m_out_cached": 0.275,
2328      "context_window": 200000,
2329      "default_max_tokens": 50000,
2330      "can_reason": true,
2331      "reasoning_levels": [
2332        "low",
2333        "medium",
2334        "high"
2335      ],
2336      "default_reasoning_effort": "medium",
2337      "supports_attachments": true,
2338      "options": {}
2339    },
2340    {
2341      "id": "prime-intellect/intellect-3",
2342      "name": "Prime Intellect: INTELLECT-3",
2343      "cost_per_1m_in": 0.19999999999999998,
2344      "cost_per_1m_out": 1.1,
2345      "cost_per_1m_in_cached": 0,
2346      "cost_per_1m_out_cached": 0,
2347      "context_window": 131072,
2348      "default_max_tokens": 65536,
2349      "can_reason": true,
2350      "reasoning_levels": [
2351        "low",
2352        "medium",
2353        "high"
2354      ],
2355      "default_reasoning_effort": "medium",
2356      "supports_attachments": false,
2357      "options": {}
2358    },
2359    {
2360      "id": "qwen/qwen-2.5-72b-instruct",
2361      "name": "Qwen2.5 72B Instruct",
2362      "cost_per_1m_in": 0.12,
2363      "cost_per_1m_out": 0.39,
2364      "cost_per_1m_in_cached": 0,
2365      "cost_per_1m_out_cached": 0,
2366      "context_window": 32768,
2367      "default_max_tokens": 8192,
2368      "can_reason": false,
2369      "supports_attachments": false,
2370      "options": {}
2371    },
2372    {
2373      "id": "qwen/qwen-plus-2025-07-28",
2374      "name": "Qwen: Qwen Plus 0728",
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": false,
2382      "supports_attachments": false,
2383      "options": {}
2384    },
2385    {
2386      "id": "qwen/qwen-plus-2025-07-28:thinking",
2387      "name": "Qwen: Qwen Plus 0728 (thinking)",
2388      "cost_per_1m_in": 0.39999999999999997,
2389      "cost_per_1m_out": 1.2,
2390      "cost_per_1m_in_cached": 0,
2391      "cost_per_1m_out_cached": 0,
2392      "context_window": 1000000,
2393      "default_max_tokens": 16384,
2394      "can_reason": true,
2395      "reasoning_levels": [
2396        "low",
2397        "medium",
2398        "high"
2399      ],
2400      "default_reasoning_effort": "medium",
2401      "supports_attachments": false,
2402      "options": {}
2403    },
2404    {
2405      "id": "qwen/qwen-vl-max",
2406      "name": "Qwen: Qwen VL Max",
2407      "cost_per_1m_in": 0.7999999999999999,
2408      "cost_per_1m_out": 3.1999999999999997,
2409      "cost_per_1m_in_cached": 0,
2410      "cost_per_1m_out_cached": 0,
2411      "context_window": 131072,
2412      "default_max_tokens": 16384,
2413      "can_reason": false,
2414      "supports_attachments": true,
2415      "options": {}
2416    },
2417    {
2418      "id": "qwen/qwen-max",
2419      "name": "Qwen: Qwen-Max ",
2420      "cost_per_1m_in": 1.5999999999999999,
2421      "cost_per_1m_out": 6.3999999999999995,
2422      "cost_per_1m_in_cached": 0,
2423      "cost_per_1m_out_cached": 0.32,
2424      "context_window": 32768,
2425      "default_max_tokens": 4096,
2426      "can_reason": false,
2427      "supports_attachments": false,
2428      "options": {}
2429    },
2430    {
2431      "id": "qwen/qwen-plus",
2432      "name": "Qwen: Qwen-Plus",
2433      "cost_per_1m_in": 0.39999999999999997,
2434      "cost_per_1m_out": 1.2,
2435      "cost_per_1m_in_cached": 0,
2436      "cost_per_1m_out_cached": 0.08,
2437      "context_window": 1000000,
2438      "default_max_tokens": 16384,
2439      "can_reason": false,
2440      "supports_attachments": false,
2441      "options": {}
2442    },
2443    {
2444      "id": "qwen/qwen-turbo",
2445      "name": "Qwen: Qwen-Turbo",
2446      "cost_per_1m_in": 0.049999999999999996,
2447      "cost_per_1m_out": 0.19999999999999998,
2448      "cost_per_1m_in_cached": 0,
2449      "cost_per_1m_out_cached": 0.01,
2450      "context_window": 131072,
2451      "default_max_tokens": 4096,
2452      "can_reason": false,
2453      "supports_attachments": false,
2454      "options": {}
2455    },
2456    {
2457      "id": "qwen/qwen-2.5-7b-instruct",
2458      "name": "Qwen: Qwen2.5 7B Instruct",
2459      "cost_per_1m_in": 0.04,
2460      "cost_per_1m_out": 0.09999999999999999,
2461      "cost_per_1m_in_cached": 0,
2462      "cost_per_1m_out_cached": 0.04,
2463      "context_window": 128000,
2464      "default_max_tokens": 4096,
2465      "can_reason": false,
2466      "supports_attachments": false,
2467      "options": {}
2468    },
2469    {
2470      "id": "qwen/qwen3-14b",
2471      "name": "Qwen: Qwen3 14B",
2472      "cost_per_1m_in": 0.12,
2473      "cost_per_1m_out": 0.24,
2474      "cost_per_1m_in_cached": 0,
2475      "cost_per_1m_out_cached": 0,
2476      "context_window": 40960,
2477      "default_max_tokens": 20480,
2478      "can_reason": true,
2479      "reasoning_levels": [
2480        "low",
2481        "medium",
2482        "high"
2483      ],
2484      "default_reasoning_effort": "medium",
2485      "supports_attachments": false,
2486      "options": {}
2487    },
2488    {
2489      "id": "qwen/qwen3-235b-a22b",
2490      "name": "Qwen: Qwen3 235B A22B",
2491      "cost_per_1m_in": 0.45499999999999996,
2492      "cost_per_1m_out": 1.8199999999999998,
2493      "cost_per_1m_in_cached": 0,
2494      "cost_per_1m_out_cached": 0,
2495      "context_window": 131072,
2496      "default_max_tokens": 4096,
2497      "can_reason": true,
2498      "reasoning_levels": [
2499        "low",
2500        "medium",
2501        "high"
2502      ],
2503      "default_reasoning_effort": "medium",
2504      "supports_attachments": false,
2505      "options": {}
2506    },
2507    {
2508      "id": "qwen/qwen3-235b-a22b-2507",
2509      "name": "Qwen: Qwen3 235B A22B Instruct 2507",
2510      "cost_per_1m_in": 0.22,
2511      "cost_per_1m_out": 0.88,
2512      "cost_per_1m_in_cached": 0,
2513      "cost_per_1m_out_cached": 0,
2514      "context_window": 262144,
2515      "default_max_tokens": 8192,
2516      "can_reason": false,
2517      "supports_attachments": false,
2518      "options": {}
2519    },
2520    {
2521      "id": "qwen/qwen3-235b-a22b-thinking-2507",
2522      "name": "Qwen: Qwen3 235B A22B Thinking 2507",
2523      "cost_per_1m_in": 0.6,
2524      "cost_per_1m_out": 2.4,
2525      "cost_per_1m_in_cached": 0,
2526      "cost_per_1m_out_cached": 0,
2527      "context_window": 262144,
2528      "default_max_tokens": 131072,
2529      "can_reason": true,
2530      "reasoning_levels": [
2531        "low",
2532        "medium",
2533        "high"
2534      ],
2535      "default_reasoning_effort": "medium",
2536      "supports_attachments": false,
2537      "options": {}
2538    },
2539    {
2540      "id": "qwen/qwen3-30b-a3b",
2541      "name": "Qwen: Qwen3 30B A3B",
2542      "cost_per_1m_in": 0.13,
2543      "cost_per_1m_out": 0.52,
2544      "cost_per_1m_in_cached": 0,
2545      "cost_per_1m_out_cached": 0,
2546      "context_window": 131072,
2547      "default_max_tokens": 4096,
2548      "can_reason": true,
2549      "reasoning_levels": [
2550        "low",
2551        "medium",
2552        "high"
2553      ],
2554      "default_reasoning_effort": "medium",
2555      "supports_attachments": false,
2556      "options": {}
2557    },
2558    {
2559      "id": "qwen/qwen3-30b-a3b-instruct-2507",
2560      "name": "Qwen: Qwen3 30B A3B Instruct 2507",
2561      "cost_per_1m_in": 0.09,
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": 131072,
2567      "can_reason": false,
2568      "supports_attachments": false,
2569      "options": {}
2570    },
2571    {
2572      "id": "qwen/qwen3-30b-a3b-thinking-2507",
2573      "name": "Qwen: Qwen3 30B A3B Thinking 2507",
2574      "cost_per_1m_in": 0.09,
2575      "cost_per_1m_out": 0.3,
2576      "cost_per_1m_in_cached": 0,
2577      "cost_per_1m_out_cached": 0,
2578      "context_window": 262144,
2579      "default_max_tokens": 65536,
2580      "can_reason": true,
2581      "reasoning_levels": [
2582        "low",
2583        "medium",
2584        "high"
2585      ],
2586      "default_reasoning_effort": "medium",
2587      "supports_attachments": false,
2588      "options": {}
2589    },
2590    {
2591      "id": "qwen/qwen3-32b",
2592      "name": "Qwen: Qwen3 32B",
2593      "cost_per_1m_in": 0.10400000000000001,
2594      "cost_per_1m_out": 0.41600000000000004,
2595      "cost_per_1m_in_cached": 0,
2596      "cost_per_1m_out_cached": 0,
2597      "context_window": 131072,
2598      "default_max_tokens": 4096,
2599      "can_reason": true,
2600      "reasoning_levels": [
2601        "low",
2602        "medium",
2603        "high"
2604      ],
2605      "default_reasoning_effort": "medium",
2606      "supports_attachments": false,
2607      "options": {}
2608    },
2609    {
2610      "id": "qwen/qwen3-4b:free",
2611      "name": "Qwen: Qwen3 4B (free)",
2612      "cost_per_1m_in": 0,
2613      "cost_per_1m_out": 0,
2614      "cost_per_1m_in_cached": 0,
2615      "cost_per_1m_out_cached": 0,
2616      "context_window": 40960,
2617      "default_max_tokens": 4096,
2618      "can_reason": true,
2619      "reasoning_levels": [
2620        "low",
2621        "medium",
2622        "high"
2623      ],
2624      "default_reasoning_effort": "medium",
2625      "supports_attachments": false,
2626      "options": {}
2627    },
2628    {
2629      "id": "qwen/qwen3-8b",
2630      "name": "Qwen: Qwen3 8B",
2631      "cost_per_1m_in": 0.117,
2632      "cost_per_1m_out": 0.45499999999999996,
2633      "cost_per_1m_in_cached": 0,
2634      "cost_per_1m_out_cached": 0,
2635      "context_window": 131072,
2636      "default_max_tokens": 4096,
2637      "can_reason": true,
2638      "reasoning_levels": [
2639        "low",
2640        "medium",
2641        "high"
2642      ],
2643      "default_reasoning_effort": "medium",
2644      "supports_attachments": false,
2645      "options": {}
2646    },
2647    {
2648      "id": "qwen/qwen3-coder-30b-a3b-instruct",
2649      "name": "Qwen: Qwen3 Coder 30B A3B Instruct",
2650      "cost_per_1m_in": 0.07,
2651      "cost_per_1m_out": 0.28,
2652      "cost_per_1m_in_cached": 0,
2653      "cost_per_1m_out_cached": 0,
2654      "context_window": 262144,
2655      "default_max_tokens": 131072,
2656      "can_reason": false,
2657      "supports_attachments": false,
2658      "options": {}
2659    },
2660    {
2661      "id": "qwen/qwen3-coder",
2662      "name": "Qwen: Qwen3 Coder 480B A35B",
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,
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:exacto",
2675      "name": "Qwen: Qwen3 Coder 480B A35B (exacto)",
2676      "cost_per_1m_in": 0.22,
2677      "cost_per_1m_out": 1.7999999999999998,
2678      "cost_per_1m_in_cached": 0,
2679      "cost_per_1m_out_cached": 0.022,
2680      "context_window": 262144,
2681      "default_max_tokens": 32768,
2682      "can_reason": false,
2683      "supports_attachments": false,
2684      "options": {}
2685    },
2686    {
2687      "id": "qwen/qwen3-coder:free",
2688      "name": "Qwen: Qwen3 Coder 480B A35B (free)",
2689      "cost_per_1m_in": 0,
2690      "cost_per_1m_out": 0,
2691      "cost_per_1m_in_cached": 0,
2692      "cost_per_1m_out_cached": 0,
2693      "context_window": 262000,
2694      "default_max_tokens": 131000,
2695      "can_reason": false,
2696      "supports_attachments": false,
2697      "options": {}
2698    },
2699    {
2700      "id": "qwen/qwen3-coder-flash",
2701      "name": "Qwen: Qwen3 Coder Flash",
2702      "cost_per_1m_in": 0.3,
2703      "cost_per_1m_out": 1.5,
2704      "cost_per_1m_in_cached": 0,
2705      "cost_per_1m_out_cached": 0.06,
2706      "context_window": 1000000,
2707      "default_max_tokens": 32768,
2708      "can_reason": false,
2709      "supports_attachments": false,
2710      "options": {}
2711    },
2712    {
2713      "id": "qwen/qwen3-coder-next",
2714      "name": "Qwen: Qwen3 Coder Next",
2715      "cost_per_1m_in": 0.19999999999999998,
2716      "cost_per_1m_out": 1.5,
2717      "cost_per_1m_in_cached": 0,
2718      "cost_per_1m_out_cached": 0,
2719      "context_window": 262144,
2720      "default_max_tokens": 32768,
2721      "can_reason": false,
2722      "supports_attachments": false,
2723      "options": {}
2724    },
2725    {
2726      "id": "qwen/qwen3-coder-plus",
2727      "name": "Qwen: Qwen3 Coder Plus",
2728      "cost_per_1m_in": 1,
2729      "cost_per_1m_out": 5,
2730      "cost_per_1m_in_cached": 0,
2731      "cost_per_1m_out_cached": 0.19999999999999998,
2732      "context_window": 1000000,
2733      "default_max_tokens": 32768,
2734      "can_reason": false,
2735      "supports_attachments": false,
2736      "options": {}
2737    },
2738    {
2739      "id": "qwen/qwen3-max",
2740      "name": "Qwen: Qwen3 Max",
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.24,
2745      "context_window": 262144,
2746      "default_max_tokens": 16384,
2747      "can_reason": false,
2748      "supports_attachments": false,
2749      "options": {}
2750    },
2751    {
2752      "id": "qwen/qwen3-max-thinking",
2753      "name": "Qwen: Qwen3 Max Thinking",
2754      "cost_per_1m_in": 1.2,
2755      "cost_per_1m_out": 6,
2756      "cost_per_1m_in_cached": 0,
2757      "cost_per_1m_out_cached": 0,
2758      "context_window": 262144,
2759      "default_max_tokens": 16384,
2760      "can_reason": true,
2761      "reasoning_levels": [
2762        "low",
2763        "medium",
2764        "high"
2765      ],
2766      "default_reasoning_effort": "medium",
2767      "supports_attachments": false,
2768      "options": {}
2769    },
2770    {
2771      "id": "qwen/qwen3-next-80b-a3b-instruct",
2772      "name": "Qwen: Qwen3 Next 80B A3B Instruct",
2773      "cost_per_1m_in": 0.15,
2774      "cost_per_1m_out": 1.5,
2775      "cost_per_1m_in_cached": 0,
2776      "cost_per_1m_out_cached": 0.15,
2777      "context_window": 262144,
2778      "default_max_tokens": 16384,
2779      "can_reason": false,
2780      "supports_attachments": false,
2781      "options": {}
2782    },
2783    {
2784      "id": "qwen/qwen3-next-80b-a3b-instruct:free",
2785      "name": "Qwen: Qwen3 Next 80B A3B Instruct (free)",
2786      "cost_per_1m_in": 0,
2787      "cost_per_1m_out": 0,
2788      "cost_per_1m_in_cached": 0,
2789      "cost_per_1m_out_cached": 0,
2790      "context_window": 262144,
2791      "default_max_tokens": 26214,
2792      "can_reason": false,
2793      "supports_attachments": false,
2794      "options": {}
2795    },
2796    {
2797      "id": "qwen/qwen3-next-80b-a3b-thinking",
2798      "name": "Qwen: Qwen3 Next 80B A3B Thinking",
2799      "cost_per_1m_in": 0.3,
2800      "cost_per_1m_out": 0.3,
2801      "cost_per_1m_in_cached": 0,
2802      "cost_per_1m_out_cached": 0,
2803      "context_window": 262144,
2804      "default_max_tokens": 131072,
2805      "can_reason": true,
2806      "reasoning_levels": [
2807        "low",
2808        "medium",
2809        "high"
2810      ],
2811      "default_reasoning_effort": "medium",
2812      "supports_attachments": false,
2813      "options": {}
2814    },
2815    {
2816      "id": "qwen/qwen3-vl-235b-a22b-instruct",
2817      "name": "Qwen: Qwen3 VL 235B A22B Instruct",
2818      "cost_per_1m_in": 0.21,
2819      "cost_per_1m_out": 1.9,
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": false,
2825      "supports_attachments": true,
2826      "options": {}
2827    },
2828    {
2829      "id": "qwen/qwen3-vl-235b-a22b-thinking",
2830      "name": "Qwen: Qwen3 VL 235B A22B Thinking",
2831      "cost_per_1m_in": 0,
2832      "cost_per_1m_out": 0,
2833      "cost_per_1m_in_cached": 0,
2834      "cost_per_1m_out_cached": 0,
2835      "context_window": 131072,
2836      "default_max_tokens": 16384,
2837      "can_reason": true,
2838      "reasoning_levels": [
2839        "low",
2840        "medium",
2841        "high"
2842      ],
2843      "default_reasoning_effort": "medium",
2844      "supports_attachments": true,
2845      "options": {}
2846    },
2847    {
2848      "id": "qwen/qwen3-vl-30b-a3b-instruct",
2849      "name": "Qwen: Qwen3 VL 30B A3B Instruct",
2850      "cost_per_1m_in": 0.29,
2851      "cost_per_1m_out": 1,
2852      "cost_per_1m_in_cached": 0,
2853      "cost_per_1m_out_cached": 0,
2854      "context_window": 262144,
2855      "default_max_tokens": 131072,
2856      "can_reason": false,
2857      "supports_attachments": true,
2858      "options": {}
2859    },
2860    {
2861      "id": "qwen/qwen3-vl-30b-a3b-thinking",
2862      "name": "Qwen: Qwen3 VL 30B A3B Thinking",
2863      "cost_per_1m_in": 0.29,
2864      "cost_per_1m_out": 1,
2865      "cost_per_1m_in_cached": 0,
2866      "cost_per_1m_out_cached": 0,
2867      "context_window": 262144,
2868      "default_max_tokens": 131072,
2869      "can_reason": true,
2870      "reasoning_levels": [
2871        "low",
2872        "medium",
2873        "high"
2874      ],
2875      "default_reasoning_effort": "medium",
2876      "supports_attachments": true,
2877      "options": {}
2878    },
2879    {
2880      "id": "qwen/qwen3-vl-32b-instruct",
2881      "name": "Qwen: Qwen3 VL 32B Instruct",
2882      "cost_per_1m_in": 0.10400000000000001,
2883      "cost_per_1m_out": 0.41600000000000004,
2884      "cost_per_1m_in_cached": 0,
2885      "cost_per_1m_out_cached": 0,
2886      "context_window": 131072,
2887      "default_max_tokens": 16384,
2888      "can_reason": false,
2889      "supports_attachments": true,
2890      "options": {}
2891    },
2892    {
2893      "id": "qwen/qwen3-vl-8b-instruct",
2894      "name": "Qwen: Qwen3 VL 8B Instruct",
2895      "cost_per_1m_in": 0.117,
2896      "cost_per_1m_out": 0.45499999999999996,
2897      "cost_per_1m_in_cached": 0,
2898      "cost_per_1m_out_cached": 0,
2899      "context_window": 131072,
2900      "default_max_tokens": 16384,
2901      "can_reason": false,
2902      "supports_attachments": true,
2903      "options": {}
2904    },
2905    {
2906      "id": "qwen/qwen3-vl-8b-thinking",
2907      "name": "Qwen: Qwen3 VL 8B Thinking",
2908      "cost_per_1m_in": 0.117,
2909      "cost_per_1m_out": 1.365,
2910      "cost_per_1m_in_cached": 0,
2911      "cost_per_1m_out_cached": 0,
2912      "context_window": 131072,
2913      "default_max_tokens": 16384,
2914      "can_reason": true,
2915      "reasoning_levels": [
2916        "low",
2917        "medium",
2918        "high"
2919      ],
2920      "default_reasoning_effort": "medium",
2921      "supports_attachments": true,
2922      "options": {}
2923    },
2924    {
2925      "id": "qwen/qwen3.5-397b-a17b",
2926      "name": "Qwen: Qwen3.5 397B A17B",
2927      "cost_per_1m_in": 0.6,
2928      "cost_per_1m_out": 3.5999999999999996,
2929      "cost_per_1m_in_cached": 0,
2930      "cost_per_1m_out_cached": 0,
2931      "context_window": 262144,
2932      "default_max_tokens": 131072,
2933      "can_reason": true,
2934      "reasoning_levels": [
2935        "low",
2936        "medium",
2937        "high"
2938      ],
2939      "default_reasoning_effort": "medium",
2940      "supports_attachments": true,
2941      "options": {}
2942    },
2943    {
2944      "id": "qwen/qwen3.5-plus-02-15",
2945      "name": "Qwen: Qwen3.5 Plus 2026-02-15",
2946      "cost_per_1m_in": 0.39999999999999997,
2947      "cost_per_1m_out": 2.4,
2948      "cost_per_1m_in_cached": 0,
2949      "cost_per_1m_out_cached": 0,
2950      "context_window": 1000000,
2951      "default_max_tokens": 32768,
2952      "can_reason": true,
2953      "reasoning_levels": [
2954        "low",
2955        "medium",
2956        "high"
2957      ],
2958      "default_reasoning_effort": "medium",
2959      "supports_attachments": true,
2960      "options": {}
2961    },
2962    {
2963      "id": "qwen/qwen3.5-122b-a10b",
2964      "name": "Qwen: Qwen3.5-122B-A10B",
2965      "cost_per_1m_in": 0.39999999999999997,
2966      "cost_per_1m_out": 3.1999999999999997,
2967      "cost_per_1m_in_cached": 0,
2968      "cost_per_1m_out_cached": 0,
2969      "context_window": 262144,
2970      "default_max_tokens": 32768,
2971      "can_reason": true,
2972      "reasoning_levels": [
2973        "low",
2974        "medium",
2975        "high"
2976      ],
2977      "default_reasoning_effort": "medium",
2978      "supports_attachments": true,
2979      "options": {}
2980    },
2981    {
2982      "id": "qwen/qwen3.5-27b",
2983      "name": "Qwen: Qwen3.5-27B",
2984      "cost_per_1m_in": 0.3,
2985      "cost_per_1m_out": 2.4,
2986      "cost_per_1m_in_cached": 0,
2987      "cost_per_1m_out_cached": 0,
2988      "context_window": 262144,
2989      "default_max_tokens": 32768,
2990      "can_reason": true,
2991      "reasoning_levels": [
2992        "low",
2993        "medium",
2994        "high"
2995      ],
2996      "default_reasoning_effort": "medium",
2997      "supports_attachments": true,
2998      "options": {}
2999    },
3000    {
3001      "id": "qwen/qwen3.5-35b-a3b",
3002      "name": "Qwen: Qwen3.5-35B-A3B",
3003      "cost_per_1m_in": 0.25,
3004      "cost_per_1m_out": 2,
3005      "cost_per_1m_in_cached": 0,
3006      "cost_per_1m_out_cached": 0,
3007      "context_window": 262144,
3008      "default_max_tokens": 32768,
3009      "can_reason": true,
3010      "reasoning_levels": [
3011        "low",
3012        "medium",
3013        "high"
3014      ],
3015      "default_reasoning_effort": "medium",
3016      "supports_attachments": true,
3017      "options": {}
3018    },
3019    {
3020      "id": "qwen/qwen3.5-flash-02-23",
3021      "name": "Qwen: Qwen3.5-Flash",
3022      "cost_per_1m_in": 0.09999999999999999,
3023      "cost_per_1m_out": 0.39999999999999997,
3024      "cost_per_1m_in_cached": 0,
3025      "cost_per_1m_out_cached": 0,
3026      "context_window": 1000000,
3027      "default_max_tokens": 32768,
3028      "can_reason": true,
3029      "reasoning_levels": [
3030        "low",
3031        "medium",
3032        "high"
3033      ],
3034      "default_reasoning_effort": "medium",
3035      "supports_attachments": true,
3036      "options": {}
3037    },
3038    {
3039      "id": "relace/relace-search",
3040      "name": "Relace: Relace Search",
3041      "cost_per_1m_in": 1,
3042      "cost_per_1m_out": 3,
3043      "cost_per_1m_in_cached": 0,
3044      "cost_per_1m_out_cached": 0,
3045      "context_window": 256000,
3046      "default_max_tokens": 64000,
3047      "can_reason": false,
3048      "supports_attachments": false,
3049      "options": {}
3050    },
3051    {
3052      "id": "stepfun/step-3.5-flash",
3053      "name": "StepFun: Step 3.5 Flash",
3054      "cost_per_1m_in": 0.09999999999999999,
3055      "cost_per_1m_out": 0.3,
3056      "cost_per_1m_in_cached": 0,
3057      "cost_per_1m_out_cached": 0.02,
3058      "context_window": 256000,
3059      "default_max_tokens": 128000,
3060      "can_reason": true,
3061      "reasoning_levels": [
3062        "low",
3063        "medium",
3064        "high"
3065      ],
3066      "default_reasoning_effort": "medium",
3067      "supports_attachments": false,
3068      "options": {}
3069    },
3070    {
3071      "id": "stepfun/step-3.5-flash:free",
3072      "name": "StepFun: Step 3.5 Flash (free)",
3073      "cost_per_1m_in": 0,
3074      "cost_per_1m_out": 0,
3075      "cost_per_1m_in_cached": 0,
3076      "cost_per_1m_out_cached": 0,
3077      "context_window": 256000,
3078      "default_max_tokens": 128000,
3079      "can_reason": true,
3080      "reasoning_levels": [
3081        "low",
3082        "medium",
3083        "high"
3084      ],
3085      "default_reasoning_effort": "medium",
3086      "supports_attachments": false,
3087      "options": {}
3088    },
3089    {
3090      "id": "tngtech/deepseek-r1t2-chimera",
3091      "name": "TNG: DeepSeek R1T2 Chimera",
3092      "cost_per_1m_in": 0.25,
3093      "cost_per_1m_out": 0.85,
3094      "cost_per_1m_in_cached": 0,
3095      "cost_per_1m_out_cached": 0.125,
3096      "context_window": 163840,
3097      "default_max_tokens": 81920,
3098      "can_reason": true,
3099      "reasoning_levels": [
3100        "low",
3101        "medium",
3102        "high"
3103      ],
3104      "default_reasoning_effort": "medium",
3105      "supports_attachments": false,
3106      "options": {}
3107    },
3108    {
3109      "id": "thedrummer/rocinante-12b",
3110      "name": "TheDrummer: Rocinante 12B",
3111      "cost_per_1m_in": 0.16999999999999998,
3112      "cost_per_1m_out": 0.43,
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": "thedrummer/unslopnemo-12b",
3123      "name": "TheDrummer: UnslopNemo 12B",
3124      "cost_per_1m_in": 0.39999999999999997,
3125      "cost_per_1m_out": 0.39999999999999997,
3126      "cost_per_1m_in_cached": 0,
3127      "cost_per_1m_out_cached": 0,
3128      "context_window": 32768,
3129      "default_max_tokens": 16384,
3130      "can_reason": false,
3131      "supports_attachments": false,
3132      "options": {}
3133    },
3134    {
3135      "id": "alibaba/tongyi-deepresearch-30b-a3b",
3136      "name": "Tongyi DeepResearch 30B A3B",
3137      "cost_per_1m_in": 0.09,
3138      "cost_per_1m_out": 0.44999999999999996,
3139      "cost_per_1m_in_cached": 0,
3140      "cost_per_1m_out_cached": 0.09,
3141      "context_window": 131072,
3142      "default_max_tokens": 65536,
3143      "can_reason": true,
3144      "reasoning_levels": [
3145        "low",
3146        "medium",
3147        "high"
3148      ],
3149      "default_reasoning_effort": "medium",
3150      "supports_attachments": false,
3151      "options": {}
3152    },
3153    {
3154      "id": "upstage/solar-pro-3:free",
3155      "name": "Upstage: Solar Pro 3 (free)",
3156      "cost_per_1m_in": 0,
3157      "cost_per_1m_out": 0,
3158      "cost_per_1m_in_cached": 0,
3159      "cost_per_1m_out_cached": 0,
3160      "context_window": 128000,
3161      "default_max_tokens": 12800,
3162      "can_reason": true,
3163      "reasoning_levels": [
3164        "low",
3165        "medium",
3166        "high"
3167      ],
3168      "default_reasoning_effort": "medium",
3169      "supports_attachments": false,
3170      "options": {}
3171    },
3172    {
3173      "id": "xiaomi/mimo-v2-flash",
3174      "name": "Xiaomi: MiMo-V2-Flash",
3175      "cost_per_1m_in": 0.09,
3176      "cost_per_1m_out": 0.29,
3177      "cost_per_1m_in_cached": 0,
3178      "cost_per_1m_out_cached": 0.045,
3179      "context_window": 262144,
3180      "default_max_tokens": 32768,
3181      "can_reason": true,
3182      "reasoning_levels": [
3183        "low",
3184        "medium",
3185        "high"
3186      ],
3187      "default_reasoning_effort": "medium",
3188      "supports_attachments": false,
3189      "options": {}
3190    },
3191    {
3192      "id": "z-ai/glm-4-32b",
3193      "name": "Z.ai: GLM 4 32B ",
3194      "cost_per_1m_in": 0.09999999999999999,
3195      "cost_per_1m_out": 0.09999999999999999,
3196      "cost_per_1m_in_cached": 0,
3197      "cost_per_1m_out_cached": 0,
3198      "context_window": 128000,
3199      "default_max_tokens": 12800,
3200      "can_reason": false,
3201      "supports_attachments": false,
3202      "options": {}
3203    },
3204    {
3205      "id": "z-ai/glm-4.5",
3206      "name": "Z.ai: GLM 4.5",
3207      "cost_per_1m_in": 0.6,
3208      "cost_per_1m_out": 2.2,
3209      "cost_per_1m_in_cached": 0,
3210      "cost_per_1m_out_cached": 0.11,
3211      "context_window": 131072,
3212      "default_max_tokens": 48000,
3213      "can_reason": true,
3214      "reasoning_levels": [
3215        "low",
3216        "medium",
3217        "high"
3218      ],
3219      "default_reasoning_effort": "medium",
3220      "supports_attachments": false,
3221      "options": {}
3222    },
3223    {
3224      "id": "z-ai/glm-4.5-air",
3225      "name": "Z.ai: GLM 4.5 Air",
3226      "cost_per_1m_in": 0.13,
3227      "cost_per_1m_out": 0.85,
3228      "cost_per_1m_in_cached": 0,
3229      "cost_per_1m_out_cached": 0.024999999999999998,
3230      "context_window": 131072,
3231      "default_max_tokens": 49152,
3232      "can_reason": true,
3233      "reasoning_levels": [
3234        "low",
3235        "medium",
3236        "high"
3237      ],
3238      "default_reasoning_effort": "medium",
3239      "supports_attachments": false,
3240      "options": {}
3241    },
3242    {
3243      "id": "z-ai/glm-4.5-air:free",
3244      "name": "Z.ai: GLM 4.5 Air (free)",
3245      "cost_per_1m_in": 0,
3246      "cost_per_1m_out": 0,
3247      "cost_per_1m_in_cached": 0,
3248      "cost_per_1m_out_cached": 0,
3249      "context_window": 131072,
3250      "default_max_tokens": 48000,
3251      "can_reason": true,
3252      "reasoning_levels": [
3253        "low",
3254        "medium",
3255        "high"
3256      ],
3257      "default_reasoning_effort": "medium",
3258      "supports_attachments": false,
3259      "options": {}
3260    },
3261    {
3262      "id": "z-ai/glm-4.5v",
3263      "name": "Z.ai: GLM 4.5V",
3264      "cost_per_1m_in": 0.6,
3265      "cost_per_1m_out": 1.7999999999999998,
3266      "cost_per_1m_in_cached": 0,
3267      "cost_per_1m_out_cached": 0.11,
3268      "context_window": 65536,
3269      "default_max_tokens": 8192,
3270      "can_reason": true,
3271      "reasoning_levels": [
3272        "low",
3273        "medium",
3274        "high"
3275      ],
3276      "default_reasoning_effort": "medium",
3277      "supports_attachments": true,
3278      "options": {}
3279    },
3280    {
3281      "id": "z-ai/glm-4.6",
3282      "name": "Z.ai: GLM 4.6",
3283      "cost_per_1m_in": 0.39,
3284      "cost_per_1m_out": 1.9,
3285      "cost_per_1m_in_cached": 0,
3286      "cost_per_1m_out_cached": 0,
3287      "context_window": 204800,
3288      "default_max_tokens": 102400,
3289      "can_reason": true,
3290      "reasoning_levels": [
3291        "low",
3292        "medium",
3293        "high"
3294      ],
3295      "default_reasoning_effort": "medium",
3296      "supports_attachments": false,
3297      "options": {}
3298    },
3299    {
3300      "id": "z-ai/glm-4.6:exacto",
3301      "name": "Z.ai: GLM 4.6 (exacto)",
3302      "cost_per_1m_in": 0.44,
3303      "cost_per_1m_out": 1.76,
3304      "cost_per_1m_in_cached": 0,
3305      "cost_per_1m_out_cached": 0.11,
3306      "context_window": 204800,
3307      "default_max_tokens": 65536,
3308      "can_reason": true,
3309      "reasoning_levels": [
3310        "low",
3311        "medium",
3312        "high"
3313      ],
3314      "default_reasoning_effort": "medium",
3315      "supports_attachments": false,
3316      "options": {}
3317    },
3318    {
3319      "id": "z-ai/glm-4.6v",
3320      "name": "Z.ai: GLM 4.6V",
3321      "cost_per_1m_in": 0.3,
3322      "cost_per_1m_out": 0.8999999999999999,
3323      "cost_per_1m_in_cached": 0,
3324      "cost_per_1m_out_cached": 0.049999999999999996,
3325      "context_window": 131072,
3326      "default_max_tokens": 12000,
3327      "can_reason": true,
3328      "reasoning_levels": [
3329        "low",
3330        "medium",
3331        "high"
3332      ],
3333      "default_reasoning_effort": "medium",
3334      "supports_attachments": true,
3335      "options": {}
3336    },
3337    {
3338      "id": "z-ai/glm-4.7",
3339      "name": "Z.ai: GLM 4.7",
3340      "cost_per_1m_in": 0.54,
3341      "cost_per_1m_out": 1.9800000000000002,
3342      "cost_per_1m_in_cached": 0,
3343      "cost_per_1m_out_cached": 0.099,
3344      "context_window": 204800,
3345      "default_max_tokens": 65536,
3346      "can_reason": true,
3347      "reasoning_levels": [
3348        "low",
3349        "medium",
3350        "high"
3351      ],
3352      "default_reasoning_effort": "medium",
3353      "supports_attachments": false,
3354      "options": {}
3355    },
3356    {
3357      "id": "z-ai/glm-4.7-flash",
3358      "name": "Z.ai: GLM 4.7 Flash",
3359      "cost_per_1m_in": 0.06,
3360      "cost_per_1m_out": 0.39999999999999997,
3361      "cost_per_1m_in_cached": 0,
3362      "cost_per_1m_out_cached": 0.0100000002,
3363      "context_window": 202752,
3364      "default_max_tokens": 20275,
3365      "can_reason": true,
3366      "reasoning_levels": [
3367        "low",
3368        "medium",
3369        "high"
3370      ],
3371      "default_reasoning_effort": "medium",
3372      "supports_attachments": false,
3373      "options": {}
3374    },
3375    {
3376      "id": "z-ai/glm-5",
3377      "name": "Z.ai: GLM 5",
3378      "cost_per_1m_in": 0.95,
3379      "cost_per_1m_out": 2.5500000000000003,
3380      "cost_per_1m_in_cached": 0,
3381      "cost_per_1m_out_cached": 0.19999999999999998,
3382      "context_window": 204800,
3383      "default_max_tokens": 65536,
3384      "can_reason": true,
3385      "reasoning_levels": [
3386        "low",
3387        "medium",
3388        "high"
3389      ],
3390      "default_reasoning_effort": "medium",
3391      "supports_attachments": false,
3392      "options": {}
3393    },
3394    {
3395      "id": "x-ai/grok-3",
3396      "name": "xAI: Grok 3",
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-beta",
3409      "name": "xAI: Grok 3 Beta",
3410      "cost_per_1m_in": 3,
3411      "cost_per_1m_out": 15,
3412      "cost_per_1m_in_cached": 0,
3413      "cost_per_1m_out_cached": 0.75,
3414      "context_window": 131072,
3415      "default_max_tokens": 13107,
3416      "can_reason": false,
3417      "supports_attachments": false,
3418      "options": {}
3419    },
3420    {
3421      "id": "x-ai/grok-3-mini",
3422      "name": "xAI: Grok 3 Mini",
3423      "cost_per_1m_in": 0.3,
3424      "cost_per_1m_out": 0.5,
3425      "cost_per_1m_in_cached": 0,
3426      "cost_per_1m_out_cached": 0.075,
3427      "context_window": 131072,
3428      "default_max_tokens": 13107,
3429      "can_reason": true,
3430      "reasoning_levels": [
3431        "low",
3432        "medium",
3433        "high"
3434      ],
3435      "default_reasoning_effort": "medium",
3436      "supports_attachments": false,
3437      "options": {}
3438    },
3439    {
3440      "id": "x-ai/grok-3-mini-beta",
3441      "name": "xAI: Grok 3 Mini Beta",
3442      "cost_per_1m_in": 0.3,
3443      "cost_per_1m_out": 0.5,
3444      "cost_per_1m_in_cached": 0,
3445      "cost_per_1m_out_cached": 0.075,
3446      "context_window": 131072,
3447      "default_max_tokens": 13107,
3448      "can_reason": true,
3449      "reasoning_levels": [
3450        "low",
3451        "medium",
3452        "high"
3453      ],
3454      "default_reasoning_effort": "medium",
3455      "supports_attachments": false,
3456      "options": {}
3457    },
3458    {
3459      "id": "x-ai/grok-4",
3460      "name": "xAI: Grok 4",
3461      "cost_per_1m_in": 3,
3462      "cost_per_1m_out": 15,
3463      "cost_per_1m_in_cached": 0,
3464      "cost_per_1m_out_cached": 0.75,
3465      "context_window": 256000,
3466      "default_max_tokens": 25600,
3467      "can_reason": true,
3468      "reasoning_levels": [
3469        "low",
3470        "medium",
3471        "high"
3472      ],
3473      "default_reasoning_effort": "medium",
3474      "supports_attachments": true,
3475      "options": {}
3476    },
3477    {
3478      "id": "x-ai/grok-4-fast",
3479      "name": "xAI: Grok 4 Fast",
3480      "cost_per_1m_in": 0.19999999999999998,
3481      "cost_per_1m_out": 0.5,
3482      "cost_per_1m_in_cached": 0,
3483      "cost_per_1m_out_cached": 0.049999999999999996,
3484      "context_window": 2000000,
3485      "default_max_tokens": 15000,
3486      "can_reason": true,
3487      "reasoning_levels": [
3488        "low",
3489        "medium",
3490        "high"
3491      ],
3492      "default_reasoning_effort": "medium",
3493      "supports_attachments": true,
3494      "options": {}
3495    },
3496    {
3497      "id": "x-ai/grok-4.1-fast",
3498      "name": "xAI: Grok 4.1 Fast",
3499      "cost_per_1m_in": 0.19999999999999998,
3500      "cost_per_1m_out": 0.5,
3501      "cost_per_1m_in_cached": 0,
3502      "cost_per_1m_out_cached": 0.049999999999999996,
3503      "context_window": 2000000,
3504      "default_max_tokens": 15000,
3505      "can_reason": true,
3506      "reasoning_levels": [
3507        "low",
3508        "medium",
3509        "high"
3510      ],
3511      "default_reasoning_effort": "medium",
3512      "supports_attachments": true,
3513      "options": {}
3514    },
3515    {
3516      "id": "x-ai/grok-code-fast-1",
3517      "name": "xAI: Grok Code Fast 1",
3518      "cost_per_1m_in": 0.19999999999999998,
3519      "cost_per_1m_out": 1.5,
3520      "cost_per_1m_in_cached": 0,
3521      "cost_per_1m_out_cached": 0.02,
3522      "context_window": 256000,
3523      "default_max_tokens": 5000,
3524      "can_reason": true,
3525      "reasoning_levels": [
3526        "low",
3527        "medium",
3528        "high"
3529      ],
3530      "default_reasoning_effort": "medium",
3531      "supports_attachments": false,
3532      "options": {}
3533    }
3534  ],
3535  "default_headers": {
3536    "HTTP-Referer": "https://charm.land",
3537    "X-Title": "Crush"
3538  }
3539}