.gitattributes
.gitignore
LICENSE
Makefile
README.md
pyproject.toml
uv.lock
.github/workflows/publish.yml
.github/workflows/style.yaml
.github/workflows/test.yaml
.github/workflows/typecheck.yml
examples/README.md
examples/basics.py
examples/count_tokens.py
examples/embeddings.py
examples/files.py
examples/images.py
examples/prompt_caching.py
examples/setup.py
examples/test_model.py
examples/token_retry.py
examples/tool_calls.py
examples/advanced/batch.py
examples/advanced/custom_retrier.py
examples/advanced/deep_research.py
examples/advanced/stress.py
examples/advanced/structured_output.py
examples/advanced/web_search.py
examples/data/files.py
examples/data/images.py
model_library/__init__.py
model_library/exceptions.py
model_library/file_utils.py
model_library/logging.py
model_library/model_utils.py
model_library/py.typed
model_library/register_models.py
model_library/registry_utils.py
model_library/settings.py
model_library/utils.py
model_library.egg-info/PKG-INFO
model_library.egg-info/SOURCES.txt
model_library.egg-info/dependency_links.txt
model_library.egg-info/requires.txt
model_library.egg-info/top_level.txt
model_library/base/__init__.py
model_library/base/base.py
model_library/base/batch.py
model_library/base/delegate_only.py
model_library/base/input.py
model_library/base/output.py
model_library/base/serialize.py
model_library/base/utils.py
model_library/config/README.md
model_library/config/ai21labs_models.yaml
model_library/config/alibaba_models.yaml
model_library/config/all_models.json
model_library/config/amazon_models.yaml
model_library/config/anthropic_models.yaml
model_library/config/cohere_models.yaml
model_library/config/deepseek_models.yaml
model_library/config/dummy_model.yaml
model_library/config/fireworks_models.yaml
model_library/config/google_models.yaml
model_library/config/inception_models.yaml
model_library/config/kimi_models.yaml
model_library/config/minimax_models.yaml
model_library/config/mistral_models.yaml
model_library/config/openai_models.yaml
model_library/config/perplexity_models.yaml
model_library/config/together_models.yaml
model_library/config/xai_models.yaml
model_library/config/xiaomi_models.yaml
model_library/config/zai_models.yaml
model_library/providers/__init__.py
model_library/providers/ai21labs.py
model_library/providers/alibaba.py
model_library/providers/amazon.py
model_library/providers/anthropic.py
model_library/providers/azure.py
model_library/providers/cohere.py
model_library/providers/deepseek.py
model_library/providers/fireworks.py
model_library/providers/inception.py
model_library/providers/kimi.py
model_library/providers/minimax.py
model_library/providers/mistral.py
model_library/providers/openai.py
model_library/providers/openrouter.py
model_library/providers/perplexity.py
model_library/providers/together.py
model_library/providers/vals.py
model_library/providers/vercel.py
model_library/providers/xai.py
model_library/providers/xiaomi.py
model_library/providers/zai.py
model_library/providers/google/__init__.py
model_library/providers/google/batch.py
model_library/providers/google/google.py
model_library/retriers/__init__.py
model_library/retriers/backoff.py
model_library/retriers/base.py
model_library/retriers/utils.py
model_library/retriers/token/__init__.py
model_library/retriers/token/benchmark_queue.py
model_library/retriers/token/token.py
model_library/retriers/token/utils.py
scripts/browse_models.py
scripts/check_portkey_pricing.py
scripts/config.py
scripts/publish.py
scripts/run_models.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/test_helpers.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_basic.py
tests/integration/test_batch.py
tests/integration/test_files.py
tests/integration/test_long_problem.py
tests/integration/test_reasoning.py
tests/integration/test_retry.py
tests/integration/test_serialize.py
tests/integration/test_streaming.py
tests/integration/test_structured_output.py
tests/integration/test_tools.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_batch.py
tests/unit/test_benchmark_queue.py
tests/unit/test_count_tokens.py
tests/unit/test_deep_research.py
tests/unit/test_finish_reason.py
tests/unit/test_get_client.py
tests/unit/test_openai_config.py
tests/unit/test_prompt_caching.py
tests/unit/test_provider_configs.py
tests/unit/test_query_logger.py
tests/unit/test_registry.py
tests/unit/test_result_metadata.py
tests/unit/test_retry.py
tests/unit/test_serialize.py
tests/unit/test_token_retry.py
tests/unit/test_tools.py
tests/unit/test_utils.py