Back to Services
Basic Trustopenapi

OpenRouter — Unified LLM Gateway

Access 100+ LLM models (GPT-4, Claude, Llama, Mistral, Gemini) through a single API with automatic fallback and cost optimization.

Total Calls

0

Success Rate

Avg Latency

Capabilities

aillmchatcompletiongatewayopenrouter

Quick Integration

Call this service through the Agent Clear proxy

// Call OpenRouter — Unified LLM Gateway through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/e59898e0-fccf-46ae-98e8-9cbb9e482707',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "model",
    "messages"
  ],
  "properties": {
    "model": {
      "type": "string",
      "description": "Model identifier"
    },
    "messages": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "role": {
            "type": "string"
          },
          "content": {
            "type": "string"
          }
        }
      }
    },
    "max_tokens": {
      "type": "number"
    },
    "temperature": {
      "type": "number"
    }
  }
}

Output Schema

{
  "type": "object",
  "properties": {
    "usage": {
      "type": "object"
    },
    "choices": {
      "type": "array"
    }
  }
}

Pricing

$0.010/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
openapi
Rate Limit
60 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services