horus 0.6.9

A small, modular Rust framework for building coding agents
Documentation
[provider]
label = "DeepSeek"
description = "DeepSeek Responses API"
default_model = "deepseek-v4-flash"
web_search = ["off", "live"]

[[reasoning]]
id = "low"
label = "Low"
description = "Prefer speed and lower cost"

[[reasoning]]
id = "high"
label = "High"
description = "DeepSeek's default reasoning effort"

[[reasoning]]
id = "max"
label = "Maximum"
description = "Use maximum available reasoning"

[[models]]
id = "deepseek-v4-flash"
label = "DeepSeek V4 Flash"
description = "DeepSeek's fast frontier agentic model"
context_window = 1000000
reasoning = ["low", "high", "max"]
default_reasoning = "high"