mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 07:03:25 +00:00
Release v0.7.22
This commit is contained in:
parent
1b28780155
commit
1f68d6eb40
16 changed files with 649 additions and 1587 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mariozechner/pi-ai",
|
||||
"version": "0.7.21",
|
||||
"version": "0.7.22",
|
||||
"description": "Unified LLM API with automatic model discovery and provider configuration",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
|
|
|
|||
|
|
@ -3572,23 +3572,6 @@ export const MODELS = {
|
|||
contextWindow: 1000000,
|
||||
maxTokens: 40000,
|
||||
} satisfies Model<"openai-completions">,
|
||||
"google/gemini-2.5-flash-lite-preview-06-17": {
|
||||
id: "google/gemini-2.5-flash-lite-preview-06-17",
|
||||
name: "Google: Gemini 2.5 Flash Lite Preview 06-17",
|
||||
api: "openai-completions",
|
||||
provider: "openrouter",
|
||||
baseUrl: "https://openrouter.ai/api/v1",
|
||||
reasoning: true,
|
||||
input: ["text", "image"],
|
||||
cost: {
|
||||
input: 0.09999999999999999,
|
||||
output: 0.39999999999999997,
|
||||
cacheRead: 0.024999999999999998,
|
||||
cacheWrite: 0.18330000000000002,
|
||||
},
|
||||
contextWindow: 1048576,
|
||||
maxTokens: 65535,
|
||||
} satisfies Model<"openai-completions">,
|
||||
"google/gemini-2.5-flash": {
|
||||
id: "google/gemini-2.5-flash",
|
||||
name: "Google: Gemini 2.5 Flash",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue