README.md
pyproject.toml
setup.py
pendra/__init__.py
pendra/_client.py
pendra/_exceptions.py
pendra/_streaming.py
pendra.egg-info/PKG-INFO
pendra.egg-info/SOURCES.txt
pendra.egg-info/dependency_links.txt
pendra.egg-info/requires.txt
pendra.egg-info/top_level.txt
pendra/resources/__init__.py
pendra/resources/async_chat.py
pendra/resources/async_models.py
pendra/resources/models.py
pendra/resources/chat/__init__.py
pendra/resources/chat/chat.py
pendra/resources/chat/completions.py
pendra/types/__init__.py
pendra/types/chat.py
tests/test_async_chat_completions.py
tests/test_async_models.py
tests/test_chat_completions.py
tests/test_client.py
tests/test_exceptions.py
tests/test_models.py
tests/test_streaming.py
tests/test_types.py