Endpoints
Sylica intentionally keeps the API surface narrow: one generation endpoint plus discovery and balance endpoints.
Minimal endpoint count reduces cognitive overhead and makes it easier to standardize client libraries across teams. Most applications only need chat completions and periodic credit checks.
POST/v1/chat/completions
Generates model responses in streaming or non-streaming mode using OpenAI-compatible shape.
GET/v1/models
Returns model catalog entries, capability metadata, context windows, and pricing fields.
GET/v1/credits
Returns current organization balance in cents and USD for billing-aware clients.
When using compatibility base URL https://api.sylicaai.com, OpenAI-style paths remain available for integration portability.