opper-api

Installation
SKILL.md

Sub-skill of opper — start there for discovery and setup guidance. Source: https://github.com/opper-ai/opper-skills/blob/main/opper-api/SKILL.md

Opper API

Opper is a gateway in front of LLM providers plus a control plane for the things you build on top. The gateway is one connection to 300+ models across all major providers (OpenAI, Anthropic, Google, Mistral, …), EU-hosted and GDPR-compliant. The control plane covers five capabilities:

  • Route — call any supported model through one key, no provider-specific SDKs or credentials.
  • Observe — every call yields a trace with input, output, latency, cost, and model used; attach metrics and evaluations to track quality over time.
  • Steer — improve quality through feedback loops; save good outputs as examples and build evaluation datasets.
  • Guard — guardrails at the infrastructure level (PII removal, content filtering, budget limits) before data reaches the model.
  • Comply — follows European data protection directives and security standards, including GDPR.

The HTTP API at https://api.opper.ai is the foundation — every SDK and the CLI talk to it. The v3 surface self-identifies as "Task API" (v3.0.0).

Concepts: docs.opper.ai/overview/about. Getting started: docs.opper.ai/overview/getting-started.

Pick your endpoint

Installs
18
GitHub Stars
1
First Seen
Feb 2, 2026
opper-api — opper-ai/opper-skills