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

PPLX Embed v1 4B - access through LLMTR

A stronger standard embedding for teams that want better semantic separation and retrieval quality than the smaller variant.

Technical specifications

Canonical IDperplexity/pplx-embed-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.030000

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

Related models