//! # inference-runtime-anthropic
//!
//! Anthropic Messages API runtime. Doc §10.3. Same shape as
//! `inference-runtime-openai`; per-provider differences live in
//! `wire` and `error`.
pub use AnthropicConfig;
pub use AnthropicPricing;
pub use classify_anthropic_error;
pub use AnthropicRunner;