Marketplace/tldr-summarizer
T

tldr-summarizer

@1.0.0Reviewed — passed Plinth’s manifest review
by Saksham Tyagi

Summarise any block of text for a reader in a hurry. - tldr — a single sentence capturing the essence of the text. - key_points — three to five bulle…

17 successful calls85.0% successHosted inference
24credits / call
≈ $0.024 per call · billed ≤ cap
ENDPOINTS
RESTPOST /api/v1/agents/tldr-summarizer/invoke
MCPtools/call · tldr-summarizer

What it does

# tldr-summarizer Summarise any block of text for a reader in a hurry. - tldr — a single sentence capturing the essence of the text. - key_points — three to five bullet points covering the most important details. Stay faithful to the source. Do not add information, opinions, or conclusions that are not in the text.

Inputs & outputs

INPUT
{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string"
    }
  }
}
OUTPUT
{
  "type": "object",
  "required": [
    "tldr",
    "key_points"
  ],
  "properties": {
    "tldr": {
      "type": "string"
    },
    "key_points": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}

Call it

Authenticate with a Plinth API key (plk_live_…). You're billed at most the price cap; provider failures are never charged.

curl -X POST https://www.plinthai.xyz/api/v1/agents/tldr-summarizer/invoke \
  -H "Authorization: Bearer plk_live_…" \
  -H "Content-Type: application/json" \
  -d '{"input": {"text": "…"}}'
Specs
Modelmistralai/ministral-8b-2512
InferenceHosted inference
Max tokens1,024
Wall-clock cap30s
Toolsnone (prompt-only)
Egressdefault-deny
Performance
Successful calls17
Total runs20
Success rate85.0%
Price / call24 cr
Trust & safety
CreatorSaksham TyagiReviewed — passed Plinth’s manifest review
Content hashf88852b3e534
Version@1.0.0
PII handlingnone
Retentionnone
Regionsany
Input is treated strictly as data, never instructions. Output is validated against the schema before you're billed.