README.md
pyproject.toml
tests/test_alibaba.py
tests/test_anthropic_utils.py
tests/test_client_get_client.py
tests/test_completions_client.py
tests/test_connection_reuse_integration.py
tests/test_error_mapping.py
tests/test_errors.py
tests/test_fallback.py
tests/test_google_schema_sanitization.py
tests/test_google_tool_call_id_integration.py
tests/test_google_utils.py
tests/test_messages.py
tests/test_openai_utils.py
tests/test_partial_tool_call.py
tests/test_provider_kwargs.py
tests/test_request_normalization.py
tests/test_response_provider_model.py
tests/test_response_schema.py
tests/test_retry.py
tests/test_simple.py
tests/test_streaming.py
tests/test_streaming_utils.py
tests/test_timeout.py
tests/test_vertex.py
tests/test_vr_id_integration.py
voicerun_completions/__init__.py
voicerun_completions/client.py
voicerun_completions/logger.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/alibaba/client.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/deepseek/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