Skip to main content

1. Get an API key

Create an account and generate a key in the Console.

2. Make a request

curl https://api.caistrolabs.com/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "Nous-20B",
    "messages": [{"role": "user", "content": "How do I scale Meta ads to $10k/day?"}]
  }'

3. That’s it

You’re now using a model that actually understands marketing.

Next Steps