NVIDIA NIM · Capability

NVIDIA NIM Chat Completions

NVIDIA NIM Chat Completions — OpenAI-compatible chat completions across 100+ foundation models.

NVIDIA NIM Chat Completions is a Naftiko capability published by NVIDIA NIM, one of 11 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: Create A Chat Completion. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include NVIDIA, NIM, Chat, and OpenAI Compatible.

Run with Naftiko NVIDIANIMChatOpenAI Compatible

What You Can Do

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

MCP Tools

nvidia-nim-chat

Create A Chat Completion

Capability Spec

chat-completions-chat.yaml Raw ↑
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: $.