You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,9 @@ ollama.generate(request)
162
162
-`logprobs``<boolean>`: (Optional) Return log probabilities for tokens. Requires model support.
163
163
-`top_logprobs``<number>`: (Optional) Number of top log probabilities to return per token when `logprobs` is enabled.
164
164
-`keep_alive``<string | number>`: (Optional) How long to keep the model loaded. A number (seconds) or a string with a duration unit suffix ("300ms", "1.5h", "2h45m", etc.)
165
+
-`width``<number>`: (Optional, Experimental) Width of the generated image in pixels. For image generation models only.
166
+
-`height``<number>`: (Optional, Experimental) Height of the generated image in pixels. For image generation models only.
167
+
-`steps``<number>`: (Optional, Experimental) Number of diffusion steps. For image generation models only.
165
168
-`options``<Options>`: (Optional) Options to configure the runtime.
0 commit comments