LICENSE
README.md
pyproject.toml
swapllm/__init__.py
swapllm/_normalize.py
swapllm/exceptions.py
swapllm/router.py
swapllm.egg-info/PKG-INFO
swapllm.egg-info/SOURCES.txt
swapllm.egg-info/dependency_links.txt
swapllm.egg-info/requires.txt
swapllm.egg-info/top_level.txt
swapllm/providers/__init__.py
swapllm/providers/anthropic.py
swapllm/providers/base.py
swapllm/providers/groq.py
swapllm/providers/openai.py
tests/test_anthropic_provider.py
tests/test_groq_provider.py
tests/test_openai_provider.py
tests/test_provider_parity.py
tests/test_router.py