Skip to main content
Summarize long-form content — articles, meeting transcripts, research papers, support tickets — using open-source and frontier models through a single API endpoint.

Single-document summary


Structured summary with key points


Long documents with Gemini Flash

For documents exceeding 128K tokens — full research papers, legal contracts — use Gemini 2.5 Flash with its 1M-token context window:

Batch summarization


Tips

  • Lower temperature (0.2–0.3) produces more faithful summaries.
  • DeepSeek-V3 is the best cost-to-quality ratio for most summarization tasks.
  • Gemini 2.5 Flash is the choice when the source document exceeds 128K tokens.

Next steps