Tarseek

Tarseek API

API reference

Public inference and catalog. Dashboard session APIs are not part of the public API.

List models (OpenAI shape)

GET/v1/models — Bearer auth. Returns listed, operational models as { object: "list", data: [{ id, object, created, owned_by }] }.

Catalog

GET/v1/catalog/models, /v1/catalog/models/{id}, filter-options, model-options, and providers. This is the richer source for capability cards and deployments.

Chat completions

POST/v1/chat/completions — see Chat. Stream: SSE.

Planned endpoints

  • GET /v1/models/{id}
  • POST /v1/embeddings
  • POST /v1/images/generations, /v1/images/edits
  • POST /v1/audio/transcriptions, /v1/audio/speech
  • GET /v1/usage