Powered byTangle Network

The Decentralized Interface For LLMs

Better pricing, higher availability, verifiable inference. No subscriptions required.

654+

Models

1+

Active Operators

66+

Providers

OpenAI SDK

Compatible

Routing to 66+ providers including

OpenAI
Anthropic
Google
Meta
xAI
DeepSeek
Mistral
Nvidia
Cohere
Hugging Face
Groq
Fireworks
Cerebras
SambaNova
Replicate
AI21
ph0ny

One API for Any Model

A single unified interface to access any model from any operator. OpenAI SDK compatible.

openai-sdk.ts
import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://router.tangle.tools/v1',
  apiKey: process.env.TANGLE_API_KEY,
})

const completion = await client.chat.completions.create({
  model: 'anthropic/claude-sonnet-4-6',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Browse all models →

Featured Models

Most popular models across the network this week

View all →
1

Sign Up

Create an account with Google, GitHub, or a wallet. Connect to the decentralized network instantly.

2

Buy Credits

Pay-as-you-go pricing. Add credits with card, crypto, or on-chain. No subscriptions required.

3

Get API Key

Drop in your TANGLE_API_KEY and start making requests. OpenAI SDK compatible.

Become an Operator

Run a Tangle Blueprint to serve model inference. Earn rewards for providing compute to the network. Deploy with Docker, Modal, or bare metal.