vtcode_config/constants/
urls.rs1pub const GEMINI_API_BASE: &str = "https://generativelanguage.googleapis.com/v1beta";
2pub const OPENAI_API_BASE: &str = "https://api.openai.com/v1";
3pub const HUGGINGFACE_API_BASE: &str = "https://router.huggingface.co/v1";
4pub const ANTHROPIC_API_BASE: &str = "https://api.anthropic.com/v1";
5pub const ANTHROPIC_API_VERSION: &str = "2023-06-01";
6pub const MINIMAX_API_BASE: &str = "https://api.minimax.io/anthropic";
7pub const OPENROUTER_API_BASE: &str = "https://openrouter.ai/api/v1";
8pub const XAI_API_BASE: &str = "https://api.x.ai/v1";
9pub const DEEPSEEK_API_BASE: &str = "https://api.deepseek.com/v1";
10pub const Z_AI_API_BASE: &str = "https://api.z.ai/api/paas/v4";
11pub const MOONSHOT_API_BASE: &str = "https://api.moonshot.cn/v1";
12pub const LMSTUDIO_API_BASE: &str = "http://localhost:1234/v1";
13pub const OLLAMA_API_BASE: &str = "http://localhost:11434";
14pub const OLLAMA_CLOUD_API_BASE: &str = "https://ollama.com";