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