Dedicated Endpoints

Run this model inference on single tenant GPU with unmatched speed and reliability at scale.

Learn more

Get help setting up a custom Dedicated Endpoints.

Talk with our engineer to get a quote for reserved GPU instances with discounts.

README

License: apache-2.0

Benchmark results

BenchmarkMetricScore
BrowseCompavg@345.5
Mind2Web 2avg@330.7
HLEavg@337.9
DeepResearch Benchavg@348.15
BrowseComp-Plusavg@361.0
WideSearchItem F1 avg@464.5
GAIAavg@380.8
LiveResearchBenchavg@368.2

QUEST Family

TypeResources
35B checkpointsRL, MT+SFT, MT, SFT
30B checkpointsRL, MT+SFT, SFT
Smaller checkpoints9B, 4B, 2B
Training dataRL data, SFT objective data, SFT open-ended data, Mid-training data

Model selection note: if you only need to evaluate objective tasks and do not need open-ended task evaluation, we recommend the MT+SFT checkpoints because they perform better on reasoning-heavy objective benchmarks. For a more comprehensive evaluation across both objective and open-ended tasks, we recommend the RL checkpoints.

Quick start

python

from transformers import AutoModelForCausalLM, AutoTokenizer
model_id = "osunlp/QUEST-35B-RL"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
model_id, device_map="auto", torch_dtype="auto",
)

Apply the model's chat template with tokenizer.apply_chat_template(...) before passing prompts.

License

Released under the Apache License 2.0.

Citation

If our paper or related resources prove valuable to your research, we kindly ask for a citation.

bibtex

@misc{xie2026quest,
title={QUEST: Training Frontier Deep Research Agents with Fully Synthetic Tasks},
author={Xie, Jian and Lin, Tianhe and Wang, Zilu and Ning, Yuting and Yao, Yuekun and Xue, Tianci and Zhang, Zhehao and Li, Zhongyang and Zhang, Kai and Wu, Yufan and Chen, Shijie and Gou, Boyu and Han, Mingzhe and Wang, Yifei and Lee, Vint and Wei, Xinpeng and Wang, Xiangjun and Su, Yu and Sun, Huan},
journal={arXiv preprint arXiv:2605.24218},
year={2026}
}

Model provider

osunlp

osunlp

Model tree

Base

this model

Modalities

Input

Video, Text, Image

Output

Text

Pricing

Dedicated Endpoints

View details

Supported Functionality

Model APIs

Dedicated Endpoints

Container

More information

Explore FriendliAI today