Disable image prompts for DeepInfra's gpt-oss-120b

This commit is contained in:
Georgi Atsev 2026-03-19 15:58:00 +02:00
parent beb45cba22
commit 60b197affe

View File

@ -22,7 +22,7 @@ export const DEEPINFRA_MODEL_CATALOG: DeepInfraModelCatalogEntry[] = [
id: DEEPINFRA_DEFAULT_MODEL_ID,
name: DEEPINFRA_DEFAULT_MODEL_NAME,
reasoning: true,
input: ["text", "image"],
input: ["text"],
contextWindow: 131072,
maxTokens: 131072,
},