Skip to content

fix: [missing-model] ollama-cloud: deepseek-v4.1-flash - #6851

Merged
rekram1-node merged 1 commit into
anomalyco:devfrom
YongYuH:feat/ollama-cloud-deepseek-v4.1-flash
Sep 11, 2026
Merged

fix: [missing-model] ollama-cloud: deepseek-v4.1-flash#6851
rekram1-node merged 1 commit into
anomalyco:devfrom
YongYuH:feat/ollama-cloud-deepseek-v4.1-flash

Conversation

@YongYuH

@YongYuH YongYuH commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add Ollama Cloud's currently served deepseek-v4.1-flash model
  • Inherit shared DeepSeek V4.1 Flash metadata via base_model = "deepseek/deepseek-v4.1-flash"
  • Record Ollama-specific reasoning controls and the API-verified context window

Evidence

  • Ollama's public model API (POST https://ollama.com/api/show) lists the model as active with completion, thinking, tools, and vision capabilities
  • The API reports a 1,048,576-token context window (deepseek_v41.context_length = 1048576)
  • The library page (https://ollama.com/library/deepseek-v4.1-flash) confirms text and image input
  • Reasoning controls follow the host surface: native think = true|false toggle plus reasoning_effort with low|high|max on the OpenAI-compatible endpoint (Flash maps requested low to low, unlike Pro)

Validation

  • bun validate

@github-actions

Copy link
Copy Markdown
Contributor

No actionable findings.

@github-actions github-actions Bot added the reviewer: ready Automated review found no actionable items label Sep 11, 2026
@rekram1-node
rekram1-node enabled auto-merge (squash) September 11, 2026 15:38
@rekram1-node
rekram1-node merged commit 2f5d8ff into anomalyco:dev Sep 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

reviewer: ready Automated review found no actionable items

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants