import type { CatalogModel } from "../types"; export declare const minimaxM25: import("../../utils").Preset<"minimax/m2.5", CatalogModel, { modalities: { input: readonly ["text"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["minimax", "togetherai", "deepinfra", "chutes"]; }>; export declare const minimaxM27: import("../../utils").Preset<"minimax/m2.7", CatalogModel, { modalities: { input: readonly ["text"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["minimax", "togetherai", "fireworks"]; }>; export declare const minimaxM3: import("../../utils").Preset<"minimax/m3", CatalogModel, { modalities: { input: readonly ["text", "image", "video"]; output: readonly ["text"]; }; capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["minimax", "togetherai"]; }>; export declare const minimax: { readonly v2: readonly [import("../../utils").Preset<"minimax/m2.5", CatalogModel, { modalities: { input: readonly ["text"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["minimax", "togetherai", "deepinfra", "chutes"]; }>, import("../../utils").Preset<"minimax/m2.7", CatalogModel, { modalities: { input: readonly ["text"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["minimax", "togetherai", "fireworks"]; }>]; readonly v3: readonly [import("../../utils").Preset<"minimax/m3", CatalogModel, { modalities: { input: readonly ["text", "image", "video"]; output: readonly ["text"]; }; capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["minimax", "togetherai"]; }>]; readonly "v2.x": readonly [import("../../utils").Preset<"minimax/m2.5", CatalogModel, { modalities: { input: readonly ["text"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["minimax", "togetherai", "deepinfra", "chutes"]; }>, import("../../utils").Preset<"minimax/m2.7", CatalogModel, { modalities: { input: readonly ["text"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["minimax", "togetherai", "fireworks"]; }>]; readonly "v3.x": readonly [import("../../utils").Preset<"minimax/m3", CatalogModel, { modalities: { input: readonly ["text", "image", "video"]; output: readonly ["text"]; }; capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["minimax", "togetherai"]; }>]; readonly latest: readonly [import("../../utils").Preset<"minimax/m3", CatalogModel, { modalities: { input: readonly ["text", "image", "video"]; output: readonly ["text"]; }; capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["minimax", "togetherai"]; }>]; readonly all: (import("../../utils").Preset<"minimax/m2.5", CatalogModel, { modalities: { input: readonly ["text"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["minimax", "togetherai", "deepinfra", "chutes"]; }> | import("../../utils").Preset<"minimax/m2.7", CatalogModel, { modalities: { input: readonly ["text"]; output: readonly ["text"]; }; capabilities: readonly ["reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["minimax", "togetherai", "fireworks"]; }> | import("../../utils").Preset<"minimax/m3", CatalogModel, { modalities: { input: readonly ["text", "image", "video"]; output: readonly ["text"]; }; capabilities: readonly ["attachments", "reasoning", "tool_call", "structured_output", "temperature"]; context: number; name: string; created: string; providers: readonly ["minimax", "togetherai"]; }>)[]; };