> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getpioneer.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Providers

> Supported cloud, local, and OpenAI-compatible model API providers.

This page lists the supported provider integrations in more detail. Use the connection flow in [Providers Overview](/providers/overview), unless the provider requires extra environment or endpoint settings.

## Direct cloud providers

Pioneer supports direct integrations for Anthropic, OpenAI, Google Gemini, OpenRouter, Azure OpenAI, AWS Bedrock, Copilot, GLM/Zhipu, and Telnyx.

## Local runtimes

Pioneer has first-class support for Ollama.

For local runtimes, local means local to the gateway. If the desktop or mobile app connects to a remote gateway, install the runtime or make it reachable on that remote host.

Pioneer also supports local OpenAI-compatible servers through compatibility adapters: LM Studio, llama.cpp, SGLang, vLLM, Osaurus, and LiteLLM.

## CLI agent runtimes

CLI-backed agent runtimes are configured separately from ordinary API providers. The main supported path today is Codex CLI.

CLI runtimes depend on the CLI tool being installed and authenticated on the gateway host. See [CLI Runtime API](/protocol/cli-runtime) for implementation details.

## OpenAI-compatible providers

Many hosted providers expose OpenAI-compatible APIs. Pioneer can work with providers such as Groq, Mistral, xAI, DeepSeek, Together, Fireworks, Novita, Perplexity, Cohere, Venice, Cerebras, SambaNova, Hyperbolic, DeepInfra, Hugging Face, AI21, Reka, Baseten, Nscale, Anyscale, Nebius, Friendli, Lepton, SiliconFlow, AIHubMix, Astrai, StepFun, Baichuan, Yi, Hunyuan, OVHcloud, NVIDIA NIM, Synthetic, Doubao, and Qianfan.

For these providers, the usual requirements are a provider entry in Pioneer, an API key or token, a base URL when needed, and an exact model ID.

## Further reading

* [Providers Architecture](/architecture/providers) explains how direct and OpenAI-compatible provider integrations are implemented.
* [CLI Runtime Architecture](/architecture/cli-runtime) explains why CLI-backed runtimes are separate from ordinary API providers.
* [CLI Runtime API](/protocol/cli-runtime) documents the method and notification contract.
