All examples
LOCK

Summarize long documents

Process legal briefs, research papers, or technical specs with models that handle up to 1M tokens of context.

Kimi-K2-6

200K context window. Ideal for contracts, essays, and mid-length reports.

200K tokensFast inferenceChinese + English
Llama-4-Maverick

1M context window. Built for book-length documents and multi-file analysis.

1M tokensOpen weightsMultilingual

Quick start

curl https://api.meridian.ai/v1/chat/completions \
  -H "Authorization: Bearer $MERIDIAN_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k2-6",
    "messages": [
      {"role": "system", "content": "Summarize concisely."},
      {"role": "user", "content": "<paste document here>"}
    ]
  }'