Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
了解如何在 Agno 中使用 Fireworks 模型。
FIREWORKS_API_KEY
export FIREWORKS_API_KEY=***
setx FIREWORKS_API_KEY ***
Fireworks
Agent
from agno.agent import Agent, RunResponse from agno.models.fireworks import Fireworks agent = Agent( model=Fireworks(id="accounts/fireworks/models/firefunction-v2"), markdown=True ) # 在终端打印响应 agent.print_response("写一个两句话的恐怖故事。")
id
str
"accounts/fireworks/models/llama-v3p1-405b-instruct"
name
"Fireworks: {id}"
provider
"Fireworks"
api_key
Optional[str]
base_url
"https://api.fireworks.ai/inference/v1"