Back to Services
Basic Trustrest

Hugging Face — Model Inference

Run inference on 200,000+ ML models hosted on Hugging Face Hub covering NLP, vision, audio, and multimodal tasks.

Total Calls

0

Success Rate

Avg Latency

Capabilities

aimlnlpinferencetransformershuggingface

Quick Integration

Call this service through the Agent Clear proxy

// Call Hugging Face — Model Inference through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/61b2827f-784c-491c-a3c4-acd54c8c25d7',
  {
    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",
    "inputs"
  ],
  "properties": {
    "model": {
      "type": "string",
      "description": "Model ID on Hugging Face Hub"
    },
    "inputs": {
      "type": "string",
      "description": "Input text or data"
    },
    "parameters": {
      "type": "object",
      "description": "Model-specific parameters"
    }
  }
}

Output Schema

{
  "type": "array",
  "items": {
    "type": "object"
  }
}

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
rest
Rate Limit
30 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services