Release v0.80.2

This commit is contained in:
Armin Ronacher
2026-06-23 23:45:36 +02:00
parent 9096d5f9a6
commit 0201806adf
20 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.80.2] - 2026-06-23
### Changed
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-ai",
"version": "0.80.1",
"version": "0.80.2",
"description": "Unified LLM API with automatic model discovery and provider configuration",
"type": "module",
"main": "./dist/index.js",
@@ -1859,13 +1859,13 @@ export const OPENROUTER_MODELS = {
reasoning: true,
input: ["text", "image"],
cost: {
input: 0.68,
output: 3.41,
cacheRead: 0.144,
input: 0.74,
output: 3.5,
cacheRead: 0.15,
cacheWrite: 0,
},
contextWindow: 262144,
maxTokens: 262144,
maxTokens: 16384,
} satisfies Model<"openai-completions">,
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",