Endpoints
Get version
Retrieve the version of the Ollama
GET
/
api
/
version
Default
curl http://localhost:11434/api/version{
"version": "0.12.6"
}Response
200 - application/json
Version information
Version of Ollama
Default
curl http://localhost:11434/api/version{
"version": "0.12.6"
}