Skip to main content
Composer 2.5 Fast is a lower-latency variant of Composer 2.5, optimized for quick coding tasks and interactive workflows.

Model

cursor/composer-2.5-fast
ProviderCursor
NameComposer 2.5 Fast

Supported Endpoints

All three API formats are supported:

Example

curl -X POST https://api.unifically.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "cursor/composer-2.5-fast",
    "messages": [
      {"role": "user", "content": "Explain this error: TypeError: Cannot read property of undefined"}
    ]
  }'