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

PPLX Embed Context v1 4B - access through LLMTR

A stronger contextual embedding for document-heavy systems that want better retrieval quality in larger RAG setups.

Technical specifications

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

Pricing

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

OperationMetricUnitPrice
EMBEDDINGSINPUT_TEXTPER_1M_TOKENS$0.050000

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-4b","messages":[{"role":"user","content":"Hello"}]}'

Related models