Release v0.77.0

This commit is contained in:
Armin Ronacher
2026-05-29 00:19:06 +02:00
parent f29472c387
commit 8322745e28
18 changed files with 47 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.77.0] - 2026-05-28
### Added

View File

@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-ai",
"version": "0.76.0",
"version": "0.77.0",
"description": "Unified LLM API with automatic model discovery and provider configuration",
"type": "module",
"main": "./dist/index.js",

View File

@@ -9491,7 +9491,7 @@ export const MODELS = {
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 262144,
contextWindow: 204800,
maxTokens: 8192,
} satisfies Model<"openai-completions">,
"minimax/minimax-m2.7": {