Together.AI

Verified Truly Free

Together AI provides free access (once you add a $5 min deposit) to select research models plus paid access to Llama 4, DeepSeek, and 100+ open models. The platform specializes in high-performance inference and fine-tuning.

Updated by the community — thanks, AkshUlly_Ur_Wrong (Jul 16, 2026) Suggest an edit

What changed:

Community Edit for Together.AI
Free Research Models Llama 4 DeepSeek ServiceNow Apriel
Get API Key Suggest Edit
4705

Overview

Provider Type

API

API Endpoint

https://api.together.xyz/v1

Free Tier Highlights

Subject to availability

Why Choose Together.AI?

Together.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://together.ai/

2

Sign up

3

Generate API Key

4

Use model ID 'servicenow/apriel-1.6-15b-thinker' (or similar)

Available Models

Model Name ID Context Capabilities
Llama 4 Scout Instruct (Free) No Longer Free
meta-llama/Llama-4-Scout-17B-16E-Instruct-FP8
512 000 tokens
Multimodal
PrismML Ternary Bonsai 27B (Free) Free
Prism-ML/Ternary-Bonsai-27B
Varies
-
DeepSeek-R1 (Free) No Longer Free
deepseek-ai/DeepSeek-R1-Fast
64 000 tokens
Reasoning
Apriel 1.6 15B Thinker (Free) No Longer Free
servicenow/apriel-1.6-15b-thinker
131 000 tokens
Reasoning Multimodal
Apriel 1.5 15B Thinker (Free) No Longer Free
servicenow/apriel-1.5-15b-thinker
131 000 tokens
Reasoning Multimodal

Integration Examples

Ready-to-use code snippets for your applications.

main.py
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_TOGETHER_KEY",
    base_url="https://api.together.xyz/v1"
)

response = client.chat.completions.create(
    model="meta-llama/Llama-4-Scout-17B-16E-Instruct-FP8",
    messages=[
        {"role": "user", "content": "Explain the Apriel model architecture"}
    ]
)

print(response.choices[0].message.content)

Free Tier Pricing & Limits

Rate Limit

Requests per minute

Subject to availability

Daily Quota

Requests per day

Unlimited (Research Preview)

Token Limit

Tokens per minute

Free (once you add a $5 min deposit)

Monthly Quota

Per month limit

Free

Use Cases

Testing Apriel capabilities

Multimodal reasoning tasks

Limitations & Considerations

Limited to specific free models

Research preview availability

Community Hub

Live

Join the discussion, share tips, and rate Together.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 Together.AI

Start Building Now