Connect your Freebuff, OpenAI, and other AI accounts. Get a single OpenAI-compatible API endpoint that routes to all of them.
curl https://gateway.tesserel.tech/v1/chat/completions \
-H "Authorization: Bearer sk_tesserel_" \
-H "Content-Type: application/json" \
-d {
"model": "deepseek/deepseek-v4-flash",
"messages": [{
"role": "user",
"content": "Hello, world!"
}]
}Everything you need to manage multiple AI providers through a single gateway.