MoleAPIMoleAPI
ドキュメントAPI リファレンスAIモデルAPIリアルタイム音声(Realtime)

ネイティブ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://api.moleapi.com/v1/realtime"
Empty
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}

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

最終更新日

ホームへ戻るゲートウェイ