Mistral AI · Capability

Mistral AI Mistral Embeddings API — Embeddings

Mistral AI Mistral Embeddings API — Embeddings. 1 operations. Lead operation: Mistral AI Create embeddings. Self-contained Naftiko capability covering one Mistral business surface.

Run with Naftiko MistralEmbeddings

What You Can Do

POST
Createembedding — Mistral AI Create embeddings
/v1/embeddings

MCP Tools

mistral-ai-create-embeddings

Mistral AI Create embeddings

Capability Spec

embeddings-embeddings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mistral AI Mistral Embeddings API — Embeddings
  description: 'Mistral AI Mistral Embeddings API — Embeddings. 1 operations. Lead operation: Mistral AI Create embeddings.
    Self-contained Naftiko capability covering one Mistral business surface.'
  tags:
  - Mistral
  - Embeddings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MISTRAL_API_KEY: MISTRAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: embeddings-embeddings
    baseUri: https://api.mistral.ai/v1
    description: Mistral AI Mistral Embeddings API — Embeddings business capability. Self-contained, no shared references.
    resources:
    - name: embeddings
      path: /embeddings
      operations:
      - name: createembedding
        method: POST
        description: Mistral AI Create embeddings
        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.MISTRAL_API_KEY}}'
  exposes:
  - type: rest
    namespace: embeddings-embeddings-rest
    port: 8080
    description: REST adapter for Mistral AI Mistral Embeddings API — Embeddings. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/embeddings
      name: embeddings
      description: REST surface for embeddings.
      operations:
      - method: POST
        name: createembedding
        description: Mistral AI Create embeddings
        call: embeddings-embeddings.createembedding
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: embeddings-embeddings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Mistral AI Mistral Embeddings API — Embeddings. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: mistral-ai-create-embeddings
      description: Mistral AI Create embeddings
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: embeddings-embeddings.createembedding
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.