ferryllm 0.1.4

Universal LLM protocol middleware for OpenAI, Anthropic, Claude Code, and OpenAI-compatible backends.
Documentation
1
2
3
4
pub mod anthropic;
pub mod openai;
#[cfg(feature = "openai-responses")]
pub mod openai_responses;