Interdata Lab

Be your own OpenAI.

Open source on your laptop. Free cloud GPU for design partners.

What "be your own OpenAI" actually means
OpenAI You, with MiniClosedAI
Playground + Custom GPTs Local dashboard. Every saved chat is a callable URL.
api.openai.com + sk-… keys Your own server. No keys — or Interdata Lab when you scale.
OpenAI's model menu Any local model — Llama, Qwen, Mistral, 1-bit Bonsai.
Per-token billing $0 on your hardware. Free on Interdata Lab in alpha.
Drop-in OpenAI replacement
# Configure the bot once in the UI — system prompt, model, sampling.
# Then call it from anything that speaks the OpenAI SDK.

from openai import OpenAI

client = OpenAI(base_url="http://localhost:8095/v1", api_key="x")

client.chat.completions.create(
    model="3",                                # your saved bot's ID
    messages=[{"role": "user", "content": "Triage this ticket..."}],
)

Every saved chat is an addressable URL. One line of code swaps OpenAI for a model running on your hardware — or, when you scale, on Interdata Lab.

Open Source · MIT

MiniClosedAI — Your Own OpenAI Playground

  • Save a system prompt, get a stable /v1/chat/completions endpoint — like OpenAI's Playground, but you own it
  • 12+ ready-made bot recipes — ticket triage, lead scoring, RAG routing, conversational agents
  • Built-in fine-tuning data export — every chat doubles as an SFT dataset
  • 5 Python deps, runs on a laptop, data never leaves your machine
Alpha · Free for Design Partners

Cloud Compute for MiniClosedAI

  • A MiniClosedAI cloud computing addon for research and development of LLM microservices
  • Same API as your local setup — graduate from laptop to cluster with zero code changes
  • Free compute for alpha design partners and early testers — no billing, no limits while you help us shape it
Ship these in 60 seconds

12+ bot recipes, ready to fork

Each recipe is a battle-tested system prompt, sampling config, and worked few-shot examples. Customize for your domain, save the chat, and you have a callable URL — no code generation, no boilerplate.

Support Ticket Router

Classify intent, assign team, score urgency, extract entities. Returns structured JSON ready for your CRM.

Inbound Lead Qualifier

Score B2B leads 0–100, detect role and budget signals, route to the right CRM stage.

RAG Query Router

Sub-second pre-classifier — decide cache, fast LLM, light RAG, or deep RAG per query.

JSON Extractor

Universal information-extraction microservice. Strict schema, deterministic, no prose.

Doctor's Office Bot

Conversational front desk. Books appointments, detects red flags, emits structured action JSON.

Reservations Bots

Restaurant, hotel, dental — multi-turn host-stand flows with required-fields gates and JSON action emit.

Why this stack

60s

Prompt to callable API

5 deps

vs. hundreds in LangChain

Drop-in

OpenAI SDK compatible

CSV

Built-in fine-tuning export

Zero

Data leaves your machine

$0

Free in alpha — and forever for open source

Free for alpha design partners

MiniClosedAI is open source under MIT — clone it, fork it, run it on a laptop today. Interdata Lab is free GPU compute for the founders and engineers helping us shape it. No billing while you're building with us.