Powered byTangle Network

The Decentralized Interface For LLMs

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

513+

Models

1.4B+

Tokens (7d)

61+

Providers

OpenAI SDK

Compatible

Routing to 61+ providers including

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

One API for Any Model

Drop in with the OpenAI SDK, the Anthropic SDK, or plain fetch — same base URL, any model.

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 →

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.