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