Models
Fireworks
Example
Fireworks Params
Parameter | Type | Default | Description |
---|---|---|---|
id | str | "accounts/fireworks/models/firefunction-v2" | The specific model ID used for generating responses. |
name | str | "Fireworks: {id}" | The name identifier for the agent. Defaults to "Fireworks: " followed by the model ID. |
provider | str | "Fireworks" | The provider of the model. |
api_key | Optional[str] | - | The API key for authenticating requests to the service. Retrieved from the environment variable FIREWORKS_API_KEY. |
base_url | str | "https://api.fireworks.ai/inference/v1" | The base URL for making API requests to the Fireworks service. |
Fireworks
is a subclass of the OpenAILike class and has access to the same params.
Was this page helpful?