Overview

Engineered for high-throughput concurrency, the Meridian Go SDK uses a custom connection pool to multiplex thousands of inference requests over a single TLS session, minimizing handshake latency.

Quickstart

Initialize the client and execute a routing context.

go
1
import (
2
"context"
3
"fmt"
4
"github.com/meridian/go-sdk"
5
)
6
func main() {
7
client := meridian.NewClient("sk_live_...")
8
res, err := client.Route(context.Background(), meridian.RouteParams{
9
Models: []string{"llama-3-70b"},
10
})
11
fmt.Printf("Routed in %d ms", res.Latency)
12
}

Installation

npm
$npm install @meridian/sdk

DEPLOY / MERIDIAN

Start building with Meridian.

Two ways in — pick your path.

01

For humans

Get started with our Next.js and Python SDKs in seconds.

02

For agents

Tools to connect your autonomous agents to our edge infrastructure.

$npm install @synapse/sdk

Aquire $129

Aquire $129

Aquire $129

Create a free website with Framer, the website builder loved by startups, designers and agencies.