# 英国主权LLM推理

- 来源：Hacker News 热门（buzzing.cc 中文翻译）
- 作者：benjamintnorris
- 发布时间：2026-05-16 00:48
- AIHOT 分数：62
- AIHOT 链接：https://aihot.virxact.com/items/cmp75z0sc07qyslnzcctjdnkj
- 原文链接：https://relax.ai/docs

## AI 摘要

英国发布了主权大型语言模型推理服务relax.ai。该服务旨在提供基于英国本土基础设施的AI推理能力，确保数据主权和合规性。其核心变化在于将模型推理过程完全保留在英国境内，以满足对数据安全和隐私有严格要求的政府与企业客户。目前该服务已上线，相关技术文档可通过其官方网站获取。

## 正文

Introduction | relaxAI Docs

Introduction

The relaxAI API offers official SDKs in Python, TypeScript, and Go, while also maintaining 1:1 compatibility with the OpenAI API for seamless integration using standard HTTP requests. Developers can get started quickly with RelaxAI’s SDKs or continue using OpenAI’s official Python and Node.js libraries. To install the official OpenAI Python bindings, use the following command:

relaxAI SDKs OpenAI SDKs

Terminal window

pip install relaxai

Terminal window

npm install relaxai

go get -u 'github.com/relax-ai/go-sdk@latest'

Terminal window

pip install openai

Terminal window

npm install openai

The relaxAI API provides RESTful access to advanced natural language processing models. This documentation outlines the available endpoints, required request parameters, and expected response structures for effective API interaction.
