DeepSeek · Capability

DeepSeek FIM Completion — Completions

DeepSeek FIM Completion — Completions. 1 operations. Lead operation: DeepSeek Create FIM Completion. Self-contained Naftiko capability covering one Deepseek business surface.

Run with Naftiko DeepseekCompletions

What You Can Do

POST
Createfimcompletion — DeepSeek Create FIM Completion
/v1/completions

MCP Tools

deepseek-create-fim-completion

DeepSeek Create FIM Completion

Capability Spec

fim-completion-completions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: DeepSeek FIM Completion — Completions
  description: 'DeepSeek FIM Completion — Completions. 1 operations. Lead operation: DeepSeek Create FIM Completion. Self-contained
    Naftiko capability covering one Deepseek business surface.'
  tags:
  - Deepseek
  - Completions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEEPSEEK_API_KEY: DEEPSEEK_API_KEY
capability:
  consumes:
  - type: http
    namespace: fim-completion-completions
    baseUri: https://api.deepseek.com/beta
    description: DeepSeek FIM Completion — Completions business capability. Self-contained, no shared references.
    resources:
    - name: completions
      path: /completions
      operations:
      - name: createfimcompletion
        method: POST
        description: DeepSeek Create FIM Completion
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: fim-completion-completions-rest
    port: 8080
    description: REST adapter for DeepSeek FIM Completion — Completions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/completions
      name: completions
      description: REST surface for completions.
      operations:
      - method: POST
        name: createfimcompletion
        description: DeepSeek Create FIM Completion
        call: fim-completion-completions.createfimcompletion
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fim-completion-completions-mcp
    port: 9090
    transport: http
    description: MCP adapter for DeepSeek FIM Completion — Completions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: deepseek-create-fim-completion
      description: DeepSeek Create FIM Completion
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: fim-completion-completions.createfimcompletion
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.