Your AI atelier

Craft fine-tuned models with CLI + web app

A complete toolkit for the full lifecycle of fine-tuning LLMs. Collect examples, rate quality, train models, and evaluate results — all in one place.

npm version MIT license Node.js >= 20
aitelier CLI demo showing the init, add, and train workflow

Two ways to work

Use whichever fits your workflow — or both.

>_

CLI

Fast & local

Power users and solo developers. Work locally with JSONL files, iterate quickly, and keep everything in your terminal.

  • Single command to collect training examples
  • Interactive rating and rewriting workflow
  • Auto-format JSONL for any provider
  • Dataset health stats and quality insights
  • Git-friendly JSONL — version your training data

Web App

Team collaboration

Invite teammates to curate training data together. Non-technical collaborators can contribute without touching the terminal.

  • Visual dataset browser and editor
  • Side-by-side model evaluation
  • Real-time training job monitoring
  • Role-based access (owner, trainer, rater)
  • Interactive model playground
  • Dashboard with dataset health metrics

How it works

Five steps from raw data to deployed model.

1

Collect

Add input/output training examples

2

Rate

Score quality and rewrite weak examples

3

Train

Split, format, and kick off fine-tuning

4

Evaluate

A/B compare against base models

5

Ship

Deploy your fine-tuned model

Get started in minutes

Install the CLI, then follow the workflow.

npm
npm install -g aitelier
Homebrew
brew install aitelier
terminal
# Initialize a new project
ait init

# Add training examples interactively
ait add

# Check dataset health
ait stats

# Split, format, and train
ait split
ait format
ait train

# Evaluate your fine-tuned model
ait eval

View all commands →

CLI Commands

Nine commands covering the full fine-tuning lifecycle.

Command Description
ait init Initialize a new project with config and data directories
ait add Add training examples interactively (input/output pairs)
ait rate Review and rate examples, rewrite low-quality ones
ait stats View dataset health metrics and quality distribution
ait split Split dataset into training and validation sets
ait format Format examples into provider-specific JSONL
ait train Upload data and start a fine-tuning job
ait status Check the status of running training jobs
ait eval Run A/B evaluations comparing fine-tuned vs base models

Powered by Together.ai

Fine-tune open-source models with LoRA. OpenAI support coming soon.

Recommended Models

Llama 3.3 70B

Best quality. Ideal for complex tasks that need strong reasoning and instruction following.

Llama 3.2 11B

Great balance of quality and cost. Works well for most fine-tuning use cases.

Mistral 7B

Fast and affordable. Perfect for high-volume, simpler tasks and rapid iteration.