We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260ab60 commit 6f847a7Copy full SHA for 6f847a7
packages/opencode/src/provider/provider.ts
@@ -615,13 +615,13 @@ export namespace Provider {
615
},
616
experimentalOver200K: model.cost?.context_over_200k
617
? {
618
- cache: {
619
- read: model.cost.context_over_200k.cache_read ?? 0,
620
- write: model.cost.context_over_200k.cache_write ?? 0,
621
- },
622
- input: model.cost.context_over_200k.input,
623
- output: model.cost.context_over_200k.output,
624
- }
+ cache: {
+ read: model.cost.context_over_200k.cache_read ?? 0,
+ write: model.cost.context_over_200k.cache_write ?? 0,
+ },
+ input: model.cost.context_over_200k.input,
+ output: model.cost.context_over_200k.output,
+ }
625
: undefined,
626
627
limit: {
0 commit comments