GPT-5 基础版,全面超越 GPT-4o,代码与推理大幅提升
curl https://api.enheng.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-5", "messages": [{"role": "user", "content": "Hello"}] }'