export ZAI_API_KEY=your-api-key
Parameter | Type | Default | Description |
---|---|---|---|
model | string | Required | Model name to use |
messages | array | Required | List of conversation messages |
temperature | float | 0.6 | Controls output randomness (0-1) |
top_p | float | 0.95 | Nucleus sampling parameter (0-1) |
max_tokens | integer | - | Maximum output tokens |
stream | boolean | false | Whether to use streaming output |
stop | string/array | - | Stop generation tokens |