Perplexity / perplexity/pplx-embed-context-v1-0.6b

PPLX Embed Context v1 0.6B - access through LLMTR

Useful for RAG scenarios where chunks from the same document should be embedded with context awareness. A good fit for paragraph-level document retrieval.

Technical specifications

Canonical IDperplexity/pplx-embed-context-v1-0.6b
ProviderPerplexity
Context window32,000 tokens
OperationsEMBEDDINGS
Modalitiestext, embedding

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
EMBEDDINGSINPUT_TEXTPER_1M_TOKENS$0.008000

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"perplexity/pplx-embed-context-v1-0.6b","messages":[{"role":"user","content":"Hello"}]}'

Related models