Become a ForgeRouter provider.
Connect your vLLM, llama.cpp, SGLang or OpenAI-compatible endpoint, publish your models, set your own pricing, and let ForgeRouter handle API access, usage tracking, billing and provider visibility.
Who can become a provider?
Community GPU host
You have a rig with a few GPUs (e.g. RTX 3090/4090s) sitting idle. You want to monetize that compute with minimal effort.
Fine-tune creator
You created a great fine-tune of Llama 3 or Mistral. You want to offer it as an API without building a billing platform from scratch.
AI agency
You host internal models for clients. You have excess capacity during off-peak hours that could generate revenue.
GPU hosting provider
You rent bare-metal GPUs. Offering inference APIs alongside your bare-metal rentals increases your margin and utilization.
Datacenter / Professional
You operate a verified tier datacenter in Europe and want to receive enterprise workloads specifically routed to your region.
You run the model. ForgeRouter handles the marketplace layer.
You provide
- check Hardware (GPUs, networking, power)
- check Inference runtime (vLLM, llama.cpp, etc.)
- check Model weights and quantization
- check Uptime and availability
ForgeRouter handles
- check Global API Gateway & Request routing
- check Token accounting and usage tracking
- check Developer billing and invoicing
- check Model catalog listing and discoverability
- check Provider payouts
ForgeNode: from local endpoint to marketplace deployment.
ForgeNode is the lightweight Python agent providers install next to their inference runtime. It securely bridges your local API to the global mesh without complex firewall rules.
$ pipx install forgenode
Installed forgenode-0.2.4
$ forgenode enroll --token <YOUR_TOKEN>
Authenticated as org_forge_devs
$ forgenode detect
Found vLLM running on http://localhost:8000
Detected Model: Qwen/Qwen2.5-32B-Instruct
Detected Hardware: 2x NVIDIA RTX A5000 (24GB)
$ forgenode publish
Deployment active. Routing traffic to gateway...
Start open. Build trust over time.
All providers start in the sandbox. Consistently high uptime and fast latency unlock higher tiers and better visibility.
Sandbox
Testing integration. No public traffic.
Community
Available via economy routing. Best effort.
Observed
Metrics tracked. Included in balanced routing.
Verified
Identity checked. High trust signals.
Professional
SLAs provided. Enterprise routing ready.
You set your inference price.
- check You define the cost per 1M input/output tokens.
- check We take a small platform fee to cover gateway hosting, billing, and bandwidth.
- check Payouts are processed monthly via Stripe Connect or wire transfer.
Honesty note: During the beta, provider payouts are processed manually at the end of the month. Automated Stripe Connect payouts will be enabled before general availability.
We are looking for 5 founding providers.
Join the initial cohort. We are actively onboarding reliable hosts with unique models or competitive pricing to seed the marketplace.
star Benefits
- • Priority listing in the model catalog
- • Direct support channel with the founding team
- • Influence over the ForgeNode roadmap
- • Zero platform fees for the first 3 months
rule What we ask
- • Willingness to tolerate early beta bugs
- • Commitment to running the node for at least 30 days
- • Clear communication regarding planned downtime
Application Form
Frequently Asked Questions
Do I need a static IP?
No. ForgeNode opens a secure, outbound connection to the ForgeRouter gateway. You do not need to open inbound ports or have a static IP, though a stable connection is required.
What happens if my node goes down?
The gateway will detect the failure almost immediately and route subsequent requests to other providers hosting the same model. Frequent downtime will affect your reliability score and tier status.
How do I get paid?
Payouts are calculated based on the tokens you processed successfully. During beta, this is handled manually via invoice/wire transfer. We will implement Stripe Connect for automated payouts soon.
Is the code open source?
The ForgeNode agent you install on your machine will be open source so you can verify exactly what it detects and transmits. The central ForgeRouter gateway and billing systems are proprietary.