pub fn base_model_config(model: &str) -> ModelConfigExpand description
Create a base ModelConfig for the opencode-go provider. Sets the standard context_window (1M) and max_tokens (393216) for DeepSeek v4 models. Callers override if needed.
pub fn base_model_config(model: &str) -> ModelConfigCreate a base ModelConfig for the opencode-go provider. Sets the standard context_window (1M) and max_tokens (393216) for DeepSeek v4 models. Callers override if needed.