CITATION — REFERENCE ENTRY

model-agnostic · wang2025sdk

Revision 04218394-1cfe-46cb-af64-147d5e145733 · 8/29/2026, 11:17:27 AM UTC
Citation
wang2025sdk
Claim ID
model-agnostic
Assertion
The SDK reaches more than 100 model providers through LiteLLM, a library that exposes many model APIs behind one interface. For models lacking native function calling, a mixin converts tool schemas into text prompts and parses tool calls back out of the model's output, which the authors say expands the set of usable models. A RouterLLM class allows different requests within one conversation to be sent to different models, for example routing image-bearing messages to a multimodal model and text to a cheaper one.
Locator
section: 4.3
Available in