SovrGPT Docs

OpenAPI specification (Swagger)

Machine-readable OpenAPI 3.1 specification of the SovrGPT API — importable into Swagger UI, Redoc, Postman and code generators.

The complete SovrGPT API is available as an OpenAPI 3.1 specification — machine-readable and importable into every common tool.

Specification: https://sovrgpt.com/openapi.json

Using it

  • Swagger UI / Swagger Editor: open editor.swagger.ioFile → Import URLhttps://sovrgpt.com/openapi.json.
  • Redoc: npx @redocly/cli preview-docs https://sovrgpt.com/openapi.json.
  • Postman / Insomnia: Import → Link → paste the URL → you get a ready-made request collection with every endpoint.
  • Generating client SDKs: openapi-generator, openapi-typescript and friends consume the file directly.

Endpoints covered

EndpointPurposeScope
GET /modelsQuery the available models (chat/embeddings/rerank/TTS/STT)
POST /chat/completionsChat completion (LLM)chat
POST /embeddingsText embeddingsembeddings
POST /rerankRelevance re-orderingrerank
POST /audio/speechText-to-speech (Supertonic / CosyVoice / Mistral)speech
POST /audio/transcriptionsSpeech-to-text (Voxtral)transcribe

The specification is the machine-readable reference; the detailed, explained examples live on the individual documentation pages (Audio, Chat, Models).

OpenAPI specification (Swagger)