embed
Embeds the given text using the OpenRouter embeddings API.
Return
A list of floating-point values representing the embedding vector.
Parameters
text
The text to embed.
model
The model to use for embedding. Must have the LLMCapability.Embed capability.
Throws
if the model does not have the Embed capability.
Batch embedding is not supported by the OpenRouter API.
Throws
Always thrown.