README.md
pyproject.toml
tests/test_errors.py
tests/test_fallback.py
tests/test_google_schema_sanitization.py
tests/test_provider_kwargs.py
tests/test_simple.py
tests/test_streaming.py
tests/test_vertex.py
voicerun_completions/__init__.py
voicerun_completions/client.py
voicerun_completions/retry.py
voicerun_completions.egg-info/PKG-INFO
voicerun_completions.egg-info/SOURCES.txt
voicerun_completions.egg-info/dependency_links.txt
voicerun_completions.egg-info/requires.txt
voicerun_completions.egg-info/top_level.txt
voicerun_completions/providers/base.py
voicerun_completions/providers/anthropic/client.py
voicerun_completions/providers/anthropic/stream_processor.py
voicerun_completions/providers/anthropic/utils.py
voicerun_completions/providers/anthropic/vertex/client.py
voicerun_completions/providers/google/client.py
voicerun_completions/providers/google/stream_processor.py
voicerun_completions/providers/google/utils.py
voicerun_completions/providers/openai/client.py
voicerun_completions/providers/openai/stream_processor.py
voicerun_completions/providers/openai/utils.py
voicerun_completions/types/cache.py
voicerun_completions/types/errors.py
voicerun_completions/types/messages.py
voicerun_completions/types/request.py
voicerun_completions/types/response.py
voicerun_completions/types/streaming.py
voicerun_completions/utils/streaming.py