generate_fastapi_models
Create Pydantic models and SQLAlchemy ORM models with relationships by providing entity names and relation formats, saving time on FastAPI model scaffolding.
Instructions
Generate Pydantic models and SQLAlchemy ORM models with relationships (Pro feature)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| entities | Yes | Entity names to model | |
| relationships | No | Relationships as 'EntityA->EntityB:type' format |