vtcode_config/constants/models/
openrouter.rs1#[cfg(not(docsrs))]
2include!(concat!(env!("OUT_DIR"), "/openrouter_constants.rs"));
3
4#[cfg(docsrs)]
7mod generated_constants {
8 pub const DEFAULT_MODEL: &str = "openrouter/auto";
9 pub const SUPPORTED_MODELS: &[&str] = &[];
10 pub const REASONING_MODELS: &[&str] = &[];
11 pub const TOOL_UNAVAILABLE_MODELS: &[&str] = &[];
12
13 pub const X_AI_GROK_CODE_FAST_1: &str = "x-ai/grok-code-fast-1";
15 pub const QWEN3_CODER: &str = "qwen/qwen3-coder";
16 pub const QWEN3_CODER_NEXT: &str = "qwen/qwen3-coder-next";
17 pub const ANTHROPIC_CLAUDE_SONNET_4_5: &str = "anthropic/claude-sonnet-4.5";
18 pub const MINIMAX_M2_5: &str = "minimax/minimax-m2.5";
19 pub const GOOGLE_GEMINI_3_1_PRO_PREVIEW: &str = "google/gemini-3.1-pro-preview";
20
21 pub mod vendor {
22 pub mod openrouter {
23 pub const MODELS: &[&str] = &[];
24 }
25 }
26}
27
28#[cfg(docsrs)]
30pub use generated_constants::*;