Mixedbread · Capability

Mixedbread Embeddings — Create Embeddings

Mixedbread Embeddings — Create Embeddings. 1 operations. Self-contained Naftiko capability covering one Mixedbread business surface.

Mixedbread Embeddings — Create Embeddings is a Naftiko capability published by Mixedbread, one of 15 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Mixedbread and Embeddings.

Run with Naftiko MixedbreadEmbeddings

Capability Spec

embeddings-embeddings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mixedbread Embeddings — Create Embeddings
  description: 'Mixedbread Embeddings — Create Embeddings. 1 operations. Self-contained Naftiko capability covering one Mixedbread business surface.'
  tags:
    - Mixedbread
    - Embeddings
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      MXBAI_API_KEY: MXBAI_API_KEY
capability:
  consumes:
    - type: http
      namespace: embeddings-embeddings
      baseUri: https://api.mixedbread.com
      description: Mixedbread Embeddings — Create Embeddings business capability. Self-contained, no shared references.
      resources:
        - name: v1-embeddings
          path: /v1/embeddings
          operations:
            - name: createembeddings
              method: POST
              description: Create embeddings for text and images
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
      authentication:
        type: apikey
        key: authorization
        value: 'Bearer {{env.MXBAI_API_KEY}}'
        placement: header
  exposes:
    - type: rest
      namespace: embeddings-embeddings-rest
      port: 8080
      description: REST adapter for Mixedbread Embeddings — Create Embeddings. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources: []