README.md
pyproject.toml
setup.py
src/unifyllm_sdk.egg-info/PKG-INFO
src/unifyllm_sdk.egg-info/SOURCES.txt
src/unifyllm_sdk.egg-info/dependency_links.txt
src/unifyllm_sdk.egg-info/requires.txt
src/unifyllm_sdk.egg-info/top_level.txt
src/unillm/__init__.py
src/unillm/client.py
src/unillm/client_models.py
src/unillm/exceptions.py
src/unillm/models.py
src/unillm/registry.py
src/unillm/adapters/__init__.py
src/unillm/adapters/anthropic_adapter.py
src/unillm/adapters/base.py
src/unillm/adapters/cohere_adapter.py
src/unillm/adapters/gemini_adapter.py
src/unillm/adapters/mistral_adapter.py
src/unillm/adapters/openai_adapter.py
tests/test_models.py
tests/test_registry.py