Add image support to kimi 2.5

This commit is contained in:
JM Marquez 2026-01-29 08:05:04 +08:00 committed by GitHub
parent 9908082bab
commit 85425cfdae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2454,7 +2454,7 @@ Use Kimi Code's dedicated OpenAI-compatible endpoint (separate from Moonshot):
id: "kimi-k2.5",
name: "Kimi K2.5",
reasoning: true,
input: ["text"],
input: ["text","image"],
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
contextWindow: 262144,
maxTokens: 32768,