Conversation Summary
Compare every TrustedRouter route for Conversation Summary, including token pricing, context limits, privacy policy, regional availability, measured uptime, and API support.
neurometric/conversation-summary
| Publisher | Neurometric AIneurometric |
|---|---|
| AI IQ | No AI IQ profile matched yet. |
| Context | 49,152 tokens |
| Providers | |
| Credits routes | 1 provider route |
| Modes | chat US providers |
| Billing | Credits |
How to use Conversation Summary
Converts a labeled business conversation into a structured current-state summary of the final decision, status, open actions, owners, deadlines, and risks.
| Input | Send the conversation as text in the user message. Prefix facts with FINAL DECISION, CURRENT STATUS, OPEN ACTION, OWNER, DUE, and MATERIAL RISK. Mark outdated statements superseded and completed actions completed. These labels are required for reliable extraction. |
|---|---|
| Output | Returns only JSON with decision, current_status, open_items, and risks. Each open item contains action, owner, and due_date. Absent scalar values are null, absent collections are empty arrays, and completed or superseded information is excluded. |
Example input
FINAL DECISION: Launch the new customer portal.
CURRENT STATUS: Waiting for security approval.
OPEN ACTION: Send the approval packet.
OWNER: Amina.
DUE: 2026-09-10.
MATERIAL RISK: Security review may delay the launch.
Example output
{
"decision": "Launch the new customer portal",
"current_status": "Waiting for security approval",
"open_items": [
{
"action": "Send the approval packet",
"owner": "Amina",
"due_date": "2026-09-10"
}
],
"risks": [
"Security review may delay the launch"
]
}
Current route evidence
Live leaderboardRecent provider-route uptime spans not enough data across 1 route and 1 provider. Price comes from the current Credits catalog. Speed and uptime come from routed probes rather than vendor claims.
Providers serving this model
Sorted by lowest combined prompt and completion price. Use
"provider": {"sort": "throughput"} in the request body
(or append :nitro to the model id) to route to the
fastest provider instead.
Trust boundary: TR router attestation verifies the TrustedRouter gateway only. Provider policy separately describes the upstream model host's retention, confidential compute, and E2EE posture.
| Provider | Input | Cached input | Output | TR router attested | Provider policy |
|---|---|---|---|---|---|
| Neurometric AIneurometric | $0.01055/1M | Not published | $0.1055/1M | yes | no verified privacy claim |
Endpoint JSON: https://api.trustedrouter.com/v1/models/neurometric/conversation-summary/endpoints
Compare Conversation Summary
All comparisons- MoonshotAI: Kimi K2.6 vs Conversation Summary21 combined provider routes
Questions
What model ID should I use for Conversation Summary?
Use neurometric/conversation-summary as the model field with the TrustedRouter OpenAI-compatible API. Credits routing and provider fallback happen behind that model ID.
Which providers serve Conversation Summary?
TrustedRouter currently lists Neurometric AI for Conversation Summary. Provider availability and routing eligibility can change as catalog and health data update.
How much does Conversation Summary cost through TrustedRouter?
The current lowest Credits input price is $0.01055/1M and the lowest Credits output price is $0.1055/1M. Prices are per one million tokens and come from the current route catalog.
How do I require zero data retention for Conversation Summary?
Set provider.min_privacy to zdr on the request. TrustedRouter considers only routes with a recorded zero-data-retention posture and fails closed if no eligible route remains.