Skip to main content
Lucid agents can use any hosted LLM provider without managing infrastructure. TrustGate acts as a unified proxy, routing requests to the right provider while automatically generating cryptographic receipts for every call.

Supported Providers

TrustGate uses LiteLLM wildcard routing, so any model from a configured provider works immediately — no config changes needed when providers release new models. Models with format=api are always marked as available since they route through TrustGate and require no dedicated compute.

Launching an Agent with a Hosted Model

Using the CLI (Path B — no-code):
This deploys the pre-built base runtime image which routes inference through TrustGate automatically. You do not need your own API keys — TrustGate manages provider credentials.

Using the API Directly

All hosted models are accessible through the OpenAI-compatible inference endpoint:
Unprefixed model names also work for common models (e.g., gpt-4o maps to openai/gpt-4o).

Listing Available Models

The ?available=true filter returns only models that can serve inference now. For hosted models this is always true. For self-hosted models (format=safetensors or gguf), availability depends on healthy compute nodes with compatible hardware and a recent heartbeat (within 30 seconds).