MelonsRun
OpenAI-compatible LLM APIs and unified async media tasks on one platform
MelonsRun exposes two halves behind a single API key:
OpenAI-compatible LLM
/v1/chat/completions, /v1/completions, /v1/embeddings,
/v1/responses, /v1/models — drop-in for the OpenAI SDK by pointing
baseURL at https://api.melons.run/v1.
Unified media tasks
Async media generation via /v2/task/*, with quote and catalog endpoints
under /v2/quote and /v2/models.
Quickstart
Get an API key
Create a write-capable sk- key from the console.
tk- keys are read-only.
Point your client at MelonsRun
export OPENAI_API_KEY="sk-..."
export OPENAI_BASE_URL="https://api.melons.run/v1"Make a call
Use the official OpenAI SDK, or the MelonsRun SDKs.