TC
TURING COMPUTE
NOW IN BETA — TypeScript SDK available

Fine-tuning API
for developers.

Upload data. Pick an open-source model.
Get a hosted endpoint. No GPU infrastructure required.

quickstart.ts
import Turing from "@turing-compute/sdk";

const client = new Turing({ apiKey: process.env.TURING_API_KEY });

const job = await client.fineTunes.create({
  model: "mistral-7b",
  trainingFile: "file-abc123",
});

console.log(job.endpoint); // https://api.turing.compute/v1/...

Upload & Train

JSONL training data in, fine-tuned model out. No infrastructure to configure.

Instant Endpoint

Get a hosted inference endpoint the moment training completes. One API call.

Best-in-Class GPUs

Jobs route to Together AI, Fireworks, or Replicate — whichever is fastest.

Supported base models

Llama 3.18B · 70B · 405BMeta
Mistral 7B7B · 8x7BMistral AI
Gemma 29B · 27BGoogle
Phi-33.8B · 14BMicrosoft
Qwen 2.57B · 72BAlibaba

Developer experience is the product.

Transparent pricing. No enterprise sales. No ML team required.

Create free account