TokenSwarmTokenSwarm

The Unified Interface For LLMs

Better prices, better uptime, no subscriptions.

Explore Models
50万+
Tokens/USD
8M+
Global Users
60+
Providers
400+
Models
Anthropic
OpenAI
Google Gemini
Microsoft
Mistral
Meta
DeepSeek
Cohere
Anthropic
OpenAI
Google Gemini
Microsoft
Mistral
Meta
DeepSeek
Cohere

Featured Models

Loading...

View all
openai

GPT-4o

by openai

Model ID

gpt-4o

Status

Available

anthropic

Claude 3.5 Sonnet

by anthropic

Model ID

claude-3-5-sonnet

Status

Available

google

Gemini 1.5 Pro

by google

Model ID

gemini-1.5-pro

Status

Available

Getting Started

1

Create Account

Sign up with your email to get started. No credit card required.

2

Add Credits

Purchase credits to use with any model. 50万+ tokens per USD.

Log in to view balance
3

Get API Key

Create an API key and start making requests. Fully OpenAI compatible.

Log in to generate API Key
4

Make Your First Call

Use the code below to test your API key. Replace with your actual key.

curl https://api.tokenswarm.store/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello"}]}'