Skip to main content

Documentation

Everything you need to integrate ReOpenly, an OpenAI-compatible API for datasets, fine-tuning and inference.

One base URL

Everything is scoped to a project, and the owner and project are part of the URL. That is what lets a client keep a stable model name while the platform resolves the project, the payer, the worker and the hosted artifact behind it.

https://reopenly.com/api/projects/{owner_slug}/{project_slug}/openai/v1

The global playground uses the same project-scoped API: once a project is selected its page URL is /app/playground?project=owner/project, so a refresh or a shared link keeps the scope. There is no unscoped inference route.