Kluster.ai

☠️ Discontinued

This provider has shut down

The API and/or company no longer operate. Everything below is kept for historical reference only — do not build on it.

DISCONTINUED: kluster.ai shut down its API in 2026 and the team moved into AI video creation under a new company, MITO. The kluster.ai website now just shows a farewell notice. The API endpoint no longer resolves. Kept here for reference only. Original listing: Free batch inference API for LLMs. Optimized for high-throughput batch processing with support for Llama, Mistral, DeepSeek and more. Perfect for bulk text processing at zero cost.

Updated by the community — thanks, Dr.Death (Jul 27, 2026) Suggest an edit

What changed:

Limitations: added "Project was Shutdown" -- this is what first flagged that kluster.ai's API had gone offline.
Description, models, pricing, features, use cases, setup steps and code examples were also refreshed to match kluster.ai's last known live configuration.
(Retroactively summarized -- this submission was originally logged with a generic "Community Edit" message before per-field change tracking existed.)
Discontinued Shut Down Batch Processing Open Models
Website (defunct) Suggest Edit
-3

Overview

Provider Type

API

API Endpoint

https://api.kluster.ai/v1

Free Tier Highlights

API discontinued (see description)

Why Choose Kluster.ai?

Kluster.ai stands out for its unique features and capabilities. With a developer-friendly API and comprehensive documentation, you can integrate AI capabilities into your applications within minutes.

Quick Start Guide

1

Visit https://kluster.ai/

2

Sign up for free account

3

Generate API key

4

Prepare JSONL batch file

5

Submit batch via API

6

Poll for results

Available Models

Model Name ID Context Capabilities
Llama 3.1 405B Instruct Free
meta-llama/Llama-3.1-405B-Instruct
128 000
Reasoning
DeepSeek-R1 Free
deepseek-ai/DeepSeek-R1
64 000
Reasoning
Qwen 2.5 72B Instruct Free
Qwen/Qwen2.5-72B-Instruct
32 000
-
Llama 3.3 70B Instruct Free
meta-llama/Llama-3.3-70B-Instruct
128 000
Reasoning

Integration Examples

Ready-to-use code snippets for your applications.

main.py
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_KLUSTER_KEY",
    base_url="https://api.kluster.ai/v1"
)

# Upload batch file
batch_file = client.files.create(
    file=open("batch_requests.jsonl", "rb"),
    purpose="batch"
)

# Create batch job
batch = client.batches.create(
    input_file_id=batch_file.id,
    endpoint="/v1/chat/completions",
    completion_window="24h"
)

print(f"Batch ID: {batch.id}")
print(f"Status: {batch.status}")

Free Tier Pricing & Limits

Rate Limit

Requests per minute

Batch-based (async)

Daily Quota

Requests per day

Generous batch quotas

Token Limit

Tokens per minute

Free for batch API

Monthly Quota

Per month limit

Subject to fair use

Use Cases

Bulk text classification

Large-scale data labeling

Batch content generation

Dataset augmentation

Research at scale

Limitations & Considerations

Batch only (not real-time chat)

Results take hours (async processing)

JSONL format required

Fair use limits apply

No streaming support

Project was Shutdown

Community Hub

Live

Join the discussion, share tips, and rate Kluster.ai.

Quick Reactions

Add Discussion

Comments are moderated. Be helpful and respectful.

Recent Activity

0 comments

Ready to Get Started?

Join thousands of developers using Kluster.ai

Start Building Now