FastAPI service for multimodal prompt processing with text and image URL inputs.
- Accepts text and optional image URL.
- Runs moderation checks.
- Produces structured assistant responses with citations placeholders.
- Includes health and version endpoints for deployment checks.
python -m venv .venv
source .venv/bin/activate
pip install -e .[dev]
uvicorn app.main:app --reload
pytest -q