diff --git a/AGENTS.md b/AGENTS.md index 485c7bd5..aa201ff4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -203,6 +203,7 @@ Multiple agents may work on different files in the same worktree simultaneously. - ALWAYS use `git add ` listing only files you modified - Before committing, run `git status` and verify you are only staging YOUR files - Track which files you created/modified/deleted during the session +- It is always fine to include `packages/ai/src/models.generated.ts` in a commit alongside the actual files you want to commit ### Forbidden Git Operations diff --git a/packages/ai/src/models.generated.ts b/packages/ai/src/models.generated.ts index 9cf29c6a..9ebb9cdc 100644 --- a/packages/ai/src/models.generated.ts +++ b/packages/ai/src/models.generated.ts @@ -8682,12 +8682,12 @@ export const MODELS = { input: ["text"], cost: { input: 0.15, - output: 1.2, - cacheRead: 0.075, + output: 1.15, + cacheRead: 0.03, cacheWrite: 0, }, contextWindow: 196608, - maxTokens: 65536, + maxTokens: 4096, } satisfies Model<"openai-completions">, "minimax/minimax-m2.5:free": { id: "minimax/minimax-m2.5:free",