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