eigent icon indicating copy to clipboard operation
eigent copied to clipboard

[Question] Is it too inefficient and expensive to use?

Open ttthree opened this issue 1 month ago • 1 comments

Questions

I just tried with open-router and claude-sonnet-4.5 model. A simple "deep-research" ran for a few minutes of browser agent to read websites, far away from completion and it already cost me $20, so i have to stop it ...

Image

ttthree avatar Jan 18 '26 00:01 ttthree

hey @ttthree , for deep research tasks the agent would go through many websites to fetch information so it could consume a lot of token

Wendong-Fan avatar Jan 18 '26 01:01 Wendong-Fan

We are working on supporting prompt caching and tool call output offloading. C.c @Wendong-Fan which will cut do the cost significantly

lightaime avatar Jan 18 '26 07:01 lightaime

Thanks! Single call with 300K tokens input- this is $2 with Sonnet 4.5. I assume you put entire web page (or more) in the context, which is inefficient on token use, even prompt caching won't help here. Better approach would be extracting relevant snippets first.

ttthree avatar Jan 19 '26 00:01 ttthree

thanks @ttthree for the suggestion! We now provide the full DOM information to the LLM to ensure there’s no information loss that could lead to task failures, we’re planning to optimize tool-call token usage (see https://github.com/camel-ai/camel/issues/3675 ), and we expect to complete the implementation early this week. Once this optimization is integrated into Eigent, token consumption should be significantly reduced

Wendong-Fan avatar Jan 19 '26 02:01 Wendong-Fan