Get model
documentedGet details for a specific Claude model.
GET /v1/models/{model_id}Modelsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.anthropic.com/v1/models/{{$model_id}}" \
-X GET \
-H "x-api-key: {{ANTHROPIC_API_KEY}}" \
-H "anthropic-version: 2023-06-01" \
-H "Accept: application/json"