Lightweight inference infrastructure
Build with fast, predictable AI APIs.
Core AI Platform provides lightweight text inference...
Chat completion request
POST /v1/chat/completions
{
"model": "core-text-mini",
"messages": [{"role":"user","content":"How does edge inference work?"}]
}Response
{"model":"core-text-mini","finish_reason":"stop"}Platform capabilities
Small infrastructure, useful API surface
Designed for integration tests...
Deterministic embeddings
Edge-ready delivery
Version 1
Available endpoints
GET
/v1/modelsPOST
/v1/chat/completionsPOST
/v1/embeddingsGET
/v1/status