naftiko: 1.0.0-alpha2 info: label: NVIDIA NIM Chat Completions description: 'NVIDIA NIM Chat Completions — OpenAI-compatible chat completions across 100+ foundation models.' tags: - NVIDIA - NIM - Chat - OpenAI Compatible created: '2026-05-25' modified: '2026-05-25' binds: - namespace: env keys: NVIDIA_API_KEY: NVIDIA_API_KEY capability: consumes: - type: http namespace: chat-completions baseUri: https://integrate.api.nvidia.com description: NVIDIA NIM hosted chat completions surface. resources: - name: chat-completions path: /v1/chat/completions operations: - name: createchatcompletion method: POST description: Create A Chat Completion outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer value: '{{env.NVIDIA_API_KEY}}' placement: header exposes: - type: rest namespace: chat-completions-rest port: 8080 description: REST adapter for NVIDIA NIM chat completions. resources: - path: /v1/chat/completions name: chat-completions description: REST surface for chat completions. operations: - method: POST name: createchatcompletion description: Create A Chat Completion call: chat-completions.createchatcompletion with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: chat-completions-mcp port: 9090 transport: http description: MCP adapter for NVIDIA NIM chat completions. tools: - name: nvidia-nim-chat description: Create A Chat Completion hints: readOnly: false destructive: false idempotent: false call: chat-completions.createchatcompletion with: body: tools.body outputParameters: - type: object mapping: $.