CV
ClaudeVersionLock
3 free runs left
Upgrade →

Anthropic API Key

Your key stays in your browser. We never store or transmit it to our servers.

Get your key at console.anthropic.com

Models Being Compared

Claude 4.6
claude-3-5-sonnet-20241022
Claude 4.7
claude-sonnet-4-5

Test Cases

2 tests configured

#1Sum array function

Write a JavaScript function that takes an array of numbers and returns the sum. Return ONLY the function, no explanation.

Must contain: return

#2SQL generation

Convert this to a SQL query: Find all users where age > 25 and status = active. Return ONLY the SQL, no explanation.

Must contain: SELECT