10 Provider Variation#
Script: example/10_provider_variation.py.
Provider variation keeps agent/session/tool code fixed and swaps only the Provider.
python example/10_provider_variation.py
python example/10_provider_variation.py anthropic
Path |
Config |
|---|---|
OpenAI-compatible |
|
Anthropic |
|
LiteLLM |
Install |
Embedding |
|
VLM |
|
Use this example as the starting point for documenting provider choice in application code.
The v1.2.2 script itself demonstrates OpenAI-compatible and Anthropic paths.
LiteLLM uses the same Provider/chat_client_for registry boundary but requires
the optional extra.