统一接口,极速响应,智能调度,按量付费。
curl -X POST https://api.lingcoreai.com/v1/responses \
-H "Authorization: Bearer $LINGCORE_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "GPT-5.5",
"input": "用AI驱动未来",
"stream": true
}'
curl -X POST https://api.lingcoreai.com/v1/chat/completions \
-H "Authorization: Bearer $LINGCORE_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "GPT-5.5",
"messages": [{"role": "user", "content": "用AI驱动未来"}],
"stream": true
}'
curl -X POST https://api.lingcoreai.com/v1/messages \
-H "Authorization: Bearer $LINGCORE_KEY" \
-H "Content-Type: application/json" \
-H "anthropic-version: 2023-06-01" \
-d '{
"model": "Claude-fable-5",
"max_tokens": 1024,
"messages": [{"role": "user", "content": "用AI驱动未来"}]
}'
curl -X POST https://api.lingcoreai.com/v1beta/models/Gemini-3.1-Pro:generateContent \
-H "Authorization: Bearer $LINGCORE_KEY" \
-H "Content-Type: application/json" \
-d '{
"contents": [{"parts": [{"text": "用AI驱动未来"}]}]
}'
依靠 cloudflare 全球节点、智能缓存与流式响应,延迟更低。
仅为实际使用的 token 付费,即用即充,无隐藏成本。
承诺不二次对接、不蒸馏、不保留用户对话记录、不售卖数据。