diff --git a/models/openai/gpt-oss-120b.yaml b/models/openai/gpt-oss-120b.yaml new file mode 100644 index 0000000..1720147 --- /dev/null +++ b/models/openai/gpt-oss-120b.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json +provider: openai +authType: api_key +model: gpt-oss-120b +params: + - path: max_completion_tokens + type: integer + label: Max tokens + description: Maximum number of output tokens the model may generate. + range: + min: 1 + max: 131072 + group: generation_length + - path: reasoning_effort + type: enum + label: Reasoning effort + description: Controls how much reasoning the model should perform before producing an answer. + values: + - low + - medium + - high + group: reasoning