export type ModelProvider = | "openai" | "google" | "anthropic" | "mistral" | "groq" | "perplexity" | "ollama" | "openrouter" | "custom"