Release v0.80.8

This commit is contained in:
David Brailovsky
2026-07-16 16:35:16 +02:00
parent 6442536b1e
commit fae7176cb9
24 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.80.8] - 2026-07-16
### Breaking Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-ai",
"version": "0.80.7",
"version": "0.80.8",
"description": "Unified LLM API with automatic model discovery and provider configuration",
"type": "module",
"main": "./dist/index.js",
+10 -10
View File
@@ -1897,9 +1897,9 @@ export const OPENROUTER_MODELS = {
reasoning: true,
input: ["text", "image"],
cost: {
input: 0.719,
output: 3.49,
cacheRead: 0.149,
input: 0.75,
output: 3.5,
cacheRead: 0.16,
cacheWrite: 0,
},
contextWindow: 262144,
@@ -4597,13 +4597,13 @@ export const OPENROUTER_MODELS = {
reasoning: true,
input: ["text"],
cost: {
input: 0.06,
input: 0.0605,
output: 0.4,
cacheRead: 0.01,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 202752,
maxTokens: 16384,
contextWindow: 131072,
maxTokens: 131072,
} satisfies Model<"openai-completions">,
"z-ai/glm-5": {
id: "z-ai/glm-5",
@@ -4670,9 +4670,9 @@ export const OPENROUTER_MODELS = {
thinkingLevelMap: {"xhigh":"xhigh"},
input: ["text"],
cost: {
input: 0.9464,
output: 2.9744,
cacheRead: 0.17576,
input: 0.9408,
output: 2.9568,
cacheRead: 0.17472,
cacheWrite: 0,
},
contextWindow: 1048576,