Agentic reasoning
Decomposes complex goals into executable sub-steps, plans ahead, and adapts based on intermediate observations.
Scaling the Horizon, Not the Parameters
A 35B Mixture-of-Experts agentic model built to scale heterogeneous agent abilities across long-horizon search, engineering, scientific research, instruction following, and tool calling.
Agents-A1 targets tasks where the model must plan, use tools, inspect intermediate state, and keep constraints intact across long contexts.
Decomposes complex goals into executable sub-steps, plans ahead, and adapts based on intermediate observations.
Supports function calling and external tools including APIs, code interpreters, search engines, and task environments.
Handles extended conversations and documents while preserving coherence, recall, and multi-step state.
Tracks detailed constraints across diverse domains, from scientific research prompts to structured tool workflows.
Agents-A1 is evaluated across long-horizon search, engineering tasks, scientific research, instruction following, general agentic tasks, and scientific agentic tasks.
Hover over any bar to inspect the model and score. Blue bars mark Agents-A1.
The model is trained with a domain-grounded knowledge-action graph that turns agent process traces into trainable targets.
Aligns the base model with broad agentic behaviors across search, engineering, research, tools, and instructions.
Captures specialized expertise for each domain, giving the final model stronger and more varied supervision.
Transfers expertise across heterogeneous domains with optimization designed for efficient knowledge transfer.
Agents-A1 can be served through SGLang or vLLM with OpenAI-compatible endpoints
at http://localhost:8000/v1.
python -m sglang.launch_server \
--model-path InternScience/Agents-A1 \
--port 8000 \
--tp-size 1 \
--mem-fraction-static 0.8 \
--context-length 262144 \
--reasoning-parser qwen3 \
--tool-call-parser qwen3_coder
vllm serve InternScience/Agents-A1 \
--port 8000 \
--tensor-parallel-size 1 \
--max-model-len 262144 \
--reasoning-parser qwen3 \
--enable-auto-tool-choice \
--tool-call-parser qwen3_coder
Use the model card for release details, the repository for scripts, and the open evaluation framework for reproducible agent capability testing.