Skip to content

Provider Catalog

The desktop app ships a catalog of 32 model providers. You connect each one in Settings -> Models by pasting an API key or, for the cloud providers, filling the credential form. Five of these providers are also native to the Wayland Core engine, which means the CLI can talk to them directly without the desktop. Everything else in the catalog routes through the engine using an OpenAI-compatible layer (ProviderCompat).

The provider id is the value the app stores internally and is the same id you use when you connect through the API. The group column matches the Browse grouping in the Models panel.

These five work in both the desktop and the standalone wayland-core CLI. They have first-class auth paths in the engine.

ProviderIdAuth
AnthropicanthropicAPI key or OAuth (Claude.ai subscription)
OpenAI (and OpenAI-compatible)openaiAPI key, optional base URL
Google Geminigoogle-geminiAPI key (native Generative Language API)
AWS Bedrockaws-bedrockAWS SigV4 (access key, profile, or environment)
Google Vertex AIvertexGCP OAuth2 or service account

Local models reach the engine through the OpenAI-compatible path. See Use a Local Model.

All 32 providers, in the catalog’s render order. The five engine-native providers are marked.

ProviderIdGroupEngine-native
AnthropicanthropicFrontierYes
OpenAIopenaiFrontierYes
Google Geminigoogle-geminiFrontierYes
AWS Bedrockaws-bedrockCloudYes
Google Vertex AIvertexCloudYes
OpenRouteropenrouterOpenNo
GroqgroqOpenNo
xAI GrokxaiFrontierNo
MistralmistralFrontierNo
CoherecohereFrontierNo
PerplexityperplexityOpenNo
Together AItogetherOpenNo
Fireworks AIfireworksOpenNo
CerebrascerebrasOpenNo
ReplicatereplicateOpenNo
Hugging FacehuggingfaceOpenNo
NVIDIA NIMnvidiaOpenNo
AnyscaleanyscaleOpenNo
DeepSeekdeepseekChineseNo
MoonshotmoonshotChineseNo
QwenqwenChineseNo
BaichuanbaichuanChineseNo
YilingyiwanwuChineseNo
Zhipu GLMzhipu-glmChineseNo
MiniMaxminimaxChineseNo
Stability AIstabilityOpenNo
DeepgramdeepgramVoiceNo
AssemblyAIassemblyaiVoiceNo
ElevenLabselevenlabsVoiceNo
Azure OpenAIazureCloudNo
Flux Routerflux-routerOpenNo
OpenAI-compatibleopenai-compatibleOpenNo
  • Frontier and Open providers connect with a single API key. The app recognizes most keys by their prefix and selects the right provider for you.
  • Cloud providers (AWS Bedrock, Google Vertex AI, Azure OpenAI) use a multi-field credential form rather than a single key.
  • Voice providers (Deepgram, AssemblyAI, ElevenLabs) power speech-to-text and text-to-speech. See Set Up Voice.
  • Stability AI and Flux Router are the providers most often paired with image generation. See Set Up Image Generation.
  • OpenAI-compatible is the entry to use for any server that speaks the OpenAI API, including a local Ollama or vLLM endpoint.