Agno

Agno

Agno is an AI-native API routing and fallback system, optimized for multi-model calls. You can use Uniport as a primary or fallback route.

🔧 How to Integrate

  1. In your Agno dashboard or .agno.config.js, register Uniport as a backend:

jsCopyEdit{
  provider: "uniport",
  baseUrl: "https://api.uniportai.site/v1",
  apiKey: process.env.UNIPORT_API_KEY,
  compatibleWith: "openai"
}
  1. Set model fallbacks:

jsCopyEditmodels: ["gpt-4@uniport", "claude-3-sonnet@openrouter"]

Last updated