diff --git a/src/plugin/models.ts b/src/plugin/models.ts index b6b715a..e7187fd 100644 --- a/src/plugin/models.ts +++ b/src/plugin/models.ts @@ -20,9 +20,7 @@ interface ChatModelsResponse { } // Models that support vision/image input -const VISION_MODELS = new Set([ - "moonshotai/Kimi-K2.6", -]); +const VISION_MODELS = new Set(['moonshotai/Kimi-K2.6', 'moonshotai/Kimi-K3']); // Cache for models to avoid repeated API calls let cachedModels: Record | undefined;