Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/plugin/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, object> | undefined;
Expand Down
Loading