LICENSE
README.md
pyproject.toml
ai_client/__init__.py
ai_client/base_client.py
ai_client/claude_client.py
ai_client/cohere_client.py
ai_client/deepseek_client.py
ai_client/gemini_client.py
ai_client/mistral_client.py
ai_client/openai_client.py
ai_client/pricing.json
ai_client/pricing.py
ai_client/qwen_client.py
ai_client/response.py
ai_client/utils.py
generic_llm_api_client.egg-info/PKG-INFO
generic_llm_api_client.egg-info/SOURCES.txt
generic_llm_api_client.egg-info/dependency_links.txt
generic_llm_api_client.egg-info/requires.txt
generic_llm_api_client.egg-info/top_level.txt
tests/test_async.py
tests/test_base_client.py
tests/test_caching.py
tests/test_claude_client.py
tests/test_files_and_resize.py
tests/test_integration_basic.py
tests/test_integration_files.py
tests/test_integration_multimodal.py
tests/test_integration_structured.py
tests/test_openai_client.py
tests/test_other_clients.py
tests/test_response.py
tests/test_utils.py