vtcode-config 0.98.7

Config loader components shared across VT Code and downstream adopters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub const GEMINI_API_BASE: &str = "https://generativelanguage.googleapis.com/v1beta";
pub const OPENAI_API_BASE: &str = "https://api.openai.com/v1";
pub const HUGGINGFACE_API_BASE: &str = "https://router.huggingface.co/v1";
pub const ANTHROPIC_API_BASE: &str = "https://api.anthropic.com/v1";
pub const ANTHROPIC_API_VERSION: &str = "2023-06-01";
pub const MINIMAX_API_BASE: &str = "https://api.minimax.io/anthropic";
pub const OPENROUTER_API_BASE: &str = "https://openrouter.ai/api/v1";
pub const XAI_API_BASE: &str = "https://api.x.ai/v1";
pub const DEEPSEEK_API_BASE: &str = "https://api.deepseek.com/v1";
pub const Z_AI_API_BASE: &str = "https://api.z.ai/api/paas/v4";
pub const ZAI_API_BASE: &str = "https://api.z.ai/api/paas/v4";
pub const MOONSHOT_API_BASE: &str = "https://api.moonshot.cn/v1";
pub const LMSTUDIO_API_BASE: &str = "http://localhost:1234/v1";
pub const OLLAMA_API_BASE: &str = "http://localhost:11434";
pub const OLLAMA_CLOUD_API_BASE: &str = "https://ollama.com";
pub const OPENRESPONSES_API_BASE: &str = "https://api.openresponses.com/v1";
pub const LITELLM_API_BASE: &str = "http://localhost:4000";