async-llm 0.10.0

Async Rust client for LLM APIs - Anthropic Messages API today; fork of async-anthropic with thinking-block and prompt-cache support.
Documentation
1
2
3
4
#[tokio::main]
async fn main() {
    async_llm::mock::run_cli().await;
}