chore: generate

This commit is contained in:
GitHub Action
2026-01-19 06:12:36 +00:00
parent 260ab60c0b
commit 6f847a794b

View File

@@ -615,13 +615,13 @@ export namespace Provider {
}, },
experimentalOver200K: model.cost?.context_over_200k experimentalOver200K: model.cost?.context_over_200k
? { ? {
cache: { cache: {
read: model.cost.context_over_200k.cache_read ?? 0, read: model.cost.context_over_200k.cache_read ?? 0,
write: model.cost.context_over_200k.cache_write ?? 0, write: model.cost.context_over_200k.cache_write ?? 0,
}, },
input: model.cost.context_over_200k.input, input: model.cost.context_over_200k.input,
output: model.cost.context_over_200k.output, output: model.cost.context_over_200k.output,
} }
: undefined, : undefined,
}, },
limit: { limit: {