Get Started
Quickstart
Get started with BLAST in a minute.
Install
Get an OpenAI API Key
Start the Server
Try the UI
Open http://localhost:3000
in your browser and try asking BLAST something totally normal like compare the weight of the 10 heaviest gorillas and the 10 heaviest bench presses and squats ever
.
This frontend is a lightweight Next.js app that is simply calling the OpenAI Node.js API and reading the returned stream for screenshots and text results.
Use the API
BLAST provides an OpenAI-compatible API. Here’s a simple example using the Python OpenAI client:
Next Steps
- Learn about the OpenAI-Compatible API
- Understand Concurrency, Caching, Parallelism
- Configure Settings and Constraints
- Check out our Roadmap