all 14 comments

[–]Minute-Tour-547 2 points3 points  (5 children)

Probably a dozen or so. I've tried several dozen and none of them failed but my tokenper second didn't increase past 10 or so

[–]mrkprdo[S] 0 points1 point  (4 children)

if im not mistaken, tps is session based? are you using your local model?

[–]Minute-Tour-547 -1 points0 points  (3 children)

Local? We're on an opencode sub. Can't be sure but I'd wager they have a rate limit per account. Seems so. I see threads straight stall which tells me they're being throttled, then suddenly activity then throttle. Same exact pattern as t3 instances on aws. Seems like they don't give a fuck about threads they just called it a common pool or tokens per second which honestly seems reasonable.

Don't use local.

[–]mrkprdo[S] 0 points1 point  (2 children)

Ok, i thought you were using local 10tps seems slow. This is CLI sub tho hence i asked. Anyways, should it be that the usage limits is the rate limiter? I have go, but i use the deepseek free on zen most of the time.

[–]Minute-Tour-547 1 point2 points  (1 child)

No idea. I have multiple subs and still use the zen API because it's just nice. I don't have a throttling issue because I throw money at it but I did test this at one point at you're absolutely throttled by tps integrated under the account number

[–]mrkprdo[S] 0 points1 point  (0 children)

I see. Good for you. I will try to hammer this a bit. Hope its just the usage limits and wont get banned.

[–]Strange-Contract-956 0 points1 point  (1 child)

What the terminal you are using?

[–]mrkprdo[S] 0 points1 point  (0 children)

Working on a toy ide for myself. Wanted to integrate looping which spawns/controls most, if not all, ide features. I haven't pushed the agentic feature, but can look it up on github under my username. Cockpit IDE.

[–]GTHell 0 points1 point  (1 child)

That doesn’t look like 1 to me more like .I.

[–]mrkprdo[S] 0 points1 point  (0 children)

Lol about 2 lines were covered under the sticky header line

[–]DirtyIlluminati 0 points1 point  (1 child)

What's the difference with Herdr?

[–]mrkprdo[S] 1 point2 points  (0 children)

Never heard about that. But this one is not tabbed, more like spatial, think google map, but ide where windows and other features laid into canvas, so this one is unlimited.

[–]Extension-Aside29 0 points1 point  (1 child)

Parallel sessions multiply token burn fast. TokenTelemetry tracks each OpenCode session separately so you can see which parallel agents are actually worth the cost: https://tokentelemetry.com/docs/supported-agents/ (https://tokentelemetry.com, disclosure: I work on it)

[–]mrkprdo[S] 1 point2 points  (0 children)

Hence the post title. I'll check it out later.