PublicAI / publicai/apertus-v1.5-70b

Apertus v1.5 70B - access through LLMTR

Apertus v1.5 70B is the largest model in the family and handles text and image input together. Its 262,144-token context window lets it work through long documents, codebases, and multi-turn conversations in a single request. It produces stronger results than the 8B version on quality-sensitive work such as information synthesis, analysis, multilingual assistant flows, content drafting, and coding help. It supports function calling and JSON-formatted output, so it works with tool-calling code and chat applications. Images must be supplied as base64 data URLs.

Technical specifications

Canonical IDpublicai/apertus-v1.5-70b
ProviderPublicAI
Context window262,144 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$0.820000
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$2.92

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":"publicai/apertus-v1.5-70b","messages":[{"role":"user","content":"Hello"}]}'

Related models