Skip to content

Commit 6269c59

Browse files
committed
docs(config): note that model seed is not universally supported
1 parent d642f7d commit 6269c59

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

config/example.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,12 @@ model:
5858
- openai/gpt-oss-120b
5959

6060
# Optional OpenAI client parameters passed to chat completions.
61-
# Common options: seed, temperature, max_tokens, parallel_tool_calls
61+
# Common options: temperature, max_tokens, parallel_tool_calls
6262
# The `extra_body` field passes provider-specific parameters (e.g., OpenRouter).
63+
#
64+
# NOTE: You can add `seed` for mostly-deterministic outputs with providers that
65+
# support it (e.g. OpenAI), but note that some providers (e.g. Google) reject the
66+
# `seed` parameter with a 400 error. Use it only if you know your provider supports it.
6367
model_config:
6468
extra_body:
6569
usage:

0 commit comments

Comments
 (0)