cURL
curl --request GET \ --url https://geekai.co/api/v1/models \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "gpt-4", "name": "GPT-4", "type": "chat", "created": 1689127080, "owned_by": "openai", "context": 8192, "is_free": true, "platform": { "name": "openai", "alias": "OpenAI", "website": "https://openai.com" } } ], "object": "list" }
Documentation IndexFetch the complete documentation index at: https://docs.geekai.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.geekai.co/llms.txt
Use this file to discover all available pages before exploring further.
API认证token
成功响应
模型列表
Show child attributes
响应对象类型
list
此页面对您有帮助吗?