英国主权LLM推理
阅读原文· relax.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