[PR #14806] docs: add image generation capability page #14847

Open
opened 2026-04-13 01:03:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14806
Author: @mintlify[bot]
Created: 3/12/2026
Status: 🔄 Open

Base: mainHead: mintlify/image-generation-1773352582


📝 Commits (1)

  • 5db08d4 docs: add image generation capability page

📊 Changes

2 files changed (+278 additions, -1 deletions)

View changed files

docs/capabilities/image-generation.mdx (+276 -0)
📝 docs/docs.json (+2 -1)

📄 Description

Summary

Adds a new capability page documenting Ollama's experimental text-to-image feature.

Changes

  • New /capabilities/image-generation page covering:
    • CLI usage with examples
    • API examples (cURL, Python, JavaScript)
    • Parameters for controlling dimensions, inference steps, and guidance scale
    • Streaming progress during generation
    • OpenAI-compatible endpoint reference
  • Updated navigation in docs.json to include the new page

🔄 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/14806 **Author:** [@mintlify[bot]](https://github.com/apps/mintlify) **Created:** 3/12/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `mintlify/image-generation-1773352582` --- ### 📝 Commits (1) - [`5db08d4`](https://github.com/ollama/ollama/commit/5db08d47e8d47459c896e7e8e2f6deea9381d19e) docs: add image generation capability page ### 📊 Changes **2 files changed** (+278 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `docs/capabilities/image-generation.mdx` (+276 -0) 📝 `docs/docs.json` (+2 -1) </details> ### 📄 Description ## Summary Adds a new capability page documenting Ollama's experimental text-to-image feature. ### Changes - New `/capabilities/image-generation` page covering: - CLI usage with examples - API examples (cURL, Python, JavaScript) - Parameters for controlling dimensions, inference steps, and guidance scale - Streaming progress during generation - OpenAI-compatible endpoint reference - Updated navigation in docs.json to include the new page --- <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 01:03:53 -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#14847