AI agent instructions
AI agent instructions
reasoning_model. Notte talks to Fireworks through LiteLLM, so there’s no extra provider setup.
For numbers on how these models hold up across browser-agent workloads, see the joint benchmark, Agents Don’t Fail on Intelligence. They Fail on Execution.
Prerequisites
- A Fireworks AI API key (fireworks.ai)
- Python 3.11 or later
Setup
1. Install the SDK
2. Set your API key
3. Run an agent on a Fireworks model
Pass the model string (formatted asfireworks_ai/accounts/fireworks/models/<id>) to reasoning_model:
fireworks_basic.py
Supported models
Any Fireworks model with JSON-mode structured output works with Notte. Three were covered in the joint benchmark with Fireworks:- Kimi K2.5:
fireworks_ai/accounts/fireworks/models/kimi-k2p5 - GLM-5:
fireworks_ai/accounts/fireworks/models/glm-5 - MiniMax M2.5:
fireworks_ai/accounts/fireworks/models/minimax-m2p5
Resources
- Joint benchmark: Agents Don’t Fail on Intelligence. They Fail on Execution
- Agent Execution Tax explainer
- Fireworks AI and the Fireworks model catalogue
- Browser Arena: Notte’s open benchmark of cloud browser providers
- Notte Console

