Hyperbolic · Capability

Hyperbolic Image Generation API — Image

Hyperbolic Image Generation API — Image. 1 operations. Lead operation: Hyperbolic Generate An Image. Self-contained Naftiko capability covering one Hyperbolic business surface.

Hyperbolic Image Generation API — Image 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/image/generation.

The capability includes 1 state-changing operation. Lead operation: Hyperbolic Generate An Image. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Hyperbolic, Image Generation, Diffusion, and Inference.

Run with Naftiko HyperbolicImage GenerationDiffusionInference

What You Can Do

POST
Generateimage — Hyperbolic Generate An Image
/v1/image/generation

MCP Tools

hyperbolic-generate-image

Hyperbolic Generate An Image

Capability Spec

inference-image-generation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Hyperbolic Image Generation API — Image
  description: 'Hyperbolic Image Generation API — Image. 1 operations. Lead operation: Hyperbolic Generate
    An Image. Self-contained Naftiko capability covering one Hyperbolic business surface.'
  tags:
  - Hyperbolic
  - Image Generation
  - Diffusion
  - 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-image-generation
    baseUri: https://api.hyperbolic.xyz
    description: Hyperbolic Image Generation business capability. Self-contained, no shared references.
    resources:
    - name: v1-image-generation
      path: /v1/image/generation
      operations:
      - name: generateimage
        method: POST
        description: Hyperbolic Generate An Image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON) — model_name, prompt, steps, cfg_scale, height, width.
          required: true
    authentication:
      type: bearer
      value: '{{env.HYPERBOLIC_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: inference-image-generation-rest
    port: 8080
    description: REST adapter for Hyperbolic Image Generation.
    resources:
    - path: /v1/image/generation
      name: v1-image-generation
      description: REST surface for /v1/image/generation.
      operations:
      - method: POST
        name: generateimage
        description: Hyperbolic Generate An Image
        call: inference-image-generation.generateimage
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: inference-image-generation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Hyperbolic Image Generation.
    tools:
    - name: hyperbolic-generate-image
      description: Hyperbolic Generate An Image
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: inference-image-generation.generateimage
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.