Hyperbolic · Capability

Hyperbolic Chat Completions API — Chat

Hyperbolic Chat Completions API — Chat. 1 operations. Lead operation: Hyperbolic Create A Chat Completion. Self-contained Naftiko capability covering one Hyperbolic business surface.

Hyperbolic Chat Completions API — Chat 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 POST method rooted at /v1/chat/completions.

The capability includes 1 state-changing operation. Lead operation: Hyperbolic Create A Chat Completion. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Hyperbolic, Chat Completions, and Inference.

Run with Naftiko HyperbolicChat CompletionsInference

What You Can Do

POST
Createchatcompletion — Hyperbolic Create A Chat Completion
/v1/chat/completions

MCP Tools

hyperbolic-create-chat-completion

Hyperbolic Create A Chat Completion

Capability Spec

inference-chat-completions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Hyperbolic Chat Completions API — Chat
  description: 'Hyperbolic Chat Completions API — Chat. 1 operations. Lead operation: Hyperbolic Create A Chat
    Completion. Self-contained Naftiko capability covering one Hyperbolic business surface.'
  tags:
  - Hyperbolic
  - Chat Completions
  - 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-chat-completions
    baseUri: https://api.hyperbolic.xyz
    description: Hyperbolic Chat Completions business capability. Self-contained, no shared references.
    resources:
    - name: v1-chat-completions
      path: /v1/chat/completions
      operations:
      - name: createchatcompletion
        method: POST
        description: Hyperbolic Create A Chat Completion
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON) — OpenAI-compatible chat completion request.
          required: true
    authentication:
      type: bearer
      value: '{{env.HYPERBOLIC_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: inference-chat-completions-rest
    port: 8080
    description: REST adapter for Hyperbolic Chat Completions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/chat/completions
      name: v1-chat-completions
      description: REST surface for /v1/chat/completions.
      operations:
      - method: POST
        name: createchatcompletion
        description: Hyperbolic Create A Chat Completion
        call: inference-chat-completions.createchatcompletion
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: inference-chat-completions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Hyperbolic Chat Completions. One tool per consumed operation.
    tools:
    - name: hyperbolic-create-chat-completion
      description: Hyperbolic Create A Chat Completion
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: inference-chat-completions.createchatcompletion
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.