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
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/integrations/embeddings.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Generate embeddings from text using OpenAI's embedding models
57
57
58
58
### OpenRouter Embeddings
59
59
60
-
Generate embeddings from OpenAI embedding models through OpenRouter
60
+
Generate embeddings through OpenRouter
61
61
62
62
#### Input
63
63
@@ -67,7 +67,7 @@ Generate embeddings from OpenAI embedding models through OpenRouter
67
67
|`model`| string | No | Embedding model to use |
68
68
|`taskType`| string | No | What the embedding is for, when the model supports task conditioning: document, query, similarity, classification, or clustering |
69
69
|`dimensions`| number | No | Output dimensions, when the model supports truncation. Defaults to native. |
70
-
|`apiKey`| string |No|OpenRouter API key; optional on self-hosted deployments with OPENROUTER_API_KEY configured|
70
+
|`apiKey`| string |Yes| API key for the selected embedding provider|
0 commit comments