Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,22 @@ if __name__ == "__main__":
> \[!TIP\]
> For more detailed instructions and additional configuration options, check out the [documentation](https://docs.oasis.camel-ai.org/).

### 💰 Token Consumption Reference

To help you estimate costs before running a simulation, here is a measured reference for token consumption:

| Parameter | Value |
| ---------------------- | ---------- |
| Number of Agents | 100 |
| Activation Probability | 1 |
| Time Steps | 1 |
| Input Tokens | 335,600 |
| Output Tokens | 16,750 |
| Model | QWEN_TURBO |

> \[!NOTE\]
> Token usage scales with the number of agents, activation probability, and time steps. Use this reference as a baseline to estimate the cost of larger simulations.

### More Tutorials

To discover how to create profiles for large-scale users, as well as how to visualize and analyze social simulation data once your experiment concludes, please refer to [More Tutorials](examples/experiment/user_generation_visualization.md) for detailed guidance.
Expand Down