InferenceSupported Models

Supported Models

Tangle Inference reaches every supported provider through a single API. The providers below are the most commonly used; the live catalog is always at /v1/models.

Providers

ProviderSlugModels
OpenAIopenaiGPT-4o, GPT-4o-mini, o1, o3, o4, DALL-E, Whisper, TTS
AnthropicanthropicClaude Opus, Sonnet, Haiku
GooglegoogleGemini 2.5 Pro, Flash, Flash-Lite
GroqgroqLlama 3.1/3.2 (fast inference)
Together AItogetherOpen-source models (Llama, Qwen, Mixtral)
DeepSeekdeepseekDeepSeek Chat, DeepSeek Coder
MistralmistralMistral Large, Codestral, Pixtral
FireworksfireworksPhi, StarCoder, open models
CoherecohereCommand R/R+
xAIxaiGrok 4.3, Grok 4.5 (not yet wired for chat completions)
CerebrascerebrasLlama (fast inference)
SambaNovasambanovaFast open-model inference
AI21ai21Jamba
NvidianvidiaNemotron
Z.aizaiGLM-5, GLM-4.5
MoonshotmoonshotKimi

Together AI, Fireworks, SambaNova, and AI21 have no routeable models on the gateway today. Filter /v1/models on routeability.routeable === true to see what a provider can actually serve right now.

Plus operators registered on Tangle and running Blueprints:

BlueprintModelsHow to route
LLM InferenceLlama, Qwen, Mistral, any vLLM-compatible modelX-Tangle-Routing: operator or auto
Vector StoreEmbedding models for RAGPin by Blueprint ID or operator slug
Custom BlueprintsAny model the operator deploysPin by Blueprint ID or operator slug

Operators set their own pricing and the gateway scores them on reputation, latency, and price. See Operator Routing for details.

Model ID format

Use provider/model-name:

anthropic/claude-sonnet-4-6
openai/gpt-4o-mini
groq/llama-3.1-8b-instant

Or use bare names - the gateway resolves the provider by prefix:

PrefixResolves to
gpt-, o1-, o3-, o4-OpenAI
claude-Anthropic
gemini-, gemma-Google
llama-, mixtral-Groq
deepseek-DeepSeek
mistral-, codestral-Mistral
grok-xAI
glm-Z.ai
command-Cohere

Modalities

ModalityEndpointExamples
Text/v1/chat/completionsAll chat models
Images/v1/images/generationsDALL-E, FLUX
Audio/v1/audio/transcriptions, /v1/audio/speechWhisper, TTS
Embeddings/v1/embeddingstext-embedding-3-small/large
Video/v1/videos/*Avatar generation, dubbing

Model catalog API

The model catalog is available at GET /api/models with pricing, context length, and modality information for every model.