AIAny
AI Model2026
Icon for item

XYZ-Aquila-mini

An open-weight, Qwen-derived thinking model optimized for agentic deep web search and long-horizon planning. Provides Qwen-compatible reasoning and tool-call formats for English/Chinese browsing, multi-source evidence aggregation, source verification, and recovery from failed environment interactions.

Introduction

Why this matters

Agentic search—where an LLM must plan multi-step web investigations, verify sources, and recover from failed environment interactions—exposes gaps in models that only generate text. This release supplies a post-trained checkpoint that embeds a reasoning and tool-call surface designed to plug into a surrounding agent harness, enabling reproducible search workflows and stateful tool use at large context lengths.

Key Capabilities
  • Qwen-compatible thinking/checkpoint: post-trained from Qwen3.6-35B-A3B to preserve Qwen-style reasoning and function-call formats so it interoperates with existing Qwen tool parsers. This means you can use the model with Qwen-aware endpoints and tooling with minimal adapter work.
  • Agentic search skills: optimized for long-horizon planning, focused web browsing in English and Chinese, multi-source evidence aggregation, and explicit source verification steps rather than single-shot retrieval. The checkpoint is tuned for iterative, tool-driven research workflows.
  • Harness-first deployment: the model is released as a “thinking model” rather than a full agent; concrete tool implementations, replayable context management, and evaluation pipelines are provided by the open-source AxisAgentic harness and companion data (XYZ-Aquila-SFT), not the checkpoint alone.
  • High-context readiness and deployment notes: evaluation and examples assume a large context window (up to 256K) and common deployment with SGLang. Practical deployment examples show tensor-parallel setups and function-calling interfaces for controlled tool usage.
Who it fits (and tradeoffs)

Great fit if you need an open-weight model tuned specifically for structured, tool-driven web research workflows, bilingual browsing (EN/ZH), and reproducible agent evaluation with an external harness. Look elsewhere if you need an out-of-the-box conversational product, a plug-and-play multimodal model, or a tiny footprint: the intended use assumes integration with the AxisAgentic/sglang tooling, increased memory (large context/tensor parallelism), and operational scaffolding for safe tool use.

Where it fits

Positioned for AI teams building reproducible search agents and benchmarked agentic workflows: not a complete application, but a drop-in checkpoint to be combined with the AxisAgentic harness, search/scrape/python tool implementations, and the provided SFT data for agentic evaluation and deployment.

More Items

Hugging Face
AI Model2026

Open-weights preview checkpoint for a multimodal reasoning model that generates text from text and image/video inputs, exposes adjustable reasoning effort and tool-calling, and supports an extended 262,144-token context for long-horizon tasks and agent-style workflows.

Hugging Face
AI Model2026

A 4B causal language model post‑trained from Qwen3.5‑4B for agentic workloads — tool use, coding and instruction following — using a routing‑harness feedback loop aimed at iterative capability improvement; distributed as text-only safetensors with native 262,144-token context.

Hugging Face
AI Model2024

An instruction-tuned 8B Llama 3.1 model for multilingual conversational text generation, built for assistant-style chat and long-context inputs (up to 128k tokens). Available for use via the Transformers pipeline and inference endpoints, with common optimizations like safetensors.