mirror of
https://github.com/ollama/ollama
synced 2026-04-23 16:54:06 +00:00
Request fields (experimental): - width: image width (max 4096) - height: image height (max 4096) - steps: denoising steps - seed: random seed Response fields (experimental): - images: base64-encoded generated images - completed: current step progress - total: total steps Other changes: - Fix lifecycle bug where image models wouldn't unload (refCount issue) - Fix "headers already written" error on Ctrl+C during streaming - Add gin middleware for OpenAI /v1/images/generations compatibility - Update CLI to use /api/generate with progress bar - Add preload support in interactive mode |
||
|---|---|---|
| .. | ||
| anthropic-compatibility.mdx | ||
| authentication.mdx | ||
| errors.mdx | ||
| introduction.mdx | ||
| openai-compatibility.mdx | ||
| streaming.mdx | ||
| usage.mdx | ||