Skip to main content
Composer 2.5 is Cursor’s flagship coding model, optimized for agentic software development tasks.

Model

cursor/composer-2.5
ProviderCursor
NameComposer 2.5

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",
    "messages": [
      {"role": "user", "content": "Write a Python function to merge two sorted lists."}
    ]
  }'