Skip to content

Commit ef3749a

Browse files
committed
Remove unsupported supportsComputerUse property
1 parent 406ce96 commit ef3749a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/providers/fetchers/io-intelligence.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ function parseIOIntelligenceModel(model: IOIntelligenceModel): ModelInfo {
6666
contextWindow,
6767
supportsImages: model.supports_images_input,
6868
supportsPromptCache: model.supports_prompt_cache,
69-
supportsComputerUse: false, // Not supported by IO Intelligence
7069
inputPrice: parseApiPrice(model.input_token_price),
7170
outputPrice: parseApiPrice(model.output_token_price),
7271
cacheWritesPrice: parseApiPrice(model.cache_write_token_price),

0 commit comments

Comments
 (0)