Skip to content

feat(ollama-cloud): add glm-5.2#2653

Open
mathiasloh wants to merge 2 commits into
anomalyco:devfrom
mathiasloh:feat/ollama-cloud-glm-5.2
Open

feat(ollama-cloud): add glm-5.2#2653
mathiasloh wants to merge 2 commits into
anomalyco:devfrom
mathiasloh:feat/ollama-cloud-glm-5.2

Conversation

@mathiasloh

@mathiasloh mathiasloh commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Model listing: https://ollama.com/library/glm-5.2

Model info (from ollama api):

// curl -s https://ollama.com/api/show -d '{"model": "glm-5.2"}'
{
   "capabilities":[
      "thinking",
      "completion",
      "tools"
   ],
   "details":{
      "parent_model":"glm-5.2",
      "format":"",
      "family":"glm5.2",
      "families":null,
      "parameter_size":"756162687872",
      "quantization_level":""
   },
   "model_info":{
      "general.architecture":"glm5.2",
      "general.parameter_count":756162687872,
      "glm5.2.context_length":1000000,
      "glm5.2.embedding_length":0
   },
   "modified_at":"2026-06-16T08:00:00-07:00"
}

Closes anomalyco/opencode#32620
Fixes #2637

Model listing: https://ollama.com/library/glm-5.2

Model info (from ollama api):
```
// curl -s https://ollama.com/api/show -d '{"model": "glm-5.2"}'
{
  "capabilities":["thinking","completion","tools"],
  "details":{
    "parent_model":"glm-5.2",
    "family":"glm5.2",
    "parameter_size":"756162687872"
  },
  "model_info":{
    "general.architecture":"glm5.2",
    "general.parameter_count":756162687872,
    "glm5.2.context_length":1000000
  }
}
```
@mathiasloh mathiasloh force-pushed the feat/ollama-cloud-glm-5.2 branch from e217ab8 to d497e67 Compare June 17, 2026 17:48
@JoshuaDietz

Copy link
Copy Markdown
Contributor

Duplicate of #2627

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Add native support for glm-5.2:cloud in Ollama Cloud provider

2 participants