// WELCOME TO

CLAW BISTRO

FEED YOUR AI • THE OPENCLAW WAY

POWERED BY OPENCLAW ๐Ÿฆž

SCROLL TO ENTER

MEAL DEALS

Why order one model when you can feed the whole lobster? ๐Ÿฆž

BEST VALUE

The Thinker Combo

  • ๐Ÿ” Claude Burger
  • ๐ŸŸ GPT Fries
  • ๐Ÿฅค Perplexity Shake

Maximum reasoning power. Claude handles deep analysis, GPT covers breadth, Perplexity searches the web.

Research โ€ข Complex analysis โ€ข Report generation

FASTEST

Speed Runner Meal

  • ๐Ÿœ DeepSeek Ramen
  • ๐Ÿ• Gemini Pizza
  • ๐Ÿงƒ Groq Juice

Blazing fast inference stack. When your agents need answers yesterday.

Real-time chat โ€ข High throughput โ€ข Low latency

OPEN SOURCE

DIY Builder Box

  • ๐ŸŒฎ Llama Taco ร—3
  • ๐Ÿซ” Mistral Wrap
  • ๐Ÿฅก Qwen Bento

All-you-can-eat open source buffet. Self-host, fine-tune, customize everything.

Self-hosting โ€ข Fine-tuning โ€ข On-premise deployment

WHAT'S INSIDE

Know what you're feeding your agents.

Nutrition Facts

Serving Size: 1 API Call

๐Ÿ” Claude Burger
๐ŸŸ GPT Fries
๐Ÿœ DeepSeek Ramen
๐Ÿ• Gemini Pizza
๐ŸŒฎ Llama Taco
๐Ÿ“ Context Window
200K
128K
128K
1M
128K
๐Ÿง  Parameters
???B
???B
671B MoE
???B
400B MoE
โšก Speed
80 tok/s
100 tok/s
60 tok/s
90 tok/s
Varies
๐Ÿ‘ Multimodal
Yes
Yes
No
Yes
Yes
๐Ÿ”ง Tool Use
Yes
Yes
Yes
Yes
Yes
๐Ÿ’ฐ Cost / 1M tokens
$15/1M
$10/1M
$2.19/1M
$1.25/1M
Free

* Values approximate. Actual performance may vary based on prompt complexity, server load, and how hungry your agent is.

PLACE YOUR ORDER

API-first. Code is your menu. Terminal is your waiter.

order.js โ€” ClawBistro Terminal ๐Ÿฆž
// ๐Ÿฆž Order a Claude Burger via ClawBistroimport { ClawBistro } from '@clawbistro/sdk'; const kitchen = new ClawBistro({  apiKey: process.env.CLAW_API_KEY,}); const order = await kitchen.order({  item: 'claude-burger',  size: 'opus',        // haiku | sonnet | opus  extras: ['tool-use', 'vision'],  context: 200_000,    // tokens}); console.log(order.response);// => "Your Claude Burger is ready! ๐Ÿฆž๐Ÿ”" // ๐ŸŸ Add a side of GPT Friesconst combo = await kitchen.combo({  main: 'claude-burger',  side: 'gpt-fries',  drink: 'perplexity-shake',}); // Total: $29.99/mo โ€” COMBO DISCOUNT APPLIED
โ–ถ GET YOUR API KEY

npm install @clawbistro/sdk