import type { CatalogModel } from "../types"; export declare const kimiK25: import("../../utils").Preset<"moonshot/kimi-k2.5", CatalogModel, { modalities: { input: readonly ["text", "image"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; knowledge: string; providers: readonly ["moonshot", "chutes", "deepinfra", "fireworks", "togetherai"]; }>; export declare const kimiK26: import("../../utils").Preset<"moonshot/kimi-k2.6", CatalogModel, { modalities: { input: readonly ["text", "image"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["moonshot", "fireworks"]; }>; export declare const kimiK27Code: import("../../utils").Preset<"moonshot/kimi-k2.7-code", CatalogModel, { modalities: { input: readonly ["text", "image"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; knowledge: string; providers: readonly ["moonshot", "deepinfra", "togetherai"]; }>; export declare const kimi: { readonly "k2.5": readonly [import("../../utils").Preset<"moonshot/kimi-k2.5", CatalogModel, { modalities: { input: readonly ["text", "image"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; knowledge: string; providers: readonly ["moonshot", "chutes", "deepinfra", "fireworks", "togetherai"]; }>]; readonly "k2.6": readonly [import("../../utils").Preset<"moonshot/kimi-k2.6", CatalogModel, { modalities: { input: readonly ["text", "image"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["moonshot", "fireworks"]; }>]; readonly "k2.7": readonly [import("../../utils").Preset<"moonshot/kimi-k2.7-code", CatalogModel, { modalities: { input: readonly ["text", "image"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; knowledge: string; providers: readonly ["moonshot", "deepinfra", "togetherai"]; }>]; readonly "k2.x": readonly [import("../../utils").Preset<"moonshot/kimi-k2.5", CatalogModel, { modalities: { input: readonly ["text", "image"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; knowledge: string; providers: readonly ["moonshot", "chutes", "deepinfra", "fireworks", "togetherai"]; }>, import("../../utils").Preset<"moonshot/kimi-k2.6", CatalogModel, { modalities: { input: readonly ["text", "image"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["moonshot", "fireworks"]; }>, import("../../utils").Preset<"moonshot/kimi-k2.7-code", CatalogModel, { modalities: { input: readonly ["text", "image"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; knowledge: string; providers: readonly ["moonshot", "deepinfra", "togetherai"]; }>]; readonly latest: readonly [import("../../utils").Preset<"moonshot/kimi-k2.7-code", CatalogModel, { modalities: { input: readonly ["text", "image"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; knowledge: string; providers: readonly ["moonshot", "deepinfra", "togetherai"]; }>]; readonly all: (import("../../utils").Preset<"moonshot/kimi-k2.5", CatalogModel, { modalities: { input: readonly ["text", "image"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; knowledge: string; providers: readonly ["moonshot", "chutes", "deepinfra", "fireworks", "togetherai"]; }> | import("../../utils").Preset<"moonshot/kimi-k2.6", CatalogModel, { modalities: { input: readonly ["text", "image"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["moonshot", "fireworks"]; }> | import("../../utils").Preset<"moonshot/kimi-k2.7-code", CatalogModel, { modalities: { input: readonly ["text", "image"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; knowledge: string; providers: readonly ["moonshot", "deepinfra", "togetherai"]; }>)[]; };