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