Lychee AILychee AI
AIモデルAPIRealtime

ネイティブOpenAI形式

リアルタイム会話のためのWebSocket接続を確立します。

注意: これはWebSocketエンドポイントであり、WebSocketプロトコルを使用して接続する必要があります。

接続URL例: wss://api.example.com/v1/realtime?model=gpt-4o-realtime

GET
/v1/realtime

Authorization

BearerAuth

AuthorizationBearer <token>

Bearer Token認証を使用します。 形式: Authorization: Bearer sk-xxxxxx

In: header

Query Parameters

model?string

使用するモデル

Response Body

application/json

curl -X GET "https://lizh.ai/v1/realtime"
Empty
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}

このガイドはいかがですか?

最終更新