Provider Architecture

LiteLLM-RS provider system in two tiers - data-driven OpenAI-compatible catalog entries auto-routed through OpenAILikeProvider, plus code-based provider modules implementing the LLMProvider trait behind the closed Provider enum. Covers unified ProviderError handling, connection pooling, capabilities, and model metadata. Use when adding a new provider, editing registry/catalog.rs, or implementing/debugging the LLMProvider trait.

majiayu000 Updated 567 repo stars

File contents

majiayu000/litellm-rs/tree/main/.claude/skills/provider-architecture commit e9770d24ef

Frequently asked questions

npx skillmds@latest add majiayu000/provider-architecture