-
-
Notifications
You must be signed in to change notification settings - Fork 441
Support Fast Mode Claude Provider #1660
Copy link
Copy link
Open
Description
New Flag Enables Fast mode add to support fast mode
curl https://api.anthropic.com/v1/messages \
--header "x-api-key: $ANTHROPIC_API_KEY" \
--header "anthropic-version: 2023-06-01" \
--header "anthropic-beta: fast-mode-2026-02-01" \
--header "content-type: application/json" \
--data '{
"model": "claude-opus-4-6",
"max_tokens": 4096,
"speed": "fast",
"messages": [{
"role": "user",
"content": "Refactor this module to use dependency injection"
}]
}'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels