mirascope.core.groq.call_params
Usage
Class GroqCallParams
The parameters to use when calling the Groq API.
Bases:
BaseCallParamsAttributes
| Name | Type | Description |
|---|---|---|
| extra_headers | NotRequired[dict[str, str] | None] | - |
| frequency_penalty | NotRequired[float | None] | - |
| logit_bias | NotRequired[dict[str, int] | None] | - |
| logprobs | NotRequired[bool | None] | - |
| max_tokens | NotRequired[int | None] | - |
| n | NotRequired[int | None] | - |
| parallel_tool_calls | NotRequired[bool] | - |
| presence_penalty | NotRequired[float | None] | - |
| response_format | NotRequired[ResponseFormat] | - |
| seed | NotRequired[int | None] | - |
| stop | NotRequired[str | list[str] | None] | - |
| temperature | NotRequired[float | None] | - |
| tool_choice | NotRequired[ChatCompletionToolChoiceOptionParam] | - |
| top_logprobs | NotRequired[int | None] | - |
| top_p | NotRequired[float | None] | - |
| user | NotRequired[str] | - |