Arcee AI Trinity Large Preview 已接入 AI Gateway

1 分钟阅读
2026 年 1 月 26 日
你现在可以通过 AI Gateway 直接访问 Trinity Large Preview,无需任何其他提供商账号。
Trinity Large Preview 针对推理密集型负载进行了优化,包括数学、编程任务和复杂的多步骤 Agent 工作流。它能够高效处理长时、多轮交互,同时保持较高的推理吞吐量。
要使用该模型,请在 AI SDK 中将 model 设置为 arcee-ai/trinity-large-preview:
import { streamText } from 'ai'const result = streamText({ model: 'arcee-ai/trinity-large-preview', prompt: `Implement a long-context reasoning benchmark with ingested documents, multi-step analysis, and generate conclusions.`})
AI Gateway 提供统一 API,用于调用模型、跟踪使用量与成本,并支持重试、故障切换和性能优化配置,从而实现高于单一提供商的可用性。它还内置了 observability、Bring Your Own Key 支持,以及带自动重试能力的智能提供商路由。
进一步了解 AI Gateway,查看 AI Gateway model leaderboard,或在我们的 model playground 中直接体验。
原文链接:https://vercel.com/changelog/trinity-large-preview-is-on-ai-gateway

