Under Construction

Relay Documentation

We are compiling comprehensive API references, extension SDKs, and step-by-step guides to help you build custom cross-LLM bridges.

docs.relay.dev/v1/quickstart
typescriptCopy

1 import { RelayClient } from "@relay/sdk";

2

3 // Initialize client with cross-LLM bridging

4 const relay = new RelayClient({ apiKey: "rl_live_..." });

5 const bridge = await relay.bridge({

6 from: "claude-3-opus",

7 to: "gpt-4o",

8 history: currentConversation

9 });

Be the first to know. No spam. Cancel anytime.