keep_alive


Description:

public string? keep_alive { get; set; }

Model keep-alive duration.

Specifies how long the model should remain loaded in memory after the request. Can be a duration string (e.g., "5m" for 5 minutes) or "0" to unload immediately. When null, uses the server's default keep-alive behavior.