Skip to main content
TrueForge works with the major model providers and any OpenAI-compatible endpoint. Configure credentials once under Settings → Models. Agents reference models by name — agent definitions never contain API keys.

Supported providers

Configuring a standard provider

Open Settings → Models, pick a provider, and paste your API key. Models from that provider become available immediately in the agent model selector.
The provider list comes from the shipped model catalog — see Initial Setup for how catalogs work and how to change what the UI offers.

Adding a custom provider

Use the custom provider type for vLLM, Ollama, a corporate gateway, or any other OpenAI-compatible API. Custom providers are not in the catalog — you add them yourself with a base URL, API key, and the model IDs you want exposed.
The Add custom provider dialog filled for a Groq endpoint — name, base URL, an optional API key, a model with its ID and name, and Advanced context length and max output tokens

The Add custom provider dialog — connect any OpenAI-compatible endpoint with a base URL, an optional API key, and one or more models (each with its context length and max output tokens).

Planned: automatic model selection for different turns or subagents. Today each agent uses the model you configure. In the future, TrueForge will be able to pick among a set of models per turn or subagent based on task complexity, latency, and cost.