We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406ce96 commit ef3749aCopy full SHA for ef3749a
src/api/providers/fetchers/io-intelligence.ts
@@ -66,7 +66,6 @@ function parseIOIntelligenceModel(model: IOIntelligenceModel): ModelInfo {
66
contextWindow,
67
supportsImages: model.supports_images_input,
68
supportsPromptCache: model.supports_prompt_cache,
69
- supportsComputerUse: false, // Not supported by IO Intelligence
70
inputPrice: parseApiPrice(model.input_token_price),
71
outputPrice: parseApiPrice(model.output_token_price),
72
cacheWritesPrice: parseApiPrice(model.cache_write_token_price),
0 commit comments