Documentation Index
Fetch the complete documentation index at: https://docs.phala.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request Body
Embedding model ID.Examples:
qwen/qwen3-embedding-8b, sentence-transformers/all-minilm-l6-v2.Input text or list of inputs to embed.
Embedding encoding format. Common values are
float and base64.Requested output dimensions, when supported by the selected model.
Examples
Response
Common Models
| Model | Dimensions | Context | Notes |
|---|---|---|---|
qwen/qwen3-embedding-8b | 4096 | 32K | Large confidential embedding model |
sentence-transformers/all-minilm-l6-v2 | 384 | 512 | Low-cost compact embedding model |

