LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
OneLLM.egg-info/PKG-INFO
OneLLM.egg-info/SOURCES.txt
OneLLM.egg-info/dependency_links.txt
OneLLM.egg-info/top_level.txt
onellm/.version
onellm/__init__.py
onellm/audio.py
onellm/chat_completion.py
onellm/client.py
onellm/completion.py
onellm/config.py
onellm/embedding.py
onellm/errors.py
onellm/files.py
onellm/image.py
onellm/models.py
onellm/speech.py
onellm/validators.py
onellm/providers/__init__.py
onellm/providers/base.py
onellm/providers/fallback.py
onellm/providers/openai.py
onellm/types/__init__.py
onellm/types/common.py
onellm/utils/__init__.py
onellm/utils/fallback.py
onellm/utils/retry.py
onellm/utils/streaming.py
onellm/utils/token_counter.py
tests/test_audio.py
tests/test_audio_advanced.py
tests/test_chat_completion_advanced.py
tests/test_client_interface.py
tests/test_combined_coverage.py
tests/test_completion_advanced.py
tests/test_completion_final.py
tests/test_config.py
tests/test_config_full_coverage.py
tests/test_embedding_full_coverage.py
tests/test_fallback.py
tests/test_fallback_100_percent.py
tests/test_fallback_provider_enhanced.py
tests/test_fallback_utils_coverage.py
tests/test_file_operations_parent_creation.py
tests/test_files_full_coverage.py
tests/test_image.py
tests/test_image_coverage_improved.py
tests/test_json_decode_error.py
tests/test_json_decode_targeted.py
tests/test_json_mode.py
tests/test_json_stream_coverage.py
tests/test_json_stream_custom.py
tests/test_openai_additional_coverage.py
tests/test_openai_additional_lines.py
tests/test_openai_error_handling.py
tests/test_openai_file_operations.py
tests/test_openai_file_upload.py
tests/test_openai_provider.py
tests/test_openai_provider_complete_coverage.py
tests/test_openai_provider_expanded_coverage.py
tests/test_openai_streaming_and_tools.py
tests/test_pragmas.py
tests/test_provider_base_complete_coverage.py
tests/test_provider_capabilities.py
tests/test_provider_upload_file.py
tests/test_retries.py
tests/test_retry_improved.py
tests/test_speech.py
tests/test_speech_additional.py
tests/test_stream_timeout.py
tests/test_streaming.py
tests/test_streaming_coverage_improved.py
tests/test_token_counter.py
tests/test_token_counter_full_coverage.py
tests/test_utils.py
tests/test_validators.py
tests/test_vision.py