You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Unsupported Operations** (❌): Text Completions, Embeddings, Image Generation, Speech, Transcriptions, Files, and Batch are not supported by the upstream Parasail API. These return `UnsupportedOperationError`.
32
+
**Unsupported Operations** (❌): Text Completions, Image Generation, Speech, Transcriptions, Files, and Batch are not supported by the upstream Parasail API. These return `UnsupportedOperationError`.
33
33
</Note>
34
34
35
35
## Setup & Configuration
@@ -139,12 +139,19 @@ Lists available Parasail models with capabilities and context information.
139
139
140
140
---
141
141
142
+
# 4. Embeddings
143
+
144
+
Parasail's OpenAI-compatible `/v1/embeddings` endpoint, used through the standard embeddings interface. Accepts a single string or an array of strings, and `encoding_format` of `float` or `base64`.
145
+
146
+
Embedding models are addressed either by Parasail's own ID or by the underlying HuggingFace ID, for example `parasail-bge-m3` or `BAAI/bge-m3`. Which ones your key can reach comes from `/v1/models`.
147
+
148
+
---
149
+
142
150
## Unsupported Features
143
151
144
152
| Feature | Reason |
145
153
|---------|--------|
146
154
| Text Completions | Not offered by Parasail API |
147
-
| Embedding | Not offered by Parasail API |
148
155
| Image Generation | Not offered by Parasail API |
149
156
| Speech/TTS | Not offered by Parasail API |
150
157
| Transcription/STT | Not offered by Parasail API |
0 commit comments