Powered byTangle Network

The Decentralized Interface For LLMs

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

300+

Models

60+

Active Operators

9

Providers

OpenAI SDK

Compatible

Routing to 17+ providers including

OpenAIOpenAI
AnthropicAnthropic
GoogleGoogle
MetaMeta
xAIxAI
DeepSeekDeepSeek
MistralMistral
NvidiaNvidia
CohereCohere
Hugging FaceHugging Face
GroqGroq
FireworksFireworks
CerebrasCerebras
SambaNovaSambaNova
ReplicateReplicate
AI21AI21
ph0nyph0ny

One API for Any Model

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

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.