Qwen3-Coder
Qwen3‑Coder is an agentic code model available in multiple sizes, led by the 480B‑parameter Mixture‑of‑Experts variant (35B active) that natively supports 256K‑token contexts (extendable to 1M) and achieves state‑of‑the‑art results comparable to Claude Sonnet 4. Pre‑training on 7.5T tokens (70 % code) and synthetic data cleaned via Qwen2.5‑Coder optimized both coding proficiency and general abilities, while post‑training employs large‑scale, execution‑driven reinforcement learning, scaling test‑case generation for diverse coding challenges, and long‑horizon RL across 20,000 parallel environments to excel on multi‑turn software‑engineering benchmarks like SWE‑Bench Verified without test‑time scaling. Alongside the model, the open source Qwen Code CLI (forked from Gemini Code) unleashes Qwen3‑Coder in agentic workflows with customized prompts, function calling protocols, and seamless integration with Node.js, OpenAI SDKs, and environment variables.
Learn more
condense.chat
condense.chat is an LLM input compression API and drop-in proxy that shrinks prompts, retrieved documents, tool outputs, and repeated agent context before they hit upstream models. Less context, same Claude Code; its harness intercepts an agent’s growing session history and passes it through compression models before it reaches the main model, helping long-running coding agents start each next turn with fewer tokens. Condense sits between an app and the upstream LLM provider, tracks the conversation as a content-addressed chain, and transparently compresses repeated context on the way upstream. Developers can point their SDK at the Condense provider route, add a Condense key, keep their existing provider key, and change nothing else. It supports Anthropic and OpenAI-compatible routes, plus pass-through behavior for other provider paths such as model lists and embeddings.
Learn more
Intrascope
Intrascope is a BYOK team chat workspace for using multiple LLMs (GPT, Claude, DeepSeek, etc.) in one place, with shared persistent context called “Manifests”. Instead of prompts and decisions living in personal chat histories, teams keep reusable project context (docs, guidelines, tone, requirements) so outputs stay consistent and knowledge doesn’t disappear when someone leaves. Connect your own API keys, pay per usage (not per seat), and control which models get used per project.
Learn more
Qwen Code
Qwen3‑Coder is an agentic code model available in multiple sizes, led by the 480B‑parameter Mixture‑of‑Experts variant (35B active) that natively supports 256K‑token contexts (extendable to 1M) and achieves state‑of‑the‑art results on Agentic Coding, Browser‑Use, and Tool‑Use tasks comparable to Claude Sonnet 4. Pre‑training on 7.5T tokens (70 % code) and synthetic data cleaned via Qwen2.5‑Coder optimized both coding proficiency and general abilities, while post‑training employs large‑scale, execution‑driven reinforcement learning and long‑horizon RL across 20,000 parallel environments to excel on multi‑turn software‑engineering benchmarks like SWE‑Bench Verified without test‑time scaling. Alongside the model, the open source Qwen Code CLI (forked from Gemini Code) unleashes Qwen3‑Coder in agentic workflows with customized prompts, function calling protocols, and seamless integration with Node.js, OpenAI SDKs, and more.
Learn more