Endpoint reference

Every REST endpoint available under the Meridian API. All paths are relative to https://api.getnimbus.net.

POST/v1/chat/completionsGenerate a model response for a given chat conversation.
POST/v1/embeddingsCreate an embedding vector representing the input text.
POST/v1/images/generationsGenerate images from a text prompt.
POST/v1/audio/speechGenerate audio from text input using a voice model.
POST/v1/audio/transcriptionsTranscribe audio into the input language.
GET/v1/modelsList and describe the available models.
POST/v1/moderationsClassify if text violates content policy.

Authentication is required for all endpoints. See authentication docs for details.