Dendrer

Deploy and personalize AI models
in seconds

Fine‑tune open‑source models and get instant API endpoints with preview URLs, versioning, and SDKs – no GPU headaches.

Everything You Need to Scale AI

From model deployment to production inference, Dendrer provides the complete infrastructure for your AI applications.

🚀

One‑Command Deploy

Use a simple CLI command to deploy models and get an instant API endpoint with a preview URL.

🎛️

Easy Fine‑Tuning

Upload your dataset and get a custom fine‑tuned model in minutes, without managing GPUs.

📦

Ready to Integrate

Use our Node.js and Python SDKs to connect your models directly to your apps.

🌍

Privacy‑First Hosting

Your models stay in European servers, giving you ownership and peace of mind.

How It Works

Get your AI models into production in minutes, not months.

1

1. Upload Your Dataset

Upload a JSONL file with your training data via CLI or dashboard.

2

2. Fine‑Tune Your Model

Start a fine‑tuning job on‑demand without handling GPUs or servers.

3

3. Deploy Instantly

Get a production‑ready API endpoint, preview URL, and versioned models.

Ready to get started? Get your API key in under 2 minutes.

Deploy with One Command

Use our CLI to deploy and fine-tune models instantly. Get your API endpoint in seconds.

1. Deploy & Train

terminal
$ dendrer deploy --model mistral-7b --dataset ./faq.jsonl

✓ Dataset uploaded successfully
✓ Fine-tuning job started  
✓ Model deployed: mistral-7b-faq-v1

🎉 Your model is ready!
Model ID: mistral-7b-faq-v1
API Endpoint: https://api.dendrer.com/v1/inference
Preview URL: https://dendrer.com/preview/mistral-7b-faq-v1
npm install -g dendrer-cli

2. Use in Your App

example.js
import { Dendrer } from "dendrer-sdk";

const client = new Dendrer("YOUR_API_KEY");

const response = await client.inference.run({
  model: "mistral-7b-faq-v1", // Your trained model
  input: "How do I reset my password?",
});

console.log(response.output);
// "To reset your password, click on 'Forgot Password'..."
npm install dendrer-sdk

Everything You Need Built-In

From deployment to production monitoring, we've got you covered.

CLI deploy with instant preview URLs
Built‑in fine‑tuning pipeline
Versioning and rollback for models
Usage analytics and dashboard
Node.js and Python SDKs

Simple, transparent pricing

Start free and scale as you grow. No hidden fees, no surprises.

Free

$0/month

Perfect for getting started

  • 10k tokens/month
  • 1 fine‑tune job
  • Community support
Most Popular

Pro

$49/month

For growing applications

  • 1M tokens/month
  • Multiple fine‑tunes
  • Model versioning
  • Priority support

Business

$199/month

For scaling teams

  • 5M tokens/month
  • Team roles
  • Fast GPUs
  • Advanced analytics

Enterprise

Custom

For large-scale deployments

  • Dedicated infrastructure
  • SLAs
  • On‑prem deployment options

Need a custom plan? Contact our sales team

Start deploying AI models like never before

Join thousands of developers who are already building the future with Dendrer's AI infrastructure.