-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Create a mock sample for the Anthropic Claude API.
Why
- Fast-growing AI API, rapidly gaining market share
- Similar needs to existing OpenAI sample (throttling, error simulation)
- API costs can add up quickly during development
- Enables consistent testing without hitting rate limits
Suggested endpoints to mock
- Messages API (chat completions)
- Streaming responses
- Rate limiting responses (429 errors)
- Token usage tracking
- Model availability responses
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request