mirror of
https://github.com/badlogic/pi-mono.git
synced 2026-07-09 17:28:45 +00:00
fix(ai): regenerate model catalog
This commit is contained in:
parent
bd9f8773ad
commit
7da475db66
1 changed files with 2 additions and 2 deletions
|
|
@ -12985,11 +12985,11 @@ export const MODELS = {
|
|||
cost: {
|
||||
input: 1.4,
|
||||
output: 4.4,
|
||||
cacheRead: 0.25,
|
||||
cacheRead: 0.26,
|
||||
cacheWrite: 0,
|
||||
},
|
||||
contextWindow: 1048576,
|
||||
maxTokens: 16384,
|
||||
maxTokens: 262144,
|
||||
} satisfies Model<"openai-completions">,
|
||||
"~anthropic/claude-fable-latest": {
|
||||
id: "~anthropic/claude-fable-latest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue