Lightweight inference infrastructure

Build with fast, predictable AI APIs.

Core AI Platform provides lightweight text inference...

Checking API statusJSON over HTTPSLow resource usage
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...

Text inference

Deterministic embeddings

Edge-ready delivery

Version 1

Available endpoints

GET/v1/models
POST/v1/chat/completions
POST/v1/embeddings
GET/v1/status