Skip to content

Fix inaccurate Opus cost estimates in README#423

Merged
gjkim42 merged 1 commit intomainfrom
axon-task-421
Feb 24, 2026
Merged

Fix inaccurate Opus cost estimates in README#423
gjkim42 merged 1 commit intomainfrom
axon-task-421

Conversation

@axon-agent
Copy link

@axon-agent axon-agent bot commented Feb 23, 2026

Summary

Replace specific cost estimates in README with a link to the official API pricing page, since rates change over time.

Fixes #421

@github-actions github-actions bot added needs-kind Indicates an issue or PR lacks a kind/* label needs-priority needs-actor needs-triage labels Feb 23, 2026
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Copy link
Collaborator

@gjkim42 gjkim42 left a comment

Choose a reason for hiding this comment

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

/reset-worker

README.md Outdated
Running AI agents costs real money. Here's how to stay in control:

**Model costs vary significantly.** Opus is the most capable but most expensive model. Use `spec.model` (or `model` in config) to choose cheaper models like Sonnet for routine tasks and reserve Opus for complex work. As a rough guide, a typical 15-minute Sonnet task costs ~$1-3, while an Opus task of the same length can cost ~$5-15 depending on context size.
**Model costs vary significantly.** Opus is the most capable but most expensive model. Use `spec.model` (or `model` in config) to choose cheaper models like Sonnet for routine tasks and reserve Opus for complex work. As a rough guide, a typical 15-minute Sonnet task costs ~$1-3, while an Opus task of the same length can cost ~$2-6 depending on context size. Check current [API pricing](https://docs.anthropic.com/en/docs/about-claude/pricing) as rates change over time.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I am not sure about the cost. Be conservative about wrong information. Why don't we just remove the numbers?

Copy link
Collaborator

@gjkim42 gjkim42 left a comment

Choose a reason for hiding this comment

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

lgtm
/squash-commits

@gjkim42 gjkim42 added this pull request to the merge queue Feb 24, 2026
Merged via the queue into main with commit faea8f7 Feb 24, 2026
6 checks passed
@gjkim42 gjkim42 deleted the axon-task-421 branch February 24, 2026 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix README.md

1 participant