https://api.boole.dev/v1 or your local instance at http://localhost:8000/v1. Reference each model by its slug in API calls and CLI commands.
Available Models
The table below lists the most commonly used models with their slugs, cloud API pricing, and median time-to-first-token (TTFT p50) measured on a single NVIDIA A10 GPU.Pricing is per million tokens for all text models, and per minute of audio for Whisper Large v3. The full list of all 42 available models is always current via
GET /v1/models.Referencing Models
Use the slug exactly as shown in the table above. The slug is identical across the cloud API, local API, and CLI. In an API call, set themodel field in your request body:
request.json
--model:
Model Optimization
Each model has its own independent optimization track. The nightly compiler runs a separate iteration loop per model, proposing and evaluating changes specific to that model’s architecture — kernel shapes, quantization sensitivity, and batching behavior all vary by model family. This means a compiler improvement for Llama 3.3 70B does not affect Qwen 2.5 72B, and vice versa. Each model’s throughput and quality evolves on its own cadence based on what the compiler discovers. Optimization logs for each individual model are published alongside the main crucible log at github.com/boole-ai/crucible.Prices shown are cloud API rates. Local deployment has zero per-token cost — once you have downloaded the binary and weights, you can run unlimited tokens with no additional charges.