- Model
Ring-2.6-1T- Provider
ant-ling- API
openai-completions- Base URL
https://api.ant-ling.com/v1- Input
- text
- Reasoning
- Yes
- Context window
- 262,144
- Max tokens
- 65,536
- Cost / million input
- $0.06
- Cost / million output
- $0.25
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"ant-ling": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "Ring-2.6-1T",
"name": "Ring 2.6 1T",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 262144,
"maxTokens": 65536,
"cost": {
"input": 0.06,
"output": 0.25,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"supportsStore": false,
"supportsDeveloperRole": false,
"supportsReasoningEffort": false,
"maxTokensField": "max_tokens",
"supportsLongCacheRetention": false,
"thinkingFormat": "ant-ling"
}
}
],
"api": "openai-completions",
"baseUrl": "https://api.ant-ling.com/v1"
}
}
}