Remix.run Logo
piterrro 9 hours ago

I’ve been using DeepSeek v4 pro for a month now in Kilo Code and its great. Fast, reliable, large context window and cheap as… Did 1,5B tokens this month and cost me 40usd (majority cached, but still).

fer 5 hours ago | parent | next [-]

Which provider? I went through 40 bucks on it on openrouter. It was not a lot of back and forth, context ended at around 300k, 15kloc output. I was using opencode, unsure if I can make the total token count visible.

peheje 4 hours ago | parent [-]

OpenRouter sometimes chooses a very expensive provider. Try the floor slug or choose directly the provider. I moved to just putting 5 dollars directly on deepseek instead of going through OR.

apitman 4 hours ago | parent | prev | next [-]

Have you compared Kilo to Pi or OpenCode? Those are the two I'm most familiar with but always looking for alternatives.

richardlblair 7 hours ago | parent | prev | next [-]

I've been using omp with deepseek as my task and quicktask agents, and sonnet as everything else.

It's drastically reduced my AI spend. I went from spending $40/day to $10/day.

spiderfarmer 9 hours ago | parent | prev [-]

Is there a way to see how many tokes one does with claude code (pro)?

bpavuk 9 hours ago | parent | next [-]

the casino has no clocks, as one HN user put it some time ago.

I second ccusage, it's nice

cptchaos 9 hours ago | parent | prev | next [-]

https://ccusage.com/

edg5000 8 hours ago | parent | prev [-]

It's in the JSONs in ~/.claude, but last 30 days only I think. You can have the model analyze history. So for correct history you'd need to run history analysis on a cron job or something. Kinda hacky.

Stagnant 3 hours ago | parent [-]

The 30 day limit can be overridden by adding "cleanupPeriodDays": 9999 to .claude/settings.json