Sapiens AI: Agnes 2.0 Flash
This model is no longer available.Add AI to your application with Puter.js.
Explore Other ModelsModel Card
Agnes 2.0 Flash is a chat model from Sapiens AI, built for high-frequency production use such as agent workflows, tool calling, coding, multi-turn conversations, reasoning, and image understanding.
Sapiens AI reports a Pass^3 score of 60.9% on Claw-Eval, a benchmark for autonomous agents, placing Agnes 2.0 Flash among the top 10 models on the benchmark's general leaderboard alongside labs including Anthropic, OpenAI, and Google. The model supports tool calling, streaming responses, image URL inputs, and a thinking mode for harder requests.
Agnes 2.0 Flash is offered at no cost for both input and output tokens, part of Sapiens AI's push to keep its models free indefinitely with no waitlist. That makes it worth trying for agentic or tool-using applications that need to run frequent API calls without per-token charges, though its 65.5K token output cap is smaller than Agnes 1.5 Pro's.
Context Window 256K
tokens
Max Output 66K
tokens
Input Cost $0
per million tokens
Output Cost $0
per million tokens
Release Date N/A
Code Example
Add AI to your app with the Puter.js AI API — no API keys or setup required.
// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';
puter.ai.chat("Explain quantum computing in simple terms").then(response => {
document.body.innerHTML = response.message.content;
});
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat("Explain quantum computing in simple terms").then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Frequently Asked Questions
Agnes 2.0 Flash is no longer available through Puter.js. Explore other AI models for alternatives.
| Price per 1M tokens | |
|---|---|
| Input | $0 |
| Output | $0 |
Agnes 2.0 Flash supports a context window of 256K tokens. For reference, that is roughly equivalent to 512 pages of text.
Agnes 2.0 Flash can generate up to 66K tokens in a single response.
Yes — the Agnes 2.0 Flash API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.
Get started with Puter.js
Add AI to your application without worrying about API keys or setup.
Explore Models View Tutorials