Endpoint
All API requests go to:/chat/completions, /completions, /audio/transcriptions, and /models. Point any OpenAI-compatible SDK at this URL and it works without further changes.
Authentication
Include your API key in theAuthorization header on every request:
Quick Test
Run this curl command to confirm your key works and the endpoint is reachable:200 response with a choices array confirms everything is set up correctly.
Cloud vs. Local
Choose the deployment mode that fits your latency, privacy, and infrastructure requirements. The two modes are fully interchangeable at the API level.What does zero-retention mean for the cloud API?
What does zero-retention mean for the cloud API?
Boole AI does not log, store, or train on your prompts or completions. Requests are processed in memory and discarded immediately after the response is sent. Boole AI is SOC 2 Type II certified — the zero-retention policy is an audited control, not just a stated intent.
Pricing
The cloud API is billed per token. A few example prices:
New accounts receive $20 in free credits (approximately 1 million tokens) with no credit card required. See the full pricing page for all 42 models.