The Fireworks model provides access to Fireworks’ language models.

ParameterTypeDefaultDescription
idstr"accounts/fireworks/models/llama-v3p1-405b-instruct"The specific model ID used for generating responses.
namestr"Fireworks: {id}"The name identifier for the agent. Defaults to "Fireworks: " followed by the model ID.
providerstr"Fireworks"The provider of the model.
api_keyOptional[str]-The API key for authenticating requests to the service. Retrieved from the environment variable FIREWORKS_API_KEY.
base_urlstr"https://api.fireworks.ai/inference/v1"The base URL for making API requests to the Fireworks service.