MODEL_ALIAS_MAP = {
"OpenAI - GPT-4o": "gpt-4o",
"OpenAI - GPT-4o-Mini": "gpt-4o-mini",
"Anthropic - Claude 3.5 Sonnet": "claude-3-5-sonnet-20241022",
"Anthropic - Claude 3.5 Haiky": "claude-3-5-haiku-20241022",
"Groq - Llama 3 8b": "groq/llama3-8b-8192",
"Groq - Llama 3 70b": "groq/llama3-70b-8192",
"Groq - Mixtral 8x7b": "groq/mixtral-8x7b-32768",
"Cohere - Command": "command",
"Cohere - Command-R": "command-r",
"Cohere - Command-Light": "command-light",
"Cohere - Command-R-Plus": "command-r-plus",
"Google - Gemini 1.5 Pro": "gemini/gemini-1.5-pro-latest",
"Google - gemini-1.5-pro-002": "gemini/gemini-1.5-pro-002",
"Google - Gemini 1.5 Flash": "gemini/gemini-1.5-flash-latest",
"OpenRouter - Qwen2.5-coder 32b": "openrouter/qwen/qwen-2.5-coder-32b-instruct",
"OpenRouter - Mistral 7b instruct": "openrouter/mistralai/mistral-7b-instruct",
"OpenRouter - Mistral 7b instruct Free": "openrouter/mistralai/mistral-7b-instruct:free",
"Ollama - Qwen2.5-coder 7b": "ollama/qwen2.5-coder",
"Ollama - Qwen2.5-coder 14b": "ollama/qwen2.5-coder:14b",
"Ollama - Qwen2.5-coder 32b": "ollama/qwen2.5-coder:32b",
"Ollama - LLama 3.2 Vision": "ollama/llama3.2-vision",
"Ollama - LLama 3": "ollama/llama3",
"Ollama - LLama 3.1": "ollama/llama3.1",
"Ollama - LLama 3.2 - Mini": "ollama/llama3.2",
"Ollama - Phi-3": "ollama/phi3",
"Ollama - Command R": "ollama/command-r",
"Ollama - Command R+": "ollama/command-r-plus",
"Ollama - Mistral 7B Instruct": "ollama/mistral",
"Ollama - Mixtral 8x7B Instruct": "ollama/mixtral",
}