- Model
arcee-ai/trinity-large-thinking- Provider
vercel-ai-gateway- API
anthropic-messages- Base URL
https://ai-gateway.vercel.sh- Input
- text
- Reasoning
- Yes
- Context window
- 262,100
- Max tokens
- 80,000
- Cost / million input
- $0.25
- Cost / million output
- $0.9
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"vercel-ai-gateway": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "arcee-ai/trinity-large-thinking",
"name": "Trinity Large Thinking",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 262100,
"maxTokens": 80000,
"cost": {
"input": 0.25,
"output": 0.8999999999999999,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://ai-gateway.vercel.sh"
}
}
}