Bring your own machine
Use the models on your workstation or GPU server. Choose when, and with whom, to share access.
Your AI compute, working together
Reach models across machines your team already owns. Saylek routes inference to available capacity, while each owner’s own work comes first.
An emailed sign-in link. No password.
For small teams, research labs, and technical collaborators. One machine or one invitation is enough to start.
How a request is routed · illustration
How it works
Saylek connects the compute your team already owns, so the people you choose can use it.
01 / CONNECT
Saylek connects workstations and GPU servers and makes the models they serve accessible.
02 / REACH
Use models on your own machines and those your collaborators have shared with you.
03 / RUN
Send requests from chats, agents, and automated workflows. Saylek routes them to machines that can serve them.
Where your models get used
Coding agents, chat and assistant clients, automated workflows that run unattended, and code your team writes. Each one reaches the models your team’s machines are serving by changing a base URL and a key. Nothing else in the application changes.
Saylek speaks the OpenAI API, at the base URL https://api.saylek.com/v1, and Anthropic’s Messages API, at the base URL https://api.saylek.com. Both procedures are readable without an account: Use your models from anywhere and the Messages-API guide.
docs / connect an OpenAI client
from openai import OpenAI
client = OpenAI(
base_url="https://api.saylek.com/v1",
api_key="YOUR_API_KEY",
)
resp = client.chat.completions.create(
model="MODEL_ID",
messages=[{"role": "user", "content": "hello"}],
)Sharing stays with the owner
When sharing is on, your machine can serve AI requests from people you trust. You can keep using it, and your own work is prioritized.
Your machine connects out to Saylek. Sharing it does not require opening an inbound port on your network.
With or without a machine
Start with your machine, or with models your collaborators share.
Use the models on your workstation or GPU server. Choose when, and with whom, to share access.
Run requests on models your collaborators make available to you. No GPU or server of your own required.
Both begin with the same account. After that you connect a machine, or accept an invitation from someone who shares with you.
A few things to know
Founding teams, small research labs, and technical collaborators who want to use AI models across their own machines and machines shared by people they trust. You can start on your own or use models your collaborators share with you.
No. You can use models your collaborators have shared with you.
No. You can use it yourself and choose whether to share later.
No. Each owner independently chooses who can access their models.
Make a small start
See what your team’s compute can do together.
An emailed sign-in link. No password.