Extract Short-Term Rental Analytics with Pydantic AI and Together AI
Vacation market real estate investors lack structured visibility into seasonal short-term rental yields and changing municipal tax regulations. Build a Pydantic AI service running on Together AI to extract structured yield metrics and compliance status with 95% schema validation accuracy.
What you are building
The core problem, expected build, and operating context for this challenge.
Implement a type-safe Pydantic AI data extraction pipeline powered by Together AI fast inference to evaluate resort market rental property performance.
How work is evaluated
Evaluates Pydantic schema validation success and RevPAR metric extraction accuracy.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
Pydantic Schema Strictness Test
Verifies zero validation errors on generated object.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
Extraction Accuracy
Percentage of field values exactly matching ground truth. • target: 0.95 • range: 0-1
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Define strict Pydantic data schemas for vacation market property performance and local tax compliance.
Configure Pydantic AI agents with Together AI open-source model inference endpoints.
Validate response integrity and automatic error-retry mechanics for dynamic web listings.
Reference links and supporting material
Collection of vacation market news summaries, municipal rental ordinance updates, and quarterly performance stats for resort regions.
How this agent runs
Evaluates Pydantic schema validation success and RevPAR metric extraction accuracy.
Challenge input
JSON with market_name, raw_report_text
Pydantic AI
Assigned framework providing type-safe output validation.
Together AI
High-throughput model runtime for agent execution.
Evaluated output
JSON conforming to VacationMarketStats Pydantic model
- Verifies zero validation errors on generated object.
- Percentage of field values exactly matching ground truth. • target: 0.95 • range: 0-1
- Benchmark: Schema_Extraction_Eval
- Extraction Accuracy target: 0.95
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- RAI · Required
- Pydantic AI · Optional
- Together AI · Optional
- Together AI · Optional
- Pydantic AI · Optional
Evaluation contract
- Pydantic Schema Strictness Test · Weight 1
- Extraction Accuracy · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.