chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-13 01:45:20 +00:00
parent b12d8d28fc
commit 72108563e8
4 changed files with 76 additions and 10 deletions
+12
View File
@@ -1337,6 +1337,18 @@ export type Model = {
read: number
write: number
}
tiers?: Array<{
input: number
output: number
cache: {
read: number
write: number
}
tier: {
type: "context"
size: number
}
}>
experimentalOver200K?: {
input: number
output: number