Downloading Graphs
After training, you can download your optimized graph for local use, inspection, or integration into your own systems.Download Formats
| Format | Contents | Use Case |
|---|---|---|
| Text export | Readable prompt text | Inspection, documentation |
| JSON | Full graph structure | Programmatic use |
| YAML | Graph definition | Configuration files |
API Endpoint
Response
Python SDK
Download with ADASJob
Download Text Export
Get a readable text version of the optimized prompts:Download Full Graph
Get the complete graph definition for programmatic use:CLI Download
cURL Example
Running Downloaded Graphs Locally
Once downloaded, you can run graphs without the Synth API:Using the Prompt Text
For simple single-prompt graphs:Using the Full Graph
For multi-node graphs, implement the graph execution logic:Graph Schema
Downloaded graphs follow this structure:Version Control
Track your graphs in version control:Related
- Graphs Overview - What graphs are
- Graph Inference - Production serving via API
- Artifacts CLI - CLI download commands