Simple, reliable, and cost-effective AI API access. One endpoint, hundreds of models, zero headaches.
No credit card required ยท Free 100K tokens on sign-up
One API key. Fifty-plus models. All the tools to ship faster.
Access 50+ models from OpenAI, Anthropic, Google, Meta, and more โ through a single, unified endpoint.
RESTful endpoints, streaming support, comprehensive docs. If you know OpenAI's API, you already know ours.
No monthly fees. No lock-in. Pay only for what you use โ starting at $0.0001 per 1K tokens.
One curl command. That's all it takes.
curl -X POST https://api.lobsterstoken.co.uk/chat \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-4o", "messages": [{"role": "user", "content": "Hello!"}] }'
{
"id": "chatcmpl-xxx",
"model": "gpt-4o",
"choices": [{
"message": {
"role": "assistant",
"content": "Hello! How can I help you today?"
}
}]
}
Starting price. Actual cost varies by model โ see full pricing for details.