CrofAI
A hosted service with its own key and prices. This page lists the addresses it answers, the facts its documentation states, and the setup of each harness.
Addresses and facts
- OpenAI Chat Completions:
https://crof.ai/v1models.dev, read
- Authentication
- Authorization: Bearer, with the key in
CROF_API_KEYmodels.dev, read - Structured output
- Unknown
- Tool calling
- 20 of 24 listed models The share of this provider's models that models.dev records with tool calling. models.dev, read
- Rate limits
- Unknown
- Prices
- Unknown
- Data retention
- Unknown
- Documentation
- Read the page models.dev, read
- Output limits Baltor recorded
- Unknown
Harness setup
Replace deepseek-v3.2 with the model you want.
OpenCode
Put this in opencode.json in your project folder:
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"crof": {
"npm": "@ai-sdk/openai-compatible",
"name": "CrofAI",
"options": {
"baseURL": "https://crof.ai/v1",
"apiKey": "{env:CROF_API_KEY}"
},
"models": {
"deepseek-v3.2": {
"name": "deepseek-v3.2"
}
}
}
}
}- OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.
From OpenCode documentation, read .
Pi
Put this in ~/.pi/agent/models.json:
{
"providers": {
"crof": {
"baseUrl": "https://crof.ai/v1",
"api": "openai-completions",
"apiKey": "$CROF_API_KEY",
"models": [
{
"id": "deepseek-v3.2"
}
]
}
}
}- The apiKey field can name an environment variable as $NAME.
From Pi documentation, read .
Codex
Codex speaks only the Responses API, and CrofAI documents no Responses address. A gateway that offers one can sit in between.
- Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.
From Codex documentation, read .
Claude Code
Claude Code sends Anthropic Messages requests, and CrofAI documents no such address. A gateway that translates to that API can sit in between.
- Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.
From Claude Code documentation, read .
Models it lists
Prices in US dollars per million tokens, input and output, as models.dev, read records them.
| Model | Input | Output | Context | As of |
|---|---|---|---|---|
DeepSeek V3.2 deepseek-v3.2 | 0.180 USD | 0.350 USD | 163,840 | older than 30 days |
DeepSeek V4 Flash deepseek-v4-flash | 0.120 USD | 0.210 USD | 1,000,000 | older than 30 days |
DeepSeek V4 Flash (New) deepseek-v4-flash-0731 | 0.080 USD | 0.100 USD | 1,000,000 | older than 30 days |
DeepSeek V4 Flash Vision Exp deepseek-v4-flash-vision-exp | 0.080 USD | 0.200 USD | 1,000,000 | |
DeepSeek V4 Pro deepseek-v4-pro | 0.350 USD | 0.800 USD | 1,000,000 | older than 30 days |
DeepSeek V4 Pro (0813) deepseek-v4-pro-0813 | 0.350 USD | 0.800 USD | 1,000,000 | older than 30 days |
Gemma 4 31B IT gemma-4-31b-it | 0.100 USD | 0.300 USD | 262,144 | older than 30 days |
GLM-5.1 glm-5.1 | 0.450 USD | 2.15 USD | 202,752 | older than 30 days |
GLM-5.2 glm-5.2 | 0.300 USD | 1.05 USD | 1,000,000 | older than 30 days |
GLM-5.3 glm-5.3 | 0.400 USD | 1.40 USD | 1,000,000 | older than 30 days |
GLM 5.3-Flash glm-5.3-flash | 0.070 USD | 0.220 USD | 1,000,000 | |
Greg 1 Mini greg-1-mini | 0.070 USD | 0.150 USD | 229,376 | older than 30 days |
Greg 2 Super greg-2-super | 1.50 USD | 5.00 USD | 229,376 | older than 30 days |
Greg 2 Ultra greg-2-ultra | 3.00 USD | 10.00 USD | 229,376 | older than 30 days |
Greg (Roleplay) greg-rp | 0.100 USD | 0.300 USD | 229,376 | older than 30 days |
Kimi K2.6 kimi-k2.6 | 0.500 USD | 1.99 USD | 262,144 | older than 30 days |
Kimi K2.7 Code kimi-k2.7-code | 0.550 USD | 2.25 USD | 262,144 | older than 30 days |
Kimi K3 kimi-k3 | 2.00 USD | 8.00 USD | 1,000,000 | older than 30 days |
Kimi K3 Eco kimi-k3-eco | 1.00 USD | 4.00 USD | 1,000,000 | older than 30 days |
MiMo-V2.5-Pro mimo-v2.5-pro | 0.400 USD | 0.800 USD | 1,048,576 | older than 30 days |
Qwen3.5 397B-A17B qwen3.5-397b-a17b | 0.350 USD | 1.75 USD | 262,144 | older than 30 days |
Qwen3.5 9B qwen3.5-9b | 0.040 USD | 0.150 USD | 262,144 | older than 30 days |
Qwen3.6 27B qwen3.6-27b | 0.200 USD | 1.50 USD | 262,144 | older than 30 days |
Qwen3.8 27B qwen3.8-27b | 0.200 USD | 1.50 USD | 262,144 | older than 30 days |
Sources of this page
- models.dev/api.json, read
Paid links
No link in this directory is a paid link or an ad, and no listing is paid for. The order and the contents of every list come from the sources named on this page.