跳转到主要内容
GET
/
v1
/
realtime
curl --request GET \
  --url 'https://api.elkapi.com/v1/realtime?model=gpt-5.5' \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "message",
    "type": "type",
    "param": "param",
    "code": "code"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.elkapi.com/llms.txt

Use this file to discover all available pages before exploring further.

curl --request GET \
  --url 'https://api.elkapi.com/v1/realtime?model=gpt-5.5' \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "message",
    "type": "type",
    "param": "param",
    "code": "code"
  }
}

Authorizations

Authorization
string
必填
所有接口均需要使用 Bearer Token 进行认证。在请求头中添加:
Authorization: Bearer YOUR_API_KEY

Query Parameters

model
string
默认值:"gpt-5.5"
要使用的模型示例:gpt-5.5