Open test. ServerShare runs on test credits only. Nothing is charged, nothing is paid out, and credits have no monetary value. Features, APIs and data may change or be reset. Test terms →

Request access Become a host

Open AI models on a
community-powered GPU network.

One OpenAI-compatible gateway for language, image and other open models — served by pools of independent GPU hosts, with every model request served in an isolated, ephemeral virtual machine. Build your own apps on it, or create in our studios.

Request API access Explore studios

Have an idle GPU or Mac? Become a host →

Invite-only test · Free test credits · No tracking cookies

Two ways to join

Use the network

Run open models through an OpenAI-compatible API, or create in our browser studios.

Request access

Free test credits during the open test.

Power the network

Connect your GPU or Apple Silicon Mac and it joins model pools that fit its hardware. Workloads run in isolated virtual machines, never directly on your system.

Become a host

Test credits only during the open test — no money is paid.

Change one line. Keep your code.

The ServerShare gateway speaks the OpenAI API. Point your existing SDK at our base URL and run open models on the network.

Example — gateway is in testing, API may change
from openai import OpenAI

client = OpenAI(
    base_url="https://servershare.io/v1",
    api_key="YOUR_SERVERSHARE_KEY",
)

stream = client.chat.completions.create(
    model="example-chat-model",
    messages=[{"role": "user", "content": "Hello!"}],
    stream=True,
)

for chunk in stream:
    print(chunk.choices[0].delta.content or "", end="")
Gateway endpoints
Endpoint What it does Status
/v1/chat/completions Chat and text generation with streaming In testing
/v1/models Model catalogue with capabilities and limits In testing
/v1/images/generations Image generation from text, with style presets In testing
/v1/embeddings Text embeddings Planned
/v1/audio/transcriptions Speech to text Planned
Async jobs API Long-running tasks: video, custom model training Planned

Streaming and usage counts In testing

Standard streaming responses with token usage on every request.

Seamless failover In testing

If a host drops mid-response, the stream continues on another host in the same pool without repeating tokens. A request that fails before the first byte is retried on another host.

Usage you can trust In testing

Tokens are counted by the platform, not reported by hosts.

Custom models Planned

Serve your own fine-tuned adapters (LoRA).

Available models

The model catalogue is published to invited developers during the test.

Model pools: many hosts, one endpoint.

Each model runs in a pool — a group of hosts with the same model loaded and ready. The gateway spreads requests across the pool, sends each one to the ready host with the lightest load and takes a host out of rotation when it stops answering.

Matched to hardware In testing

A pool machine can only be created on a host with enough GPU memory for the model.

Rated hosts first In testing

Machines below a pool's minimum rating get no requests, and new machines get less traffic. Among the rest, the shortest queue decides.

Always warm In testing

Pools keep models loaded, so there's no waiting for downloads.

What runs where
Host hardware Typical workloads
GPUs with 12–16 GB Smaller language models, image generation, embeddings
GPUs with 24–32 GB Mid-size language models (quantized), image and video generation, custom model training
Multi-GPU hosts Larger language models
Apple Silicon with large unified memory Planned Large mixture-of-experts language models

Examples only. Actual models depend on the catalogue and on available hosts.

Holding a machine that serves a pool: the pools guide covers what is checked, how the rating is built and how served tokens are settled.

Private pools Planned

Reserve a dedicated pool of high-rated hosts for your team or app, with your own models preloaded.

Studios — built on the same gateway.

Not a developer? Our studios give you the same network in a friendly browser app. They use exactly the same public API that developers get.

Design Studio Planned

Create and edit images with open models: text to image, style presets, variations, background replacement, upscaling, custom styles and product models.

Chat Studio In testing

Chat with open language models, ask two of them the same question and save conversations — through the same gateway and keys as any app.

More studios Planned

Video, audio and specialised tools as the network grows.

Custom training is subject to our Acceptable Use Policy.

Request studio access

How it works

  1. Request

    Your app or a studio sends a request to the gateway.

  2. Route

    The gateway picks the pool serving the model and its ready host with the lightest load, skipping machines below the pool's minimum rating In testing. Choosing by trust tier is Planned.

  3. Run

    The host serves the request inside an isolated, ephemeral virtual machine.

  4. Return

    Results stream back; usage is counted by the platform. In testing

  5. Recover In testing

    If a host fails, the request continues on another host.

Reliability rating In testing

Every pool machine is scored on uptime, successful requests, time to ready, speed and integrity checks. Machines below a pool's minimum get no requests; new machines start small.

In testing During the test, some requests may be served by third-party model providers when no suitable host is available. It is switched on per model by the platform, and every such request is recorded with the provider's name. See the Test Terms.

Why ServerShare

Drop-in compatible

Works with existing OpenAI SDKs and tools.

Full VMs, not containers

Every workload runs behind a hypervisor boundary.

Ephemeral hosts In testing

Hosts keep nothing after a job ends.

Open-source host agent Planned

Anyone will be able to review what runs on host machines.

Trust tiers

Different workloads need different protection. The gateway routes each request to a tier that fits it.

What each trust tier gives you
Property Community Verified Confidential
Status In testing Planned Planned
Hosts Individual hardware owners High-rated hosts with hardware attestation Hosts with hardware-level memory protection
Protection VM isolation, ephemeral hosts + attestation, integrity checks + hardware-protected memory
Used for Public content, general creative work Language-model requests, your own images, custom training Sensitive data

Language-model prompts often contain private information, so they are routed to Verified hosts once that tier is available. Until then, please don't send confidential data during the test.

Security you can check, not just trust.

What each tier protects against
Threat Community Verified Confidential
Leftover data on host after a job ✅ Protected 🗓 Planned: protected 🗓 Planned: protected
Workload escaping into the host system ✅ Protected 🗓 Planned: protected 🗓 Planned: protected
Network eavesdropping ✅ Encrypted 🗓 Planned: encrypted 🗓 Planned: encrypted
Host serving a different model than requested ⚠ Spot-checked 🗓 Planned: checked + attested 🗓 Planned: checked + attested
Host inspecting a running request's memory ❌ Not protected 🗓 Planned: reduced risk 🗓 Planned: hardware-protected

Built for responsible use.

We do not allow:

  • Generating or training on images of real people without their documented consent
  • Any content that sexualizes minors
  • Non-consensual intimate imagery or deceptive deepfakes
  • Malware, spam, fraud or other abusive uses of the network
  • Content that infringes others' rights

Requests are rate-limited and watched for abuse patterns; automatic screening of requests and outputs is Planned. Apps built on ServerShare must follow the same rules. Violations lead to removal and suspension.

Acceptable Use Policy →

Turn your idle hardware into part of the network.

ServerShare runs on machines owned by people like you. Install the agent, choose when your machine is available, and it joins model pools that fit its hardware — serving language models, image generation and more.

Why host with us

Your system stays yours

Workloads run inside a virtual machine with a hypervisor boundary — never directly on your operating system.

Nothing left behind In testing

Virtual machines are ephemeral. No user data stays on your disk; only verified public model files are cached.

Restricted network use In development

A pool machine can be limited to the endpoints it needs, so your connection can't be used for spam or attacks. Not every workload is limited yet.

You're in control In testing

Pause a pool machine at any time: it finishes the requests it has and takes no new ones, so you can stop it without cutting anyone off. Availability hours are Planned.

How it works

  1. Message the bot

    Tell us about your hardware in Telegram and get an invite.

  2. Install the agent

    Windows or macOS. Linux is Planned.

  3. Join a pool In testing

    Create a pool machine for a model; the network checks that your GPU has enough memory for it.

  4. Build your rating In testing

    Uptime, successful requests and speed raise each pool machine's reliability rating; machines below a pool's minimum get no requests.

What your hardware can run
Your hardware Pools you can join (examples)
NVIDIA GPU, 12–16 GB Smaller language models, image generation, embeddings
NVIDIA GPU, 24–32 GB Mid-size language models, image and video generation, custom model training
Several NVIDIA GPUs in one machine Larger language models
Apple Silicon Mac with large unified memory Planned Large language models

Requirements

Supported host platforms
Platform Status
Linux Planned
Windows In testing
macOS (Apple Silicon) In testing
Android Planned

Host questions

Will hosting slow down my computer?

Only while it's serving work. You can pause at any time.

What about electricity?

Hosting uses power while serving work. During the test there is no payout, so host only if you're comfortable with that cost.

Can I see what runs on my machine?

The panel shows which pool your machine is in, its state, the requests and tokens it served and what it earned in test credits. The agent source code will be published. Planned

Can I stop hosting?

Yes, at any time.

Tell the bot your GPU or Mac model, memory, operating system and upload speed. The host guide lists what a machine needs and what stays yours.

Become a host in Telegram

Roadmap

  1. In testing

    VM isolation, ephemeral hosts, Windows and macOS hosts, OpenAI-compatible gateway (chat and model catalogue), API keys and rate limits, language-model pools with pause, platform-side usage counting, test credits, host accelerator passport, telemetry and benchmarks, reliability ratings, failover mid-response, integrity checks, third-party model providers, Chat Studio, async jobs API.

  2. In development

    Restricted guest network, Apple Silicon pools.

  3. Planned

    Image generation and Design Studio, automatic screening of requests and outputs, Linux hosts, availability hours, embeddings and speech endpoints, video jobs, custom models, private pools, Verified tier and host attestation, open-source agent, Confidential tier, paid plans and host payouts after the test.

Questions

What can I run on ServerShare?

Open models that fit the hardware in our pools — language, image and more. See the model catalogue for what's available right now.

Do I need a new SDK?

No. The gateway is OpenAI-compatible; change the base URL and API key.

Can hosts see my prompts?

Requests run in isolated, ephemeral virtual machines. A host with full control of its machine could in theory inspect a running request on Community hosts. Language-model requests will be routed to Verified hosts once that tier is available. Please don't send confidential data during the test.

Do you store my prompts?

How long prompts and outputs are kept, and why, will be set out in the Privacy Policy.

What happens if a host goes offline mid-response?

Today the response is cut off, and your SDK sees an error you can retry. Continuing on another host in the same pool is Planned. A host that fails before sending anything is replaced automatically.

Are requests always served by the ServerShare network?

Not always. When no suitable host is available, some requests may be served by third-party model providers In testing. The platform switches this on per model, and every such request is recorded with the provider's name. This is described in the Test Terms.

Is it free?

During the test, yes. Everything runs on test credits with no monetary value.

How do I become a host?

Message our Telegram bot using the Become a host button. See the host section for requirements.

Do hosts get paid?

Not during the test. Hosts receive test credits only.

How do I contact you?

Only via our Telegram bot for now.

Can I use outputs commercially?

It depends on each model's license, shown in the catalogue.

Join the test.

How to get access

  1. Message our bot on Telegram.
  2. Ask it for an invitation link.
  3. Open the link and set your own password.

Already have an account? Sign in

No payments and no payouts: usage is accounted for in test credits, which have no monetary value. This page has no sign-up form and collects nothing from you. What the platform stores once you are inside, and what you must not upload, is set out in the terms you accept when you sign in.