Models

Get up and running instantly
Integrate with Rollerskate with a single line of code
  const client = new OpenAI({
    apiKey: process.env['OPENAI_API_KEY'], // This is the default and can be omitted
+   baseURL: 'https://api.rollerskate.dev/v1',
  });

  const response = await client.responses.create({
    model: 'gpt-4o',
    instructions: 'You are a coding assistant that talks like a pirate',
    input: 'Are semicolons optional in JavaScript?',
  });
google
Gemini Flash 2.0
$0.10
$0.40
542.31 ms
80309
4339
openai
GPT 4o
$2.50
$10.00
512.31 ms
71401
4171
anthropic
Claude 3.7 Sonnet (reasoning)
$3.00
$15.00
471.27 ms
117103
5264
togetherai
DeepSeek R1 (TogetherAI)
$3.00
$7.00
563.35 ms
105700
4961
aws
DeepSeek R1 (AWS Bedrock)
$0.10
$0.40
436.55 ms
81507
3922