Parameters
Fireworks extends OpenAILike and accepts all of its parameters.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure Fireworks, Agno’s model class for Fireworks-hosted language models.
| Parameter | Type | Default | Description |
|---|---|---|---|
id | str | "accounts/fireworks/models/gpt-oss-120b" | The id of the Fireworks model to use |
name | str | "Fireworks" | The name of the model |
provider | str | "Fireworks" | The provider of the model |
api_key | Optional[str] | None | The API key for Fireworks (defaults to FIREWORKS_API_KEY env var) |
base_url | str | "https://api.fireworks.ai/inference/v1" | The base URL for the Fireworks API |
Fireworks extends OpenAILike and accepts all of its parameters.Was this page helpful?