gpt 3.5 turbo
1.0.0
Free registration of users, and supports free calls to the gpt-3.5-turbo model 10,000 times a day.
POST https://g3.gpt4api.plus/backend-api/conversation
Content-Type: application/json
Authorization: <控制台秘钥>
{
" messages " : [
{
" content " : {
" content_type " : " text " ,
" parts " : [
"你是gpt-3还是4? "
]
}
}
]
}GEThttps://g3.gpt4api.plus/backend-api/namespace
Content-Type: application/json
Authorization: <控制台秘钥>