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.js
CHANGED
|
@@ -11501,6 +11501,103 @@ var init_openrouter_models = __esm({
|
|
|
11501
11501
|
}
|
|
11502
11502
|
},
|
|
11503
11503
|
// ============================================================
|
|
11504
|
+
// Google Gemini 3.1 Models (via OpenRouter)
|
|
11505
|
+
// ============================================================
|
|
11506
|
+
{
|
|
11507
|
+
provider: "openrouter",
|
|
11508
|
+
modelId: "google/gemini-3.1-pro-preview",
|
|
11509
|
+
displayName: "Gemini 3.1 Pro Preview (OpenRouter)",
|
|
11510
|
+
contextWindow: 1048576,
|
|
11511
|
+
maxOutputTokens: 65536,
|
|
11512
|
+
pricing: {
|
|
11513
|
+
input: 2,
|
|
11514
|
+
output: 12
|
|
11515
|
+
},
|
|
11516
|
+
knowledgeCutoff: "2025-01",
|
|
11517
|
+
features: {
|
|
11518
|
+
streaming: true,
|
|
11519
|
+
functionCalling: true,
|
|
11520
|
+
vision: true,
|
|
11521
|
+
reasoning: true,
|
|
11522
|
+
structuredOutputs: true
|
|
11523
|
+
},
|
|
11524
|
+
metadata: {
|
|
11525
|
+
family: "Gemini 3.1",
|
|
11526
|
+
releaseDate: "2026-03",
|
|
11527
|
+
notes: "Gemini 3.1 Pro Preview via OpenRouter. Frontier reasoning with enhanced software engineering performance."
|
|
11528
|
+
}
|
|
11529
|
+
},
|
|
11530
|
+
{
|
|
11531
|
+
provider: "openrouter",
|
|
11532
|
+
modelId: "google/gemini-3.1-pro-preview-customtools",
|
|
11533
|
+
displayName: "Gemini 3.1 Pro Preview Custom Tools (OpenRouter)",
|
|
11534
|
+
contextWindow: 1048576,
|
|
11535
|
+
maxOutputTokens: 65536,
|
|
11536
|
+
pricing: {
|
|
11537
|
+
input: 2,
|
|
11538
|
+
output: 12
|
|
11539
|
+
},
|
|
11540
|
+
knowledgeCutoff: "2025-01",
|
|
11541
|
+
features: {
|
|
11542
|
+
streaming: true,
|
|
11543
|
+
functionCalling: true,
|
|
11544
|
+
vision: true,
|
|
11545
|
+
reasoning: true,
|
|
11546
|
+
structuredOutputs: true
|
|
11547
|
+
},
|
|
11548
|
+
metadata: {
|
|
11549
|
+
family: "Gemini 3.1",
|
|
11550
|
+
releaseDate: "2026-03",
|
|
11551
|
+
notes: "Gemini 3.1 Pro Preview Custom Tools via OpenRouter. Improved tool selection to prevent overuse of general tools in agent workflows."
|
|
11552
|
+
}
|
|
11553
|
+
},
|
|
11554
|
+
{
|
|
11555
|
+
provider: "openrouter",
|
|
11556
|
+
modelId: "google/gemini-3.1-flash-lite-preview",
|
|
11557
|
+
displayName: "Gemini 3.1 Flash Lite Preview (OpenRouter)",
|
|
11558
|
+
contextWindow: 1048576,
|
|
11559
|
+
maxOutputTokens: 65536,
|
|
11560
|
+
pricing: {
|
|
11561
|
+
input: 0.25,
|
|
11562
|
+
output: 1.5
|
|
11563
|
+
},
|
|
11564
|
+
knowledgeCutoff: "2025-01",
|
|
11565
|
+
features: {
|
|
11566
|
+
streaming: true,
|
|
11567
|
+
functionCalling: true,
|
|
11568
|
+
vision: true,
|
|
11569
|
+
reasoning: true,
|
|
11570
|
+
structuredOutputs: true
|
|
11571
|
+
},
|
|
11572
|
+
metadata: {
|
|
11573
|
+
family: "Gemini 3.1",
|
|
11574
|
+
releaseDate: "2026-03",
|
|
11575
|
+
notes: "Gemini 3.1 Flash Lite Preview via OpenRouter. High-efficiency model with full thinking levels for cost/performance trade-offs."
|
|
11576
|
+
}
|
|
11577
|
+
},
|
|
11578
|
+
{
|
|
11579
|
+
provider: "openrouter",
|
|
11580
|
+
modelId: "google/gemini-3.1-flash-image-preview",
|
|
11581
|
+
displayName: "Gemini 3.1 Flash Image Preview (OpenRouter)",
|
|
11582
|
+
contextWindow: 65536,
|
|
11583
|
+
maxOutputTokens: 65536,
|
|
11584
|
+
pricing: {
|
|
11585
|
+
input: 0.5,
|
|
11586
|
+
output: 3
|
|
11587
|
+
},
|
|
11588
|
+
knowledgeCutoff: "2025-01",
|
|
11589
|
+
features: {
|
|
11590
|
+
streaming: true,
|
|
11591
|
+
functionCalling: false,
|
|
11592
|
+
vision: true
|
|
11593
|
+
},
|
|
11594
|
+
metadata: {
|
|
11595
|
+
family: "Gemini 3.1",
|
|
11596
|
+
releaseDate: "2026-03",
|
|
11597
|
+
notes: "Gemini 3.1 Flash Image Preview via OpenRouter. Pro-level image generation and editing at Flash speed."
|
|
11598
|
+
}
|
|
11599
|
+
},
|
|
11600
|
+
// ============================================================
|
|
11504
11601
|
// Meta Llama Models (via OpenRouter)
|
|
11505
11602
|
// ============================================================
|
|
11506
11603
|
{
|