llmist 16.2.5 → 17.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +97 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +97 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -11509,6 +11509,103 @@ var init_openrouter_models = __esm({
|
|
|
11509
11509
|
}
|
|
11510
11510
|
},
|
|
11511
11511
|
// ============================================================
|
|
11512
|
+
// Google Gemini 3.1 Models (via OpenRouter)
|
|
11513
|
+
// ============================================================
|
|
11514
|
+
{
|
|
11515
|
+
provider: "openrouter",
|
|
11516
|
+
modelId: "google/gemini-3.1-pro-preview",
|
|
11517
|
+
displayName: "Gemini 3.1 Pro Preview (OpenRouter)",
|
|
11518
|
+
contextWindow: 1048576,
|
|
11519
|
+
maxOutputTokens: 65536,
|
|
11520
|
+
pricing: {
|
|
11521
|
+
input: 2,
|
|
11522
|
+
output: 12
|
|
11523
|
+
},
|
|
11524
|
+
knowledgeCutoff: "2025-01",
|
|
11525
|
+
features: {
|
|
11526
|
+
streaming: true,
|
|
11527
|
+
functionCalling: true,
|
|
11528
|
+
vision: true,
|
|
11529
|
+
reasoning: true,
|
|
11530
|
+
structuredOutputs: true
|
|
11531
|
+
},
|
|
11532
|
+
metadata: {
|
|
11533
|
+
family: "Gemini 3.1",
|
|
11534
|
+
releaseDate: "2026-03",
|
|
11535
|
+
notes: "Gemini 3.1 Pro Preview via OpenRouter. Frontier reasoning with enhanced software engineering performance."
|
|
11536
|
+
}
|
|
11537
|
+
},
|
|
11538
|
+
{
|
|
11539
|
+
provider: "openrouter",
|
|
11540
|
+
modelId: "google/gemini-3.1-pro-preview-customtools",
|
|
11541
|
+
displayName: "Gemini 3.1 Pro Preview Custom Tools (OpenRouter)",
|
|
11542
|
+
contextWindow: 1048576,
|
|
11543
|
+
maxOutputTokens: 65536,
|
|
11544
|
+
pricing: {
|
|
11545
|
+
input: 2,
|
|
11546
|
+
output: 12
|
|
11547
|
+
},
|
|
11548
|
+
knowledgeCutoff: "2025-01",
|
|
11549
|
+
features: {
|
|
11550
|
+
streaming: true,
|
|
11551
|
+
functionCalling: true,
|
|
11552
|
+
vision: true,
|
|
11553
|
+
reasoning: true,
|
|
11554
|
+
structuredOutputs: true
|
|
11555
|
+
},
|
|
11556
|
+
metadata: {
|
|
11557
|
+
family: "Gemini 3.1",
|
|
11558
|
+
releaseDate: "2026-03",
|
|
11559
|
+
notes: "Gemini 3.1 Pro Preview Custom Tools via OpenRouter. Improved tool selection to prevent overuse of general tools in agent workflows."
|
|
11560
|
+
}
|
|
11561
|
+
},
|
|
11562
|
+
{
|
|
11563
|
+
provider: "openrouter",
|
|
11564
|
+
modelId: "google/gemini-3.1-flash-lite-preview",
|
|
11565
|
+
displayName: "Gemini 3.1 Flash Lite Preview (OpenRouter)",
|
|
11566
|
+
contextWindow: 1048576,
|
|
11567
|
+
maxOutputTokens: 65536,
|
|
11568
|
+
pricing: {
|
|
11569
|
+
input: 0.25,
|
|
11570
|
+
output: 1.5
|
|
11571
|
+
},
|
|
11572
|
+
knowledgeCutoff: "2025-01",
|
|
11573
|
+
features: {
|
|
11574
|
+
streaming: true,
|
|
11575
|
+
functionCalling: true,
|
|
11576
|
+
vision: true,
|
|
11577
|
+
reasoning: true,
|
|
11578
|
+
structuredOutputs: true
|
|
11579
|
+
},
|
|
11580
|
+
metadata: {
|
|
11581
|
+
family: "Gemini 3.1",
|
|
11582
|
+
releaseDate: "2026-03",
|
|
11583
|
+
notes: "Gemini 3.1 Flash Lite Preview via OpenRouter. High-efficiency model with full thinking levels for cost/performance trade-offs."
|
|
11584
|
+
}
|
|
11585
|
+
},
|
|
11586
|
+
{
|
|
11587
|
+
provider: "openrouter",
|
|
11588
|
+
modelId: "google/gemini-3.1-flash-image-preview",
|
|
11589
|
+
displayName: "Gemini 3.1 Flash Image Preview (OpenRouter)",
|
|
11590
|
+
contextWindow: 65536,
|
|
11591
|
+
maxOutputTokens: 65536,
|
|
11592
|
+
pricing: {
|
|
11593
|
+
input: 0.5,
|
|
11594
|
+
output: 3
|
|
11595
|
+
},
|
|
11596
|
+
knowledgeCutoff: "2025-01",
|
|
11597
|
+
features: {
|
|
11598
|
+
streaming: true,
|
|
11599
|
+
functionCalling: false,
|
|
11600
|
+
vision: true
|
|
11601
|
+
},
|
|
11602
|
+
metadata: {
|
|
11603
|
+
family: "Gemini 3.1",
|
|
11604
|
+
releaseDate: "2026-03",
|
|
11605
|
+
notes: "Gemini 3.1 Flash Image Preview via OpenRouter. Pro-level image generation and editing at Flash speed."
|
|
11606
|
+
}
|
|
11607
|
+
},
|
|
11608
|
+
// ============================================================
|
|
11512
11609
|
// Meta Llama Models (via OpenRouter)
|
|
11513
11610
|
// ============================================================
|
|
11514
11611
|
{
|