Currently, unless the model has the context size embedded in the OCI artifact so it's displayed in docker model ls , you can only see the full config after running at least one inference using:
docker model requests ai/gemma3-qat | jq '.[0].config'
{
"context-size": 1024
}
This is not friendly and should be improved.