20 5 days ago

cloud
ollama run kck4156/glm-5.3-flash-opencode

Models

View all →

Readme

FROM glm-5.3-flash:cloud

PARAMETER num_ctx             1048576
PARAMETER num_predict         131072
"provider": {
  "ollama": {
    "npm": "@ai-sdk/openai-compatible",
    "name": "Ollama",
    "options": {
      "baseURL": "http://localhost:11434/v1",
      "timeout": false,
      "headerTimeout": false
    },
    "models": {
      "kck4156/glm-5.3-flash-opencode": {
        "_launch": false,
        "name": "GLM 5.3 Flash OpenCode",
        "limit": {
          "context": 1048576,
          "output": 131072
        },
        "reasoning": true,
        "tool_call": true,
        "variants": {
          "low": { "reasoningEffort": "low" },
          "high": { "reasoningEffort": "high" },
          "max": { "reasoningEffort": "max" }
        },
        "modalities": {
          "input": ["text", "image", "video", "pdf"],
          "output": ["text"]
        }
      }
    }
  }
}