[FEATURE]: show tokens / second #3469

Open
opened 2026-02-16 17:40:15 -05:00 by yindo · 5 comments
Owner

Originally created by @IceWreck on GitHub (Dec 11, 2025).

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

Display current and average tokens/s for requests - will be ideal for comparing performance across different providers and models.

Originally created by @IceWreck on GitHub (Dec 11, 2025). ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request Display current and average tokens/s for requests - will be ideal for comparing performance across different providers and models.
yindo added the discussion label 2026-02-16 17:40:15 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Dec 11, 2025):

This issue might be a duplicate of existing issues. Please check:

  • #4577: Show the number of api requests made by opencode to the LLM in a session
  • #4925: Display total cost for session

These issues are related to displaying performance metrics and detailed session information. Tokens/second metrics could be part of an expanded performance monitoring feature alongside these existing requests.

Feel free to ignore if your specific case differs from these.

@github-actions[bot] commented on GitHub (Dec 11, 2025): This issue might be a duplicate of existing issues. Please check: - #4577: Show the number of api requests made by opencode to the LLM in a session - #4925: Display total cost for session These issues are related to displaying performance metrics and detailed session information. Tokens/second metrics could be part of an expanded performance monitoring feature alongside these existing requests. Feel free to ignore if your specific case differs from these.
Author
Owner

@Madmanden commented on GitHub (Dec 25, 2025):

This is a feature I'd love. I'm testing different models, and speed is one of the factors I'm comparing. A token speed indicator would be very helpful.

@Madmanden commented on GitHub (Dec 25, 2025): This is a feature I'd love. I'm testing different models, and speed is one of the factors I'm comparing. A token speed indicator would be very helpful.
Author
Owner

@ForbiddenEra commented on GitHub (Jan 23, 2026):

plz+1

@ForbiddenEra commented on GitHub (Jan 23, 2026): plz+1
Author
Owner

@haydonryan commented on GitHub (Feb 4, 2026):

Huge plus one from me. Just approx t/s in the bottom right corner or something.

It would really help people who are looking to buy hardware to run models locally to know what experience they're seeing in the cloud. This can then be cross referenced to other's builds.

@haydonryan commented on GitHub (Feb 4, 2026): Huge plus one from me. Just approx t/s in the bottom right corner or something. It would really help people who are looking to buy hardware to run models locally to know what experience they're seeing in the cloud. This can then be cross referenced to other's builds.
Author
Owner

@JohnCode-Dev commented on GitHub (Feb 10, 2026):

Hey all — I just opened a PR that tackles this: #12721

It adds a tok/s metric right after the duration in the response footer (e.g. 18.3s · 131 tok/s). I've been switching between providers a lot and wanted a quick way to see the actual speed difference without external tools.

The TPS logic lives in core/tokens/ so it can be reused outside the TUI later. Would love feedback from anyone still interested in this!

@JohnCode-Dev commented on GitHub (Feb 10, 2026): Hey all — I just opened a PR that tackles this: #12721 It adds a `tok/s` metric right after the duration in the response footer (e.g. `18.3s · 131 tok/s`). I've been switching between providers a lot and wanted a quick way to see the actual speed difference without external tools. The TPS logic lives in `core/tokens/` so it can be reused outside the TUI later. Would love feedback from anyone still interested in this!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#3469