Parasail · Capability

Inference Embeddings

Inference Embeddings is a Naftiko capability published by Parasail, one of 6 capabilities the APIs.io network indexes for this provider.

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

Run with Naftiko

Capability Spec

inference-embeddings.yaml Raw ↑
name: parasail-inference-embeddings
description: |
  Generate vector embeddings for one or more inputs against Parasail's serverless embedding
  models, using the OpenAI-compatible /v1/embeddings endpoint. Designed for RAG, semantic
  search, similarity, and clustering workloads.
provider: parasail
api: parasail-inference-api
operations:
  - operationId: createEmbedding
    method: POST
    path: /embeddings
inputs:
  - name: model
    required: true
  - name: input
    required: true
outputs:
  - name: embeddings
    description: Float (or base64-encoded) vector embeddings and token usage.