ML platform for training, versioning, and experimenting with VLA models at scale
Explore the docs »
API Example
Get API Keys for
.env
file:
ANTHROPIC_API_KEY=""
OPENAI_API_KEY=""
HF_ACCESS_TOKEN=""
COHERE_API_KEY=""
WANDB_API_KEY="" # Weights and Biases
- Install dependencies
poetry install
- Run the API
cd platform
fastapi dev main.py