[PR #13290] [MERGED] parsers/renderers: olmo3 think #14150

Closed
opened 2026-04-13 00:46:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13290
Author: @ParthSareen
Created: 12/1/2025
Status: Merged
Merged: 12/9/2025
Merged by: @ParthSareen

Base: mainHead: parth/olmo3-thinking-renderer


📝 Commits (6)

  • 468db65 renderers: olmo3 thinking
  • 192fc90 update verbiage
  • 441f9c6 add fixed size, appease linter
  • f4d937e consolidate json util between for marshalWithSpaces
  • dcb14b5 update renderer names
  • efd0223 add parsers for olmo3 think

📊 Changes

9 files changed (+964 additions, -41 deletions)

View changed files

model/parsers/olmo3_think.go (+170 -0)
model/parsers/olmo3_think_test.go (+390 -0)
📝 model/parsers/parsers.go (+2 -0)
model/renderers/json.go (+45 -0)
📝 model/renderers/json_test.go (+0 -1)
model/renderers/olmo3_think.go (+130 -0)
model/renderers/olmo3_think_test.go (+224 -0)
📝 model/renderers/qwen3vl.go (+0 -40)
📝 model/renderers/renderer.go (+3 -0)

📄 Description

Adds the parser and renderer for Olmo3 Think


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/13290 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 12/1/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth/olmo3-thinking-renderer` --- ### 📝 Commits (6) - [`468db65`](https://github.com/ollama/ollama/commit/468db65bf22422125eddd1c822caf9e5435db0b8) renderers: olmo3 thinking - [`192fc90`](https://github.com/ollama/ollama/commit/192fc9085b6908017aef0459ef67923f96536969) update verbiage - [`441f9c6`](https://github.com/ollama/ollama/commit/441f9c69a0ded4ae40f8409759f87a2ced0f53be) add fixed size, appease linter - [`f4d937e`](https://github.com/ollama/ollama/commit/f4d937ee4cfb765b67f41eb40254bd2bac25766f) consolidate json util between for marshalWithSpaces - [`dcb14b5`](https://github.com/ollama/ollama/commit/dcb14b5800569f5d43c9d26f32a2001dda778c98) update renderer names - [`efd0223`](https://github.com/ollama/ollama/commit/efd02233fe79ce20c1f32e10495960bc5dcab78a) add parsers for olmo3 think ### 📊 Changes **9 files changed** (+964 additions, -41 deletions) <details> <summary>View changed files</summary> ➕ `model/parsers/olmo3_think.go` (+170 -0) ➕ `model/parsers/olmo3_think_test.go` (+390 -0) 📝 `model/parsers/parsers.go` (+2 -0) ➕ `model/renderers/json.go` (+45 -0) 📝 `model/renderers/json_test.go` (+0 -1) ➕ `model/renderers/olmo3_think.go` (+130 -0) ➕ `model/renderers/olmo3_think_test.go` (+224 -0) 📝 `model/renderers/qwen3vl.go` (+0 -40) 📝 `model/renderers/renderer.go` (+3 -0) </details> ### 📄 Description Adds the parser and renderer for Olmo3 Think --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 00:46:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#14150