Exa Launches Agent Ultra: A Subagent Swarm Deep Research API Built for Exhaustive List Building






Exa has released Agent Ultra, the highest effort level of its Exa Agent API. It is built for research that must run to exhaustion: large list building, entity enrichment, and questions that need thousands of sources. Exa team reports that Ultra beats Opus 5.5, GPT-6 Astra, and Perplexity Agent, each at maximum effort, on 4 research benchmarks.

Is it deployable? Yes, as a hosted API. Agent Ultra is live today on the Exa API by setting effort: "ultra". It is not open weights and cannot be self-hosted.

What is Exa Agent Ultra?

Exa Agent splits a task into subtasks and assigns subagents to research several domains at once. It routes frontier models to steps that need them and faster models where those are enough. Ultra is the mode that spends the most compute. According to the Agent Ultra docs, it runs longer than any other effort to return the most complete results.

Ultra runs typically finish complex tasks in about 30 minutes. Very hard tasks can take up to 3 hours.



Source link

  • Related Posts

    End-to-End Multimodal Data Augmentation and Adversarial Robustness Benchmark with AugLy for Images, Text, Audio, and PyTorch

    import subprocess, sys, importlib def _sh(cmd): print(f”$ {cmd}”) subprocess.run(cmd, shell=True, check=False, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL) def _need(mod): try: importlib.import_module(mod) return False except ImportError: return True if _need(“augly”): _sh(“apt-get -qq install -y libmagic1…

    Liquid AI Releases LFM2.5-VL-3B-DSpark: Speculative Decoding for Vision-Language Models With Up to 3.13x Faster Decoding

    Liquid AI has announced LFM2.5-VL-3B-DSpark, an experimental speculative-decoding draft model for its LFM2.5-VL-3B vision-language model. The drafter adds about 280M parameters and speeds up decoding without changing the model’s output.…

    Leave a Reply

    Your email address will not be published. Required fields are marked *