International Business Machines IBM Speech to Text API — Custom Language Models

International Business Machines IBM Speech to Text API — Custom Language Models. 2 operations. Lead operation: International Business Machines List custom language models. Self-contained Naftiko capability covering one International Business Machines business surface.

Run with Naftiko International Business MachinesCustom Language Models

What You Can Do

GET
Listlanguagemodels — International Business Machines List custom language models
/v1/v1/customizations
POST
Createlanguagemodel — International Business Machines Create a custom language model
/v1/v1/customizations

MCP Tools

international-business-machines-list-custom

International Business Machines List custom language models

read-only idempotent
international-business-machines-create-custom

International Business Machines Create a custom language model

Capability Spec

ibm-speech-to-text-custom-language-models.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: International Business Machines IBM Speech to Text API — Custom Language Models
  description: 'International Business Machines IBM Speech to Text API — Custom Language Models. 2 operations. Lead operation:
    International Business Machines List custom language models. Self-contained Naftiko capability covering one International
    Business Machines business surface.'
  tags:
  - International Business Machines
  - Custom Language Models
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INTERNATIONAL_BUSINESS_MACHINES_API_KEY: INTERNATIONAL_BUSINESS_MACHINES_API_KEY
capability:
  consumes:
  - type: http
    namespace: ibm-speech-to-text-custom-language-models
    baseUri: https://api.us-south.speech-to-text.watson.cloud.ibm.com
    description: International Business Machines IBM Speech to Text API — Custom Language Models business capability. Self-contained,
      no shared references.
    resources:
    - name: v1-customizations
      path: /v1/customizations
      operations:
      - name: listlanguagemodels
        method: GET
        description: International Business Machines List custom language models
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createlanguagemodel
        method: POST
        description: International Business Machines Create a custom language model
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.INTERNATIONAL_BUSINESS_MACHINES_API_KEY}}'
  exposes:
  - type: rest
    namespace: ibm-speech-to-text-custom-language-models-rest
    port: 8080
    description: REST adapter for International Business Machines IBM Speech to Text API — Custom Language Models. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/customizations
      name: v1-customizations
      description: REST surface for v1-customizations.
      operations:
      - method: GET
        name: listlanguagemodels
        description: International Business Machines List custom language models
        call: ibm-speech-to-text-custom-language-models.listlanguagemodels
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createlanguagemodel
        description: International Business Machines Create a custom language model
        call: ibm-speech-to-text-custom-language-models.createlanguagemodel
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ibm-speech-to-text-custom-language-models-mcp
    port: 9090
    transport: http
    description: MCP adapter for International Business Machines IBM Speech to Text API — Custom Language Models. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: international-business-machines-list-custom
      description: International Business Machines List custom language models
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ibm-speech-to-text-custom-language-models.listlanguagemodels
      outputParameters:
      - type: object
        mapping: $.
    - name: international-business-machines-create-custom
      description: International Business Machines Create a custom language model
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ibm-speech-to-text-custom-language-models.createlanguagemodel
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.