AI Skill Hub 强烈推荐:评估范围 是一款优质的AI工具。已获得 2.9k 颗 GitHub Star,AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
评估范围 是一款基于 Python 开发的开源工具,专注于 llm、vlm、ai 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
评估范围 是一款基于 Python 开发的开源工具,专注于 llm、vlm、ai 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install evalscope
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install evalscope
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/modelscope/evalscope
cd evalscope
pip install -e .
# 验证安装
python -c "import evalscope; print('安装成功')"
# 命令行使用
evalscope --help
# 基本用法
evalscope input_file -o output_file
# Python 代码中调用
import evalscope
# 示例
result = evalscope.process("input")
print(result)
# evalscope 配置文件示例(config.yml) app: name: "evalscope" debug: false log_level: "INFO" # 运行时指定配置文件 evalscope --config config.yml # 或通过环境变量配置 export EVALSCOPE_API_KEY="your-key" export EVALSCOPE_OUTPUT_DIR="./output"
<p align="center"> <br> <img src="docs/en/_static/images/evalscope_logo.png"/> <br> <p>
<p align="center"> <a href="README_zh.md">中文</a>   |   English   </p>
<p align="center"> <img src="https://img.shields.io/badge/python-%E2%89%A53.10-5be.svg"> <a href="https://badge.fury.io/py/evalscope"><img src="https://badge.fury.io/py/evalscope.svg" alt="PyPI version" height="18"></a> <a href="https://pypi.org/project/evalscope"><img alt="PyPI - Downloads" src="https://static.pepy.tech/badge/evalscope"></a> <a href="https://github.com/modelscope/evalscope/pulls"><img src="https://img.shields.io/badge/PR-welcome-55EB99.svg"></a> <a href='https://evalscope.readthedocs.io/en/latest/?badge=latest'><img src='https://readthedocs.org/projects/evalscope/badge/?version=latest' alt='Documentation Status' /></a> <p>
<p align="center"> <a href="https://evalscope.readthedocs.io/zh-cn/latest/"> 📖 中文文档</a>   |   <a href="https://evalscope.readthedocs.io/en/latest/"> 📖 English Documentation</a> <p>
⭐ If you like this project, please click the "Star" button in the upper right corner to support us. Your support is our motivation to move forward!
EvalScope is a one-stop LLM evaluation framework built by the ModelScope Community. Just one command to start — it supports model capability evaluation, inference performance stress testing, and result visualization.
pip install evalscope
evalscope eval --model your-model-name --api-url $OPENAI_API_BASE_URL --api-key $OPENAI_API_KEY --eval-type openai_api --datasets gsm8k --limit 5
trie_agentic_coding / trie_code_qa / trie_office_work) replay real multi-turn agent traces with per-turn token caps and tool-call latency simulation. Also introduced a --duration wall-clock budget for all benchmark modes and a Turn dataclass for per-turn overrides.k2_verifier, kimi_verifier, minimax_verifier) for validating whether third-party API deployments faithfully reproduce official model behavior, with a shared VendorVerifierAdapter base class.bash in a Docker sandbox, official rule-based scorer) and generic MCP server support — any NativeAgentConfig-driven benchmark can now plug in stdio / HTTP / SSE MCP servers (fetch, web search, GitHub, ...) without per-benchmark wiring.agent_trace. Bring-your-own-runner via @register_runner. See the External Agent Bridge guide.banking_knowledge retrieval domain (RAG), 75+ task fixes across existing domains, and pluggable retrieval pipelines (BM25 / embeddings / rerankers / sandbox shell).DefaultDataAdapter (GSM8K, AIME, IFEval, etc.) can now be driven through a multi-turn AgentLoop with pluggable strategies (function_calling / react / swe_bench_*), tools (bash / python_exec / submit) and local / docker environments. Per-sample agent_trace is recorded and rendered step-by-step in the dashboard's Predictions tab. See the Agent Evaluation guide for details.<details><summary>More historical updates</summary>
--eval-type anthropic_api to evaluate models via Anthropic API service.pass@k, vote@k, pass^k and other metric aggregation methods; added support for multimodal evaluation benchmarks such as A_OKVQA, CMMU, ScienceQA, V*Bench./v1/completions endpoint.llmuses has been changed to evalscope.</details>
pip install evalscope
For detailed installation instructions (source install, extra dependencies, etc.), please refer to the 📖 Installation Guide.
Model WinRate (%) CI (%) ------------ ------------- --------------- qwen2.5-72b 69.3 (-13.3 / +12.2) qwen2.5-7b 50 (+0.0 / +0.0) qwen2.5-0.5b 4.7 (-2.5 / +4.4) ``` For details, please refer to 📖 Arena Mode Usage Guide.
Supports any OpenAI API-compatible model service. Just set $OPENAI_API_BASE_URL and $OPENAI_API_KEY and you are ready to go:
evalscope eval \
--model your-model-name \
--api-url $OPENAI_API_BASE_URL \
--api-key $OPENAI_API_KEY \
--eval-type openai_api \
--datasets gsm8k arc \
--limit 5
高效的大型模型评估框架,值得关注
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,评估范围 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | evalscope |
| 原始描述 | 开源AI工具:A streamlined and customizable framework for efficient large model (LLM, VLM, AI。⭐2.9k · Python |
| Topics | llmvlmaiperformanceevaluation |
| GitHub | https://github.com/modelscope/evalscope |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-05-29 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。