Platform
One unified API for 200+ open and proprietary models. Streaming, function calling, JSON mode, and tool use built in.
# curl example
curl https://api.nexus.ai/v1/chat \\
-H "Authorization: Bearer $KEY" \\
-d '{"model":"nexus-70b","prompt":"Hi"}'Take any base model, run a LoRA or full fine-tune on your dataset, and deploy in minutes. No GPU provisioning required.
$ nexus tune create \\
--base nexus-llama-8b \\
--data ./train.jsonl \\
--epochs 3Trace every request, score every output, debug every prompt. Cost, latency, and quality metrics in one dashboard.
# SDK
client.trace(
name="summarize",
metadata={"user": user.id}
)