⚠️ Important: Model availability depends on your Kiro tier (free/paid). The gateway provides access to whatever models are available in your IDE or CLI based on your subscription. The list below shows ...
fastapi-auth-api/ ├── app/ │ ├── main.py # App entrypoint │ ├── auth.py # Auth functions: hash, JWT, token │ ├── crud.py # DB access functions │ ├── models.py # SQLAlchemy models │ ├── schemas.py # ...