> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fastino.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Use https://docs.fastino.ai/openapi.json as the source of truth for customer-facing Fastino API routes. Only call operations present in that specification. Do not infer or call undocumented routes. Direct Fastino API integrations use https://api.fastino.ai, /v1 routes, and FASTINO_API_KEY.

# GLiNER-2.5-Decide

> GLiNER-2.5-Decide 是一款决策模型，将类型化决策与显式约束、片段抽取、关系和结构化记录结合，支持模型路由、工具调用和护栏等低延迟决策场景。

GLiNER-2.5-Decide 是一款决策模型，适用于需要基于同一段文本做出多个相关判断的应用。它将类型化决策与显式约束、片段抽取、关系和结构化记录结合在一起。

## 模型能力与使用场景

当软件必须基于同一段文本做出多个相关判断时，决策模型尤其有用。GLiNER-2.5-Decide 支持需要确定性、低延迟决策的使用场景。

1. **模型路由。** 按目标、复杂度或升级级别路由请求。返回所选路由及其概率和置信度分数。
2. **工具调用。** 从允许的工具集合中进行选择，并将请求中的参数捕获为结构化记录。
3. **浏览器与计算机操作。** 评估当前状态以选择下一步操作。将操作、目标和参数表示为结构化记录。
4. **护栏。** 同时评估安全性、危害类型和升级需求，并逐字抽取有害片段。当答案组合相互矛盾时应用约束。
5. **上下文裁剪。** 判断上下文中哪些信息相关，并返回与该决策关联的精确字符片段。
6. **LLM 作为评审。** 将评分标准表示为分类或有序问题。返回所选值及其概率分布和置信度分数。
7. **游戏与模拟。** 评估游戏状态以确定意图、操作或结果。通过实体、关系和结构化记录来表示参与者和状态信息。

<CardGroup cols={2}>
  <Card title="查看模型目录" icon="table-list" href="/cn/concepts/models">
    浏览 Fastino 模型及其模型 ID。
  </Card>

  <Card title="了解推理" icon="sparkles" href="/cn/inference">
    了解 Fastino 如何提供 GLiNER 模型服务。
  </Card>
</CardGroup>
