/** * Kimi Code * * Kimi's coding endpoint uses Anthropic-compatible messages, separate from the * regular Moonshot OpenAI-compatible API. */ import type { InkosEndpoint } from "../types.js"; export declare const KIMI_CODE: InkosEndpoint; //# sourceMappingURL=kimiCode.d.ts.map