Multimodal agent model for long-horizon coding, image-text understanding, and autonomous task orchestration. Built as a 1T-parameter Mixture-of-Experts with 256K context and native int4 quantization — intended for coding-driven design, persistent background agents, and swarm-style sub-agent workflows.
Turns plain-English system or process descriptions into polished, themeable architecture, workflow, sequence, data-flow and lifecycle diagrams as a self-contained HTML file, with one-click theme toggle, copy-to-clipboard and export to PNG/JPEG/WebP/SVG (native up-to-4× rasterization).
Open-weight multimodal 35B Qwen3.6 model in Hugging Face Transformers format that supports image/video/text inputs and native long contexts (262,144 tokens). Emphasizes agentic coding and preserved reasoning traces (thinking), uses an MoE-backed architecture and is designed for self-hosting with vLLM/SGLang/KTransformers; requires multi-GPU resources for production.
Provides ~12.29M execution‑free agentic coding trajectories (≈112B tokens) sampled from 122K GitHub PRs to mid‑train code and agent models. Uses bash-only actions (grep, git, sed, etc.) so it scales without Docker; trajectories are unverified and intended for mid-training rather than final SFT.
Turns books, long videos, and podcasts into executable, testable AI agent skills using a structured RIA‑TV++ pipeline. Produces multi-file skill packs (BOOK_OVERVIEW.md, SKILL.md, INDEX.md, DIGEST.md), applies triple verification and pressure tests, and can install skills into Claude Code/Cursor for agent use.
Provides 207k+ LLM-generated agent trajectories of code edits and tool interactions for training and evaluating software-engineering agents. Collected via OpenHands and SWE-agent using Qwen3.5-122B and MiniMax-M2.5, multilingual across nine languages and released under CC BY 4.0.
A healed 64-layer 'frankenmerge' that stacks two Qwen3.5-derived finetunes into an ~18B GGUF model for multilingual text generation, reasoning, and reliable code/frontend output. Healed with a 1000-step QLoRA to reduce layer-boundary artifacts and targeted to run on 12–16 GB GPUs.
Runs goal-driven penetration tests by orchestration of an LLM agent and an MCP toolchain to perform reconnaissance, vulnerability discovery, exploitation, and structured PoC/report generation; supports multiple LLM providers and local MCP integrations; for authorized security testing only.
A 27B multimodal causal language model with a vision encoder and native long-context support (262,144 tokens). Optimized for repository-level coding agents and multimodal understanding; includes preserved "thinking" traces, multi-token prediction (MTP), and deployment recipes for vLLM / SGLang / Transformers.
FP8-quantized 27B multimodal Qwen3.6 model weights in Hugging Face Transformers format — supports image/text/video inputs, native 262k token context (extensible to ~1M), and is compatible with vLLM/SGLang/KTransformers for efficient local serving and research.
End-to-end multimodal model for native text↔image understanding, interleaved image-text generation, and image editing. Uses the NEO-Unify MoT architecture to avoid separate visual encoders/VAE. Suited for multimodal prototyping, demos, and research (Apache‑2.0).
Provides a single MCP endpoint that lets AI coding agents search AWS docs, run sandboxed Python scripts, and make authenticated AWS API calls with enterprise guardrails like IAM condition keys, CloudWatch metrics, and CloudTrail auditing.