How to calculate the run cost using Grok 3?

Hello, I created an agent that takes approx 2min46sec to run. How can I calculate the cost if I use Grok 3?

Thanks

I found my answer. I asked Grok3 to calc the cost, and then ran it via my ai agent here. final cost was close to the one found by Grok3. Cheers

The MindStudio debugger has a full breakdown of cost: Debugger | MindStudio Docs

The Profiler also helps compare models for speed, cost, etc.: Profiler | MindStudio Docs

thanks