REST API
The Maniac API provides openai compatible inference endpoints for interacting with both frontier models and your custom models. This reference details the available endpoints.
Required. Examples:
<provider>:<model><provider>/<model>(e.g.openai/gpt-4o)maniac:<container_label>maniac:<container_label>:<model_slug>
Successful completion (non-streaming or streaming)
Invalid request
Authentication error (missing/invalid bearer token)
Other client errors in OpenAI error format
Server or upstream error
Optional container label to filter by.
List of containers or a single container (if label is given)
Container not found or invalid request
Human-readable label for the container
The initial model to use for the container. e.g. "openai/gpt-4o"
Container already existed; returned as-is
Container created
Validation error (e.g., missing label or invalid values)
Internal error creating or persisting container
List of models and containers (anything you can use in the "model" field of a chat completion request)
List of models and containers (anything you can use in the "model" field of a chat completion request)
Container label.
Completions registered successfully.
Invalid container/label or dataset format
Container lookup invalid or catastrophic insert failure
Last updated