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?',
});
$0.10 | $0.40 | 542.31 ms | 80309 | 4339 | ||
$2.50 | $10.00 | 512.31 ms | 71401 | 4171 | ||
![]() | $3.00 | $15.00 | 471.27 ms | 117103 | 5264 | |
![]() | $3.00 | $7.00 | 563.35 ms | 105700 | 4961 | |
![]() | $0.10 | $0.40 | 436.55 ms | 81507 | 3922 |