pub fn preview(req: &PreviewRequest) -> Result<PreviewResponse, PreviewError>Expand description
Top-level entry point. Returns a complete PreviewResponse. The only
way this returns Err is if the model is unknown AND the optional
fallback heuristic also fails — in practice the handler converts that
into a 400 with a clear message.