anomalyco / anomalyco/models.dev
Differentiate 5 minute vs 1 hour cache prices
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.9k
- Forks
- 1.7k
- Avg merge
- 3h 21m
- Merged PRs (30d)
- 873
Description
Amazon Bedrock has 2 different prices for cache writes, one for 5 minute writes and one for 1 hour writes. I'm sure other providers also do this. Is there any way to have both of these prices available through the API?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the pricing API and the Amazon Bedrock model data to see how cache-write prices are currently represented. Trace the existing cache pricing entry point and check whether provider-specific durations are preserved. Done means the API exposes distinct prices for 5-minute and 1-hour cache writes without losing existing pricing data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, typescript
- Domain
- api, data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100