Caller Large

Optimized for complex tool-based interactions & API function calls

Input price: $0.67/million

Output price: $0.82/million

Context length: 30k

Engineered for seamless integrations, Caller Large is a robust model that's been optimizied for managing complex tool-based interactions and API function calls. Its strength lies in precise execution, intelligent orchestration, and effective communication between systems–making it indispensable for sophisticated automation pipelines.

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