Coder Small
Compact coding model for efficient programming tasks
Input price: $0.40/million
Output price: $0.52/million
Context length: 32k
A high-performance but compact coding model that excels at efficient programming tasks–including generating code, debugging, and optimizing scripts for smaller projects.
API Usage
curl --http2 -X POST https://models.arcee.ai/v1/chat/completions \
-H "Authorization: Bearer $ARCEE_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "coder-small",
"messages": [
{
"role": "user",
"content": "Your prompt here"
}
]
}'