Claude Opus 4.7

Model details

Claude Opus 4.7

Model
claude-opus-4.7
Provider
github-copilot
API
anthropic-messages
Base URL
https://api.individual.githubcopilot.com
Input
text, image
Reasoning
Yes
Context window
144,000
Max tokens
64,000
Cost / million input
$0
Cost / million output
$0
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "github-copilot": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "claude-opus-4.7",
          "name": "Claude Opus 4.7",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 144000,
          "maxTokens": 64000,
          "cost": {
            "input": 0,
            "output": 0,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://api.individual.githubcopilot.com"
    }
  }
}