Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

Visual Model Browser: Prefer a visual interface? Browse all 195+ models with filtering, search, and comparison.
Endpoint
GET /llm/v1/models
curl https://api.case.dev/llm/v1/models \
  -H "Authorization: Bearer sk_case_YOUR_API_KEY"
Response
{
  "object": "list",
  "data": [
    {
      "id": "casemark/core-large",
      "name": "CaseMark Core Large",
      "description": "CaseMark's flagship legal reasoning model powered by Kimi K2.6",
      "owned_by": "casemark",
      "context_window": 200000,
      "max_tokens": 128000,
      "tags": ["reasoning", "legal", "tool-use"],
      "pricing": {
        "input": "0.0000015",
        "output": "0.0000035"
      }
    },
    {
      "id": "anthropic/claude-sonnet-4.5",
      "name": "Claude Sonnet 4.5",
      "description": "Anthropic's latest model with vision and reasoning",
      "owned_by": "anthropic",
      "context_window": 200000,
      "max_tokens": 64000,
      "tags": ["vision", "reasoning", "tool-use"],
      "pricing": {
        "input": "0.0000015",
        "output": "0.000015"
      }
    }
  ]
}
ModelContextBest forInput $/MTok
casemark/core-large200KLegal reasoning, workflows$1.50
anthropic/claude-sonnet-4.5200KComplex analysis, vision$6.00
anthropic/claude-opus-4200KHardest tasks$20.00
openai/gpt-4o128KGeneral purpose, vision$5.00
openai/gpt-4o-mini128KFast, cheap$0.30
google/gemini-2.5-flash1MVery long documents$0.15
deepseek/deepseek-chat64KCost-effective$0.28

Model capabilities

TagMeaning
visionCan process images
tool-useSupports function calling
reasoningEnhanced reasoning
fastOptimized for low latency
legalFine-tuned for legal tasks
Prices are per token. Multiply by 1,000,000 for price per million tokens (MTok).