LICENSE
README.md
pyproject.toml
src/catsu/__init__.py
src/catsu/catalog.py
src/catsu/client.py
src/catsu/models.py
src/catsu.egg-info/PKG-INFO
src/catsu.egg-info/SOURCES.txt
src/catsu.egg-info/dependency_links.txt
src/catsu.egg-info/requires.txt
src/catsu.egg-info/top_level.txt
src/catsu/data/__init__.py
src/catsu/data/models.json
src/catsu/providers/__init__.py
src/catsu/providers/base.py
src/catsu/providers/cohere.py
src/catsu/providers/gemini.py
src/catsu/providers/jinaai.py
src/catsu/providers/mistral.py
src/catsu/providers/openai.py
src/catsu/providers/registry.py
src/catsu/providers/voyageai.py
src/catsu/utils/__init__.py
src/catsu/utils/errors.py
src/catsu/utils/tokenizers.py
tests/test_catalog.py
tests/test_client.py
tests/test_errors.py
tests/test_models.py