[PR #13849] Add image generation documentation #24957

Open
opened 2026-04-19 17:55:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13849
Author: @jmorganca
Created: 1/22/2026
Status: 🔄 Open

Base: mainHead: ollama-imagegen-docs


📝 Commits (1)

  • 8b44106 Add image generation documentation

📊 Changes

3 files changed (+233 additions, -0 deletions)

View changed files

docs/capabilities/image-generation.mdx (+205 -0)
📝 docs/docs.json (+1 -0)
📝 docs/openapi.yaml (+27 -0)

📄 Description

  • Add image generation capability page with API usage examples
  • Add image-generation to docs.json navigation
  • Update openapi.yaml with image generation request/response fields
    • Request: width, height, steps
    • Response: image, completed, total

🔄 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/13849 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 1/22/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `ollama-imagegen-docs` --- ### 📝 Commits (1) - [`8b44106`](https://github.com/ollama/ollama/commit/8b4410633d2f749e0b2fa8da182b29763a94f511) Add image generation documentation ### 📊 Changes **3 files changed** (+233 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/capabilities/image-generation.mdx` (+205 -0) 📝 `docs/docs.json` (+1 -0) 📝 `docs/openapi.yaml` (+27 -0) </details> ### 📄 Description - Add image generation capability page with API usage examples - Add image-generation to docs.json navigation - Update openapi.yaml with image generation request/response fields - Request: width, height, steps - Response: image, completed, total --- <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-19 17:55:07 -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#24957