hf_get_model_detail
Retrieve full semantic network profile of a model using its ID, including bank positions, anchors, and lineage. Falls back to Hugging Face API if not indexed.
Instructions
Get detailed information about a specific model.
Returns full semantic network profile (all 8 bank positions, anchor set,
lineage links, overflow metadata) if indexed. Falls back to HF API.
Args:
model_id: Full model ID (e.g. "meta-llama/Llama-3.1-8B-Instruct")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |