import type { ProviderDefinition } from "./types"; export const minimaxProvider = { id: "minimax", name: "MiniMax", } as const satisfies ProviderDefinition;