Skip to main content
This example is available on GitHub: examples/01_standalone_sdk/05_use_llm_registry.py
Use the LLM registry to manage multiple LLM providers and dynamically switch between models:
examples/01_standalone_sdk/05_use_llm_registry.py
Running the Example

Using the Registry

Create LLM registry and add the LLM,
Then retrieve the LLM by its usage ID,

Next Steps