BaihuBaihu
Providers

anthropic

direct anthropic API access

setup

# ~/.baihu/config.toml
default_provider = "anthropic"
default_model = "claude-sonnet-4-5-20250929"
api_key = "sk-ant-..."

models

modelcontext
claude-sonnet-4-5-20250929200k
claude-opus-4-20250918200k
claude-haiku-3-5-20241022200k

notes

uses the anthropic messages API directly. supports tool use (function calling) for agent capabilities. pass any valid anthropic model ID — baihu forwards it directly to the API.

On this page