AIAny
AI Model2026
Icon for item

XYZ-Aquila-pro

An open-weight LLM checkpoint post-trained for agentic deep search: Qwen-compatible reasoning and tool-call formats optimized for web browsing, multi-source evidence aggregation, long-horizon planning and recovery from failed interactions; typically paired with the AxisAgentic harness.

Introduction

Deep search tasks force a model to coordinate web search, page extraction, stateful tool use and stepwise verification — not just to generate fluent text. XYZ-Aquila-pro embodies a pragmatic design choice: a large, open-weight checkpoint post-trained through an AI4AI pipeline to behave as a "thinking model" that emits Qwen-style reasoning traces and structured tool calls while relying on an external agent harness for concrete IO and orchestration.

Key Capabilities
  • Agentic web search and browsing: produces search-focused reasoning and tool-call outputs so the surrounding harness can run targeted queries and follow-up inspections rather than relying on monolithic in-context scraping.
  • Multi-source evidence aggregation and source verification: organizes and weights evidence across pages, which reduces brittle single-snippet answers and helps surface corroborated claims for downstream decision steps.
  • Long-horizon planning and failure recovery: plans multi-step procedures and suggests scoped interventions when environment interactions fail, enabling iterative retrieval+execution loops instead of one-shot responses.
  • Qwen-compatible tool-call formats: emits structured tool calls compatible with Qwen-style parsers, so it can integrate with OpenAI-compatible endpoints or the provided SGLang/AxisAgentic deployment stack.
Who it's for and tradeoffs

Great fit if you need an open-weight model to run research or production agents that orchestrate web search, programmatic scraping and Python evaluation under a replayable, tool-oriented harness. It is suited for teams that can provision multi-GPU deployments and supply an external agent runtime (AxisAgentic or similar). Look elsewhere if you need a turnkey hosted service, a very small on-device model, or guaranteed closed-source commercial SLAs — the checkpoint alone is not a complete agent and depends on the surrounding harness and tool implementations.

Where it fits

Positioned between smaller "agentic" mini-checkpoints (which prioritize footprint) and large closed-source search agents, this model targets sub-400B open-weight usage with competitive benchmarks in agentic search. The project emphasizes reproducible evaluation (held-out external benchmarks) and an iterative AI4AI development loop rather than one-off finetuning.

How it was developed (brief)

The checkpoint was produced by post-training Qwen3.5-397B-A17B under a bounded-exploration AI4AI pipeline: humans set goals, constraints and acceptance policies while automated agents diagnose failures and propose targeted data or training interventions. The release is intended to be used with the AxisAgentic harness and SGLang tooling for web_search / scrape / python integrations rather than as a standalone end-user product.

More Items

Hugging Face
AI Model2026

Generates L2-normalized multimodal embeddings (default 4,096‑D) for text, images, videos and visual documents, supporting interleaved inputs and flexible dimension truncation (Matryoshka). Designed for cross-modal retrieval, ranking and downstream retrieval systems; audio is not supported.

Hugging Face
AI Model2026

Drop-in abliterated (refusal-removed) build of GLM-5.3-Flash that bakes refusal-direction removal into block-FP8 safetensors, yielding an uncensored 320B (18B active) multimodal MoE model with a 1M-token context. Intended for red-teaming, interpretability, and robustness research; MIT license; not for production without added guardrails.

Hugging Face
AI Model2026

An experimental multimodal model that adds visual understanding to DeepSeek-V4-Flash: accepts text+image inputs and returns text analyses. Improves vision-dependent agent workflows while maintaining comparable text-only performance; released under an MIT license on Hugging Face.