We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I think the pricing dictionary for haiku-3-5 is not up to date with the anthropic official pricing.
Here is the current pricing dictionary in the source code:
#| export pricing = { # model type: $ / million tokens (input, output, cache write, cache read) 'opus': (15, 75, 18.75, 1.5), 'sonnet': (3, 15, 3.75, 0.3), 'haiku-3': (0.25, 1.25, 0.3, 0.03), 'haiku-3-5': (1, 3, 1.25, 0.1), }
But here's the pricing from the anthropic official pricing:
I can fix this really quick if this needs to be fixed, unless I'm wrong about this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I think the pricing dictionary for haiku-3-5 is not up to date with the anthropic official pricing.
Here is the current pricing dictionary in the source code:
But here's the pricing from the anthropic official pricing:
![Image](https://private-user-images.githubusercontent.com/100300259/408830908-49b99601-739f-49c9-9ece-4ed73cc15cd9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzMwNzQsIm5iZiI6MTczOTU3Mjc3NCwicGF0aCI6Ii8xMDAzMDAyNTkvNDA4ODMwOTA4LTQ5Yjk5NjAxLTczOWYtNDljOS05ZWNlLTRlZDczY2MxNWNkOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQyMjM5MzRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wNTRlYjlmMzVmYmI2YmUyYTUzMmQ4ZTYxZTUzNjhmYjQ1NmM1MmY3YWRkOTc2NDlkNTM2M2FiODlmOTc1YzY4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.f9nWma8YaLnrt6pS69DXeekXfn4y20zdZh9Gf6IoHeo)
I can fix this really quick if this needs to be fixed, unless I'm wrong about this.
The text was updated successfully, but these errors were encountered: