Nostimates

Kimi sentiment tracking

kimisentimentAccount required

Long answers give the classifier real material to work with, so Kimi produces the highest-confidence sentiment labels of any engine we track.

How it renders

Derived from the source-language answer text with the evidence passage retained.

Sampling

Classifications are reported as distributions across n, because the same engine will frame the same brand differently between samples.

Gotcha

Long answers often contain both positive and negative framing of the same brand. We return passage-level labels rather than collapsing an answer into one polarity.

What the API returns

A single collection call against Kimi for the sentiment field, sampled n times and returned as one object per prompt.

{
  "engine": "kimi",
  "field": "sentiment",
  "prompt": "best ai visibility tracking tool",
  "country": "GB",
  "language": "en",
  "n": 30,
  "sentiment": [
    {
      "brand": "Nostimates",
      "label": "recommended",
      "confidence": 0.86,
      "distribution": {
        "recommended": 0.6,
        "neutral": 0.33,
        "hedged": 0.07
      }
    }
  ]
}
GET /v1/collect?engine=kimi&field=sentiment

Response fields

KeyTypeNotes
brandstringBrand the classification applies to.
labelstringrecommended | neutral | hedged | negative.
confidencefloatClassifier confidence for this sample.
evidencestringThe sentence the label was drawn from.
distributionobjectLabel shares across the n samples.

What it costs

Add-on field. Priced per collection at a small multiple of the base credit.

See credit pricing →

Kimi sentiment FAQ

Can one answer be both positive and negative?
On Kimi, frequently. We label per passage instead of forcing a single verdict.
Is confidence higher here?
Yes, materially, because there is more text per judgement.

Get passage-level sentiment from long answers

Send a technical prompt set and we will return per-passage labels with evidence.

No newsletter. One reply from a human.

Across every engine

Compare how sentiment behaves on every engine we track.

Sentiment across all engines →