Hugging Face · Capability

Hugging Face Inference Endpoints API — Providers

Hugging Face Inference Endpoints API — Providers. 1 operations. Lead operation: List Available Providers. Self-contained Naftiko capability covering one Hugging Face business surface.

Run with Naftiko Hugging FaceProviders

What You Can Do

GET
Listproviders — List Available Providers
/v1/provider

MCP Tools

list-available-providers

List Available Providers

read-only idempotent

Capability Spec

inference-endpoints-providers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Hugging Face Inference Endpoints API — Providers
  description: 'Hugging Face Inference Endpoints API — Providers. 1 operations. Lead operation: List Available Providers.
    Self-contained Naftiko capability covering one Hugging Face business surface.'
  tags:
  - Hugging Face
  - Providers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUGGING_FACE_API_KEY: HUGGING_FACE_API_KEY
capability:
  consumes:
  - type: http
    namespace: inference-endpoints-providers
    baseUri: https://api.endpoints.huggingface.cloud/v2
    description: Hugging Face Inference Endpoints API — Providers business capability. Self-contained, no shared references.
    resources:
    - name: provider
      path: /provider
      operations:
      - name: listproviders
        method: GET
        description: List Available Providers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.HUGGING_FACE_API_KEY}}'
  exposes:
  - type: rest
    namespace: inference-endpoints-providers-rest
    port: 8080
    description: REST adapter for Hugging Face Inference Endpoints API — Providers. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/provider
      name: provider
      description: REST surface for provider.
      operations:
      - method: GET
        name: listproviders
        description: List Available Providers
        call: inference-endpoints-providers.listproviders
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: inference-endpoints-providers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Hugging Face Inference Endpoints API — Providers. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-available-providers
      description: List Available Providers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: inference-endpoints-providers.listproviders
      outputParameters:
      - type: object
        mapping: $.