Sign in

Get model info

documented

Return all information for a specific model repository.

GET /api/models/{repo_id}Modelsno implementation yet0 runs
No 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://huggingface.co/api/models/{{$repo_id}}" \
  -X GET \
  -H "Authorization: Bearer {{HUGGINGFACE_API_KEY}}" \
  -H "Accept: application/json"