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: $.