.codespellrc
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
codecov.yml
mkdocs.yml
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/docs.yaml
.github/workflows/lint.yaml
.github/workflows/pre-commit-update.yaml
.github/workflows/release.yaml
.github/workflows/tests-docs.yaml
.github/workflows/tests-integration.yaml
.github/workflows/tests-unit.yaml
demos/chat/.gitignore
demos/chat/README.md
demos/chat/assets/any_llm_demo.gif
demos/chat/backend/main.py
demos/chat/backend/pyproject.toml
demos/chat/frontend/package-lock.json
demos/chat/frontend/package.json
demos/chat/frontend/tsconfig.json
demos/chat/frontend/public/index.html
demos/chat/frontend/src/App.css
demos/chat/frontend/src/App.tsx
demos/chat/frontend/src/api.ts
demos/chat/frontend/src/index.css
demos/chat/frontend/src/index.tsx
demos/chat/frontend/src/types.ts
docs/index.md
docs/providers.md
docs/quickstart.md
docs/api/completion.md
docs/api/embedding.md
docs/api/exceptions.md
docs/api/list_models.md
docs/api/responses.md
docs/assets/custom.css
docs/assets/custom.js
docs/images/any-llm-logo-mark.png
docs/images/any-llm-logo.png
docs/images/any-llm_favicon.png
scripts/hooks.py
scripts/run-mypy.sh
scripts/wake_up_hf_endpoint.py
src/any_llm/__init__.py
src/any_llm/api.py
src/any_llm/exceptions.py
src/any_llm/logging.py
src/any_llm/provider.py
src/any_llm/tools.py
src/any_llm/providers/__init__.py
src/any_llm/providers/anthropic/__init__.py
src/any_llm/providers/anthropic/anthropic.py
src/any_llm/providers/anthropic/utils.py
src/any_llm/providers/aws/__init__.py
src/any_llm/providers/aws/aws.py
src/any_llm/providers/aws/utils.py
src/any_llm/providers/azure/__init__.py
src/any_llm/providers/azure/azure.py
src/any_llm/providers/azure/utils.py
src/any_llm/providers/azureopenai/__init__.py
src/any_llm/providers/azureopenai/azureopenai.py
src/any_llm/providers/cerebras/__init__.py
src/any_llm/providers/cerebras/cerebras.py
src/any_llm/providers/cerebras/utils.py
src/any_llm/providers/cohere/__init__.py
src/any_llm/providers/cohere/cohere.py
src/any_llm/providers/cohere/utils.py
src/any_llm/providers/databricks/__init__.py
src/any_llm/providers/databricks/databricks.py
src/any_llm/providers/deepseek/__init__.py
src/any_llm/providers/deepseek/deepseek.py
src/any_llm/providers/deepseek/utils.py
src/any_llm/providers/fireworks/__init__.py
src/any_llm/providers/fireworks/fireworks.py
src/any_llm/providers/google/__init__.py
src/any_llm/providers/google/google.py
src/any_llm/providers/google/utils.py
src/any_llm/providers/groq/__init__.py
src/any_llm/providers/groq/groq.py
src/any_llm/providers/groq/utils.py
src/any_llm/providers/huggingface/__init__.py
src/any_llm/providers/huggingface/huggingface.py
src/any_llm/providers/huggingface/utils.py
src/any_llm/providers/inception/__init__.py
src/any_llm/providers/inception/inception.py
src/any_llm/providers/llama/__init__.py
src/any_llm/providers/llama/llama.py
src/any_llm/providers/llama/utils.py
src/any_llm/providers/llamacpp/__init__.py
src/any_llm/providers/llamacpp/llamacpp.py
src/any_llm/providers/llamafile/__init__.py
src/any_llm/providers/llamafile/llamafile.py
src/any_llm/providers/lmstudio/__init__.py
src/any_llm/providers/lmstudio/lmstudio.py
src/any_llm/providers/mistral/__init__.py
src/any_llm/providers/mistral/mistral.py
src/any_llm/providers/mistral/utils.py
src/any_llm/providers/moonshot/__init__.py
src/any_llm/providers/moonshot/moonshot.py
src/any_llm/providers/nebius/__init__.py
src/any_llm/providers/nebius/nebius.py
src/any_llm/providers/ollama/__init__.py
src/any_llm/providers/ollama/ollama.py
src/any_llm/providers/ollama/utils.py
src/any_llm/providers/openai/__init__.py
src/any_llm/providers/openai/base.py
src/any_llm/providers/openai/openai.py
src/any_llm/providers/openai/utils.py
src/any_llm/providers/openrouter/__init__.py
src/any_llm/providers/openrouter/openrouter.py
src/any_llm/providers/perplexity/__init__.py
src/any_llm/providers/perplexity/perplexity.py
src/any_llm/providers/portkey/__init__.py
src/any_llm/providers/portkey/portkey.py
src/any_llm/providers/sambanova/__init__.py
src/any_llm/providers/sambanova/sambanova.py
src/any_llm/providers/together/__init__.py
src/any_llm/providers/together/together.py
src/any_llm/providers/together/utils.py
src/any_llm/providers/voyage/__init__.py
src/any_llm/providers/voyage/utils.py
src/any_llm/providers/voyage/voyage.py
src/any_llm/providers/watsonx/__init__.py
src/any_llm/providers/watsonx/utils.py
src/any_llm/providers/watsonx/watsonx.py
src/any_llm/providers/xai/__init__.py
src/any_llm/providers/xai/utils.py
src/any_llm/providers/xai/xai.py
src/any_llm/types/__init__.py
src/any_llm/types/completion.py
src/any_llm/types/model.py
src/any_llm/types/provider.py
src/any_llm/types/responses.py
src/any_llm/utils/__init__.py
src/any_llm/utils/aio.py
src/any_llm/utils/api.py
src/any_llm/utils/instructor.py
src/any_llm_sdk.egg-info/PKG-INFO
src/any_llm_sdk.egg-info/SOURCES.txt
src/any_llm_sdk.egg-info/dependency_links.txt
src/any_llm_sdk.egg-info/requires.txt
src/any_llm_sdk.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/constants.py
tests/docs/__init__.py
tests/docs/test_all.py
tests/integration/__init__.py
tests/integration/test_completion.py
tests/integration/test_embedding.py
tests/integration/test_list_models.py
tests/integration/test_reasoning.py
tests/integration/test_response_format.py
tests/integration/test_responses.py
tests/integration/test_streaming.py
tests/integration/test_tool.py
tests/unit/__init__.py
tests/unit/test_api_config.py
tests/unit/test_api_signature.py
tests/unit/test_completion.py
tests/unit/test_embedding.py
tests/unit/test_model_syntax.py
tests/unit/test_provider.py
tests/unit/test_provider_pyproject_options.py
tests/unit/test_responses.py
tests/unit/test_tools.py
tests/unit/providers/test_anthropic_provider.py
tests/unit/providers/test_aws_provider.py
tests/unit/providers/test_azure_provider.py
tests/unit/providers/test_cerebras_provider.py
tests/unit/providers/test_cohere_provider.py
tests/unit/providers/test_google_provider.py
tests/unit/providers/test_google_utils.py
tests/unit/providers/test_groq_provider.py
tests/unit/providers/test_huggingface_provider.py
tests/unit/providers/test_llamafile.py
tests/unit/providers/test_mistral_provider.py
tests/unit/providers/test_openai_base_provider.py
tests/unit/providers/test_perplexity_provider.py
tests/unit/providers/test_watsonx_provider.py
tests/unit/providers/test_xai_provider.py