Microsoft Azure · Capability

Microsoft Azure Azure OpenAI API version 2023-10-01-preview — Fine-Tunes:

Microsoft Azure Azure OpenAI API version 2023-10-01-preview — Fine-Tunes:. 6 operations. Lead operation: Microsoft Azure Gets A List Of All Fine Tune Jobs Owned By The Azure Openai Resource the Details That Are Returned For Each Fine Tune Job Contain Besides Its Identifier the Base Model, Training And Validation Files, Hyper Parameters, Time Stamps, Status And Events events Are Created When T

Run with Naftiko Microsoft AzureFine-Tunes:

What You Can Do

GET
Microsoftazurefinetuneslist — Microsoft Azure Gets A List Of All Fine Tune Jobs Owned By The Azure Openai Resource
/v1/fine-tunes
POST
Microsoftazurefinetunescreate — Microsoft Azure Creates A Job That Fine Tunes A Specified Model From A Given Training File
/v1/fine-tunes
GET
Microsoftazurefinetunesget — Microsoft Azure Gets Details For A Single Fine Tune Job Specified By The Given Fine Tune Id
/v1/fine-tunes/{fine-tune-id}
DELETE
Microsoftazurefinetunesdelete — Microsoft Azure Deletes The Fine Tune Job Specified By The Given Fine Tune Id
/v1/fine-tunes/{fine-tune-id}
POST
Microsoftazurefinetunescancel — Microsoft Azure Cancels The Processing Of The Fine Tune Job Specified By The Given Fine Tune Id
/v1/fine-tunes/{fine-tune-id}/cancel
GET
Microsoftazurefinetunesgetevents — Microsoft Azure Gets The Events For The Fine Tune Job Specified By The Given Fine Tune Id
/v1/fine-tunes/{fine-tune-id}/events

MCP Tools

microsoft-azure-gets-list-all

Microsoft Azure Gets A List Of All Fine Tune Jobs Owned By The Azure Openai Resource

read-only idempotent
microsoft-azure-creates-job-that

Microsoft Azure Creates A Job That Fine Tunes A Specified Model From A Given Training File

microsoft-azure-gets-details-single

Microsoft Azure Gets Details For A Single Fine Tune Job Specified By The Given Fine Tune Id

read-only idempotent
microsoft-azure-deletes-fine-tune

Microsoft Azure Deletes The Fine Tune Job Specified By The Given Fine Tune Id

idempotent
microsoft-azure-cancels-processing-fine

Microsoft Azure Cancels The Processing Of The Fine Tune Job Specified By The Given Fine Tune Id

microsoft-azure-gets-events-fine

Microsoft Azure Gets The Events For The Fine Tune Job Specified By The Given Fine Tune Id

read-only idempotent

Capability Spec

azure-openai-api-version-2023-10-01-preview-fine-tunes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Microsoft Azure Azure OpenAI API version 2023-10-01-preview — Fine-Tunes:'
  description: "Microsoft Azure Azure OpenAI API version 2023-10-01-preview — Fine-Tunes:. 6 operations. Lead operation: Microsoft\
    \ Azure Gets A List Of All Fine Tune Jobs Owned By The Azure Openai Resource \r\nthe Details That Are Returned For Each\
    \ Fine Tune Job Contain Besides Its Identifier\r\nthe Base Model, Training And Validation Files, Hyper Parameters, Time\
    \ Stamps, Status And Events \r\nevents Are Created When T"
  tags:
  - Microsoft Azure
  - 'Fine-Tunes:'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-openai-api-version-2023-10-01-preview-fine-tunes
    baseUri: ''
    description: 'Microsoft Azure Azure OpenAI API version 2023-10-01-preview — Fine-Tunes: business capability. Self-contained,
      no shared references.'
    resources:
    - name: fine-tunes
      path: /fine-tunes
      operations:
      - name: microsoftazurefinetuneslist
        method: GET
        description: "Microsoft Azure Gets A List Of All Fine Tune Jobs Owned By The Azure Openai Resource \r"
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurefinetunescreate
        method: POST
        description: "Microsoft Azure Creates A Job That Fine Tunes A Specified Model From A Given Training File \r"
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fineTune
          in: body
          type: string
          description: "The specification of the fine-tuned model to create.\r"
          required: true
    - name: fine-tunes-fine-tune-id
      path: /fine-tunes/{fine-tune-id}
      operations:
      - name: microsoftazurefinetunesget
        method: GET
        description: "Microsoft Azure Gets Details For A Single Fine Tune Job Specified By The Given Fine Tune Id \r"
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fine-tune-id
          in: path
          type: string
          description: The identifier of the fine-tune job.
          required: true
      - name: microsoftazurefinetunesdelete
        method: DELETE
        description: Microsoft Azure Deletes The Fine Tune Job Specified By The Given Fine Tune Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fine-tune-id
          in: path
          type: string
          description: The identifier of the fine-tune job.
          required: true
    - name: fine-tunes-fine-tune-id-cancel
      path: /fine-tunes/{fine-tune-id}/cancel
      operations:
      - name: microsoftazurefinetunescancel
        method: POST
        description: Microsoft Azure Cancels The Processing Of The Fine Tune Job Specified By The Given Fine Tune Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fine-tune-id
          in: path
          type: string
          description: The identifier of the fine-tune job.
          required: true
    - name: fine-tunes-fine-tune-id-events
      path: /fine-tunes/{fine-tune-id}/events
      operations:
      - name: microsoftazurefinetunesgetevents
        method: GET
        description: "Microsoft Azure Gets The Events For The Fine Tune Job Specified By The Given Fine Tune Id \r"
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fine-tune-id
          in: path
          type: string
          description: The identifier of the fine-tune job.
          required: true
        - name: stream
          in: query
          type: boolean
          description: "A flag indicating whether to stream events for the fine-tune job. If set to true,\r"
  exposes:
  - type: rest
    namespace: azure-openai-api-version-2023-10-01-preview-fine-tunes-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure OpenAI API version 2023-10-01-preview — Fine-Tunes:. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/fine-tunes
      name: fine-tunes
      description: REST surface for fine-tunes.
      operations:
      - method: GET
        name: microsoftazurefinetuneslist
        description: "Microsoft Azure Gets A List Of All Fine Tune Jobs Owned By The Azure Openai Resource \r"
        call: azure-openai-api-version-2023-10-01-preview-fine-tunes.microsoftazurefinetuneslist
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: microsoftazurefinetunescreate
        description: "Microsoft Azure Creates A Job That Fine Tunes A Specified Model From A Given Training File \r"
        call: azure-openai-api-version-2023-10-01-preview-fine-tunes.microsoftazurefinetunescreate
        with:
          fineTune: rest.fineTune
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/fine-tunes/{fine-tune-id}
      name: fine-tunes-fine-tune-id
      description: REST surface for fine-tunes-fine-tune-id.
      operations:
      - method: GET
        name: microsoftazurefinetunesget
        description: "Microsoft Azure Gets Details For A Single Fine Tune Job Specified By The Given Fine Tune Id \r"
        call: azure-openai-api-version-2023-10-01-preview-fine-tunes.microsoftazurefinetunesget
        with:
          fine-tune-id: rest.fine-tune-id
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurefinetunesdelete
        description: Microsoft Azure Deletes The Fine Tune Job Specified By The Given Fine Tune Id
        call: azure-openai-api-version-2023-10-01-preview-fine-tunes.microsoftazurefinetunesdelete
        with:
          fine-tune-id: rest.fine-tune-id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/fine-tunes/{fine-tune-id}/cancel
      name: fine-tunes-fine-tune-id-cancel
      description: REST surface for fine-tunes-fine-tune-id-cancel.
      operations:
      - method: POST
        name: microsoftazurefinetunescancel
        description: Microsoft Azure Cancels The Processing Of The Fine Tune Job Specified By The Given Fine Tune Id
        call: azure-openai-api-version-2023-10-01-preview-fine-tunes.microsoftazurefinetunescancel
        with:
          fine-tune-id: rest.fine-tune-id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/fine-tunes/{fine-tune-id}/events
      name: fine-tunes-fine-tune-id-events
      description: REST surface for fine-tunes-fine-tune-id-events.
      operations:
      - method: GET
        name: microsoftazurefinetunesgetevents
        description: "Microsoft Azure Gets The Events For The Fine Tune Job Specified By The Given Fine Tune Id \r"
        call: azure-openai-api-version-2023-10-01-preview-fine-tunes.microsoftazurefinetunesgetevents
        with:
          fine-tune-id: rest.fine-tune-id
          stream: rest.stream
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-openai-api-version-2023-10-01-preview-fine-tunes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure OpenAI API version 2023-10-01-preview — Fine-Tunes:. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-all
      description: "Microsoft Azure Gets A List Of All Fine Tune Jobs Owned By The Azure Openai Resource \r"
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-openai-api-version-2023-10-01-preview-fine-tunes.microsoftazurefinetuneslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-job-that
      description: "Microsoft Azure Creates A Job That Fine Tunes A Specified Model From A Given Training File \r"
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-openai-api-version-2023-10-01-preview-fine-tunes.microsoftazurefinetunescreate
      with:
        fineTune: tools.fineTune
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-details-single
      description: "Microsoft Azure Gets Details For A Single Fine Tune Job Specified By The Given Fine Tune Id \r"
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-openai-api-version-2023-10-01-preview-fine-tunes.microsoftazurefinetunesget
      with:
        fine-tune-id: tools.fine-tune-id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-fine-tune
      description: Microsoft Azure Deletes The Fine Tune Job Specified By The Given Fine Tune Id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-openai-api-version-2023-10-01-preview-fine-tunes.microsoftazurefinetunesdelete
      with:
        fine-tune-id: tools.fine-tune-id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-cancels-processing-fine
      description: Microsoft Azure Cancels The Processing Of The Fine Tune Job Specified By The Given Fine Tune Id
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-openai-api-version-2023-10-01-preview-fine-tunes.microsoftazurefinetunescancel
      with:
        fine-tune-id: tools.fine-tune-id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-events-fine
      description: "Microsoft Azure Gets The Events For The Fine Tune Job Specified By The Given Fine Tune Id \r"
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-openai-api-version-2023-10-01-preview-fine-tunes.microsoftazurefinetunesgetevents
      with:
        fine-tune-id: tools.fine-tune-id
        stream: tools.stream
      outputParameters:
      - type: object
        mapping: $.