LICENSE
README.md
pyproject.toml
ai_switch.egg-info/PKG-INFO
ai_switch.egg-info/SOURCES.txt
ai_switch.egg-info/dependency_links.txt
ai_switch.egg-info/requires.txt
ai_switch.egg-info/top_level.txt
llmswitch/__init__.py
llmswitch/aclient.py
llmswitch/client.py
llmswitch/errors.py
llmswitch/health.py
llmswitch/registry.py
llmswitch/routing.py
llmswitch/providers/__init__.py
llmswitch/providers/base.py
llmswitch/providers/cerebras.py
llmswitch/providers/gemini.py
llmswitch/providers/groq.py
llmswitch/providers/huggingface.py
llmswitch/providers/mistral.py
llmswitch/providers/nvidia.py
llmswitch/providers/ollama.py
llmswitch/providers/openrouter.py
tests/test_async.py
tests/test_client.py
tests/test_health.py
tests/test_providers.py
tests/test_registry.py
tests/test_streaming.py
tests/test_timeout_retry.py