Getting Started
Deploy your first model in under 5 minutes.
Quick Start
Welcome to Bitstride. This guide walks you through making your first inference request.
Prerequisites
- An API key (get one at bitstride.xyz)
curlor any HTTP client
Make a Request
curl -X POST https://api.bitstride.xyz/v1/inference \
-H "Authorization: Bearer $BITSTRIDE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "llama-3.1-8b",
"input": "Explain quantum entanglement in one sentence."
}'
Next Steps
- API Reference — Full endpoint documentation
- Fine-tuning — Train custom models
- RL — Reinforcement learning pipelines