Capabilities
- Context
- 12K
- Max output
- 2K
farui-plus
| Official price | Catalog price | Discount |
|---|---|---|
| Input $2.94 / Output $2.94 | Input $2.94 / Output $2.94 | - |
API Base
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "farui-plus",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'