Coder Large

High-performance model tailored for intricate programming tasks

Input price: $0.67/million

Output price: $0.82/million

Context length: 32k

Coder thrives in software development environments. With a focus on efficiency, reliability, and adaptability, it supports developers in crafting, debugging, and refining code for complex systems.

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",
        "messages": [
          {
            "role": "user",
            "content": "Your prompt here"
          }
        ]
      }'
Get an API Token