Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
支持流式输出、函数调用、结构化输出和推理思考的文本生成
POST https://api.eztokens.ai/v1/chat/completions
curl https://api.eztokens.ai/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $EZTOKENS_API_KEY" \ -d '{ "model": "gpt-4o", "messages": [ {"role": "user", "content": "你好!"} ] }'