Agnes AI / agnes/agnes-3.0-flash
Agnes 3.0 Flash - access through LLMTR
Agnes 3.0 Flash is Agnes AI's newer model, aimed at agentic coding and tool-driven work. It has a 524,288-token context window and a single response can be at most 65,536 tokens. It accepts image and video input alongside text, supports tool/function calling (including forced and named tool choice) and schema-enforced JSON output, and streams. Unlike Agnes 2.5 Flash it does not reason by default: you get a direct answer unless you ask for reasoning with the `:think` suffix, and it reports no prompt-cache discount. Images and video must be sent as base64 data URLs — this upstream cannot fetch remote URLs, so a public https:// image link is rejected. The model is currently offered free, under a request quota counted over a rolling 24-hour window plus a short-window rate limit; a refused request tells you when to retry.
Technical specifications
| Canonical ID | agnes/agnes-3.0-flash |
|---|---|
| Provider | Agnes AI |
| Context window | 524,288 tokens |
| Operations | CHAT_COMPLETIONS |
| Modalities | text, image, video |
Pricing
An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| CHAT_COMPLETIONS | INPUT_TEXT | PER_1M_TOKENS | Not available |
| CHAT_COMPLETIONS | CACHE_READ | PER_1M_TOKENS | Not available |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_1M_TOKENS | Not available |
Example usage
With existing OpenAI SDK flows, change only the base URL and model identifier.
curl https://llmtr.com/v1/chat/completions -H "Authorization: Bearer llmtr-your_key" -H "Content-Type: application/json" -d '{"model":"agnes/agnes-3.0-flash","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Agnes 2.5 Flash agnes/agnes-2.5-flash
- Gemma 4 llmtr/gemma-4
- Qwen 3.6 35B-A3B llmtr/qwen3-6-35b
- Trendyol Asure 12B llmtr/trendyol-asure-12b
- Magibu 11B v8 llmtr/magibu-11b-v8
- Muse Glimmer 30B (Turkey) llmtr/muse-glimmer-30b-tr
- EmbeddingGemma 300M llmtr/embeddinggemma-300m
- Qwen 3.5 4B llmtr/qwen3-5-4b