Skip to content

feat: add Rungate to service registry#571

Open
ziyincody wants to merge 2 commits intotempoxyz:mainfrom
ziyincody:feat/add-rungate-service
Open

feat: add Rungate to service registry#571
ziyincody wants to merge 2 commits intotempoxyz:mainfrom
ziyincody:feat/add-rungate-service

Conversation

@ziyincody
Copy link
Copy Markdown

@ziyincody ziyincody commented Apr 15, 2026

Summary

  • Adds Rungate as a first-party MPP service in the catalog
  • OpenAI-compatible LLM inference API
  • GET /v1/models is free; POST /v1/chat/completions uses dynamic Tempo pricing — one-shot charge for non-streaming, Tempo Session for streaming

Test plan

  • Verify Rungate appears in the services catalog UI at /services
  • Confirm POST /v1/chat/completions shows as dynamic/session-priced
  • Confirm GET /v1/models shows as free (no price badge)

🤖 Generated with Claude Code

ziyincody and others added 2 commits April 15, 2026 15:16
Adds api.rungate.ai as a first-party MPP service — an OpenAI-compatible
LLM inference API. Chat completions use dynamic Tempo pricing (charge for
non-streaming, session for streaming); the model listing endpoint is free.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 15, 2026

@ziyincody is attempting to deploy a commit to the Tempo Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown

Thanks for submitting a service to the MPP directory!

If you want your service included in the curated mpp.dev/services list, complete this checklist before review:

Required

  • Your service is live and accepting payments via MPP (not a placeholder or coming-soon)
  • You've added your entry to schemas/services.ts following the contributing guide
  • Types pass: pnpm check:types
  • Build succeeds: pnpm build

Recommended

  • Register your service on MPPScan (by Merit Systems) — it follows the standard MPP discovery format and makes your service discoverable by agents immediately, no PR required

Review criteria

We prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready.


Contributing guide · MPPScan · Protocol docs

@github-actions
Copy link
Copy Markdown

🔀 Changed Services

✅ Added

  • rungate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant