国内域名更换通知

12月26日下午grsai.com域名遭遇拦截导致国内无法直接访问,请把域名切换为 grsai.ai。 同时旧域名会继续保留运营。

API Documentation

Chat API

Description
The interface parameters and response format are consistent with the openai api
Interface address changed to
https://grsaiapi.com
Original interface
https://api.openai.com/v1/chat/completions
Changed to
https://grsaiapi.com/v1/chat/completions
Example
The following is a simple example
Parameter description
model(required)
Type: string
Example: "gpt-4o-mini"
Description:
Model "gpt-4o-mini"
stream(required)
Type: boolean
Example: true
Description:
Whether to stream response
messages(required)
Type: array
Example: [{"role": "user", "content": "Hello!"}]
Description:
Dialog context information
Grsai