Hyperbolic · Capability

Hyperbolic Models API — Models

Hyperbolic Models API — Models. 1 operations. Lead operation: Hyperbolic List Models. Self-contained Naftiko capability covering one Hyperbolic business surface.

Hyperbolic Models API — Models is a Naftiko capability published by Hyperbolic, one of 5 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/models.

The capability includes 1 read-only operation. Lead operation: Hyperbolic List Models. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Hyperbolic, Models, and Inference.

Run with Naftiko HyperbolicModelsInference

What You Can Do

GET
Listmodels — Hyperbolic List Models
/v1/models

MCP Tools

hyperbolic-list-models

Hyperbolic List Models

read-only idempotent

Capability Spec

inference-models.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Hyperbolic Models API — Models
  description: 'Hyperbolic Models API — Models. 1 operations. Lead operation: Hyperbolic List Models.
    Self-contained Naftiko capability covering one Hyperbolic business surface.'
  tags:
  - Hyperbolic
  - Models
  - Inference
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    HYPERBOLIC_API_KEY: HYPERBOLIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: inference-models
    baseUri: https://api.hyperbolic.xyz
    description: Hyperbolic Models discovery capability. Self-contained, no shared references.
    resources:
    - name: v1-models
      path: /v1/models
      operations:
      - name: listmodels
        method: GET
        description: Hyperbolic List Models
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      value: '{{env.HYPERBOLIC_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: inference-models-rest
    port: 8080
    description: REST adapter for Hyperbolic Models.
    resources:
    - path: /v1/models
      name: v1-models
      description: REST surface for /v1/models.
      operations:
      - method: GET
        name: listmodels
        description: Hyperbolic List Models
        call: inference-models.listmodels
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: inference-models-mcp
    port: 9090
    transport: http
    description: MCP adapter for Hyperbolic Models.
    tools:
    - name: hyperbolic-list-models
      description: Hyperbolic List Models
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: inference-models.listmodels
      outputParameters:
      - type: object
        mapping: $.