Skip to main content
Tuning Engines exposes an OpenAI-compatible endpoint for teams that want Agno agents to run through a governed AI control plane. Agno owns the agent behavior, tools, memory, and orchestration, while Tuning Engines centralizes model access, policy checks, audit logs, traces, and usage/cost reporting.

Authentication

Create a Tuning Engines inference key and enable the model alias you want the agent to use.

Example

Use Agno’s TuningEngines model provider:

Params

TuningEngines extends OpenAILike, so it supports the same OpenAI-compatible model parameters documented in OpenAI Like.
For a runnable example, see the Tuning Engines cookbook in the Agno repository.