Status: Live as NE-Embed. HTTP
POST /v1/embeddings ships on the licensed image, on request.MWirelabs/ne-embed (CC-BY-4.0). Used by NE-Agent. Not a substitute for Lemka speech.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NE-Embed weights are live. HTTP on the licensed image.
POST /v1/embeddings ships on the licensed image, on request.MWirelabs/ne-embed (CC-BY-4.0). Used by NE-Agent. Not a substitute for Lemka speech.
POST https://<HOST>/v1/embeddings
Authorization: Bearer <API_KEY>
| Field | Type | Required | Description |
|---|---|---|---|
input | string or string[] | Yes | Text to embed. |
language | string | No | Language hint. |
{
"embeddings": [[0.01, 0.02]],
"request_id": "req_8f2a1c"
}
