Skip to content

docs: Add token consumption reference table to README#216

Merged
echo-yiyiyi merged 4 commits intomainfrom
copilot/add-token-consume-number
Apr 12, 2026
Merged

docs: Add token consumption reference table to README#216
echo-yiyiyi merged 4 commits intomainfrom
copilot/add-token-consume-number

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 12, 2026

Users had no baseline to estimate API costs before running a simulation.

Changes

  • Added a Token Consumption Reference section in the Quick Start area with a measured data table (100 agents, activation probability 1, 1 time step, using QWEN_TURBO: 335,600 input tokens / 16,750 output tokens)
  • Added a callout note reminding users that token usage scales with agent count, activation probability, and time steps
  • Added a Qwen pricing table for estimated costs at 1 time step, activation probability 0.1 (Qwen pricing as of 2024-12-14), covering qwen-plus and qwen-max models across 100, 1,000, and 10,000 agents

Agent-Logs-Url: https://github.com/camel-ai/oasis/sessions/6a86e5b6-0683-48e5-9498-910d5b373c4c

Co-authored-by: echo-yiyiyi <87371755+echo-yiyiyi@users.noreply.github.com>
Copilot AI changed the title [WIP] Add token consume number in the README docs: Add token consumption reference table to README Apr 12, 2026
Copilot AI requested a review from echo-yiyiyi April 12, 2026 15:49
Copy link
Copy Markdown
Member

@echo-yiyiyi echo-yiyiyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot Could you fix the pre-commit?

Agent-Logs-Url: https://github.com/camel-ai/oasis/sessions/f0c75945-9dd7-4139-9213-985bafb2b0da

Co-authored-by: echo-yiyiyi <87371755+echo-yiyiyi@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 12, 2026

@copilot Could you fix the pre-commit?

Fixed in a4ed215mdformat was reformatting the table with aligned column widths. The pre-commit hooks all pass now.

Copy link
Copy Markdown
Member

@echo-yiyiyi echo-yiyiyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot Could you also add these data, 运行1个时间步,激活概率0.1估算价格(12/14/2024 Qwen模型调用定价):

Agent数量 100 1k 1w
qwen-plus 0.026848元 0.26848元 2.6848元
qwen-max      
0.717元 7.717元 77.17元

Agent-Logs-Url: https://github.com/camel-ai/oasis/sessions/6d1c855f-ca54-4aae-bcda-b5d0d16f9725

Co-authored-by: echo-yiyiyi <87371755+echo-yiyiyi@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 12, 2026

@copilot Could you also add these data, 运行1个时间步,激活概率0.1估算价格(12/14/2024 Qwen模型调用定价):
Agent数量 | 100 | 1k | 1w
-- | -- | -- | --...

Added in 3f3341d. The pricing table for qwen-plus and qwen-max (1 time step, activation probability 0.1, Qwen pricing as of 2024-12-14) now appears below the token consumption reference:

Model 100 Agents 1,000 Agents 10,000 Agents
qwen-plus ¥0.026848 ¥0.26848 ¥2.6848
qwen-max ¥0.717 ¥7.717 ¥77.17

All pre-commit hooks pass.

Copy link
Copy Markdown
Member

@echo-yiyiyi echo-yiyiyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. Thanks @copilot

@echo-yiyiyi echo-yiyiyi marked this pull request as ready for review April 12, 2026 17:24
@echo-yiyiyi echo-yiyiyi merged commit 336c9c6 into main Apr 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Add token consume number in the README

2 participants