LICENSE
MANIFEST.in
README.md
pyproject.toml
./fastapi_llm_gateway/__init__.py
./fastapi_llm_gateway/exceptions.py
./fastapi_llm_gateway/builtin/__init__.py
./fastapi_llm_gateway/builtin/models.yaml
./fastapi_llm_gateway/cli/__init__.py
./fastapi_llm_gateway/cli/chat.py
./fastapi_llm_gateway/cli/serve.py
./fastapi_llm_gateway/core/__init__.py
./fastapi_llm_gateway/core/client.py
./fastapi_llm_gateway/core/config.py
./fastapi_llm_gateway/core/managers/__init__.py
./fastapi_llm_gateway/core/managers/failover_handler.py
./fastapi_llm_gateway/core/managers/load_balancer.py
./fastapi_llm_gateway/core/managers/model_manager.py
./fastapi_llm_gateway/core/models/__init__.py
./fastapi_llm_gateway/core/models/config.py
./fastapi_llm_gateway/core/models/request.py
./fastapi_llm_gateway/core/models/response.py
./fastapi_llm_gateway/fastapi/__init__.py
./fastapi_llm_gateway/fastapi/dependencies.py
./fastapi_llm_gateway/fastapi/error_handlers.py
./fastapi_llm_gateway/fastapi/middleware.py
./fastapi_llm_gateway/fastapi/router.py
./fastapi_llm_gateway/sdk/__init__.py
./fastapi_llm_gateway/sdk/client.py
./fastapi_llm_gateway/utils/__init__.py
./fastapi_llm_gateway/utils/logging.py
fastapi_llm_gateway/__init__.py
fastapi_llm_gateway/exceptions.py
fastapi_llm_gateway.egg-info/PKG-INFO
fastapi_llm_gateway.egg-info/SOURCES.txt
fastapi_llm_gateway.egg-info/dependency_links.txt
fastapi_llm_gateway.egg-info/entry_points.txt
fastapi_llm_gateway.egg-info/requires.txt
fastapi_llm_gateway.egg-info/top_level.txt
fastapi_llm_gateway/builtin/__init__.py
fastapi_llm_gateway/builtin/models.yaml
fastapi_llm_gateway/cli/__init__.py
fastapi_llm_gateway/cli/chat.py
fastapi_llm_gateway/cli/serve.py
fastapi_llm_gateway/core/__init__.py
fastapi_llm_gateway/core/client.py
fastapi_llm_gateway/core/config.py
fastapi_llm_gateway/core/managers/__init__.py
fastapi_llm_gateway/core/managers/failover_handler.py
fastapi_llm_gateway/core/managers/load_balancer.py
fastapi_llm_gateway/core/managers/model_manager.py
fastapi_llm_gateway/core/models/__init__.py
fastapi_llm_gateway/core/models/config.py
fastapi_llm_gateway/core/models/request.py
fastapi_llm_gateway/core/models/response.py
fastapi_llm_gateway/fastapi/__init__.py
fastapi_llm_gateway/fastapi/dependencies.py
fastapi_llm_gateway/fastapi/error_handlers.py
fastapi_llm_gateway/fastapi/middleware.py
fastapi_llm_gateway/fastapi/router.py
fastapi_llm_gateway/sdk/__init__.py
fastapi_llm_gateway/sdk/client.py
fastapi_llm_gateway/utils/__init__.py
fastapi_llm_gateway/utils/logging.py
tests/__init__.py
tests/conftest.py
tests/integration/test_sdk_client.py
tests/unit/test_config.py