Skip to main content

SDKs

Memorose provides thin official SDKs for the current /v1 runtime.

Available SDKs

The SDKs mirror the documented REST API and send x-api-key when an API key is configured.

Reranking and arbitration

Reranker mode is configured on the server, not in SDK constructors. To use internal model-based arbitrator mode, start the server with:
The per-request enable_arbitration field controls retrieval-time memory arbitration behavior exposed by the API. It does not select the server reranker implementation or model.

Direct HTTP fallback

If an SDK does not expose a newly added route yet, use the REST API documented in this site directly. The SDKs are intentionally thin wrappers over the same HTTP surface.