Real API base URL
http://38.60.199.252:3000
This page shows the real route already tested successfully, not the old Qwen wording.
http://38.60.199.252:3000
Authorization: Bearer <api_key>
meta/meta-llama-3-8b-instruct
stream=true
OneAPI gateway to Replicate upstream
Real request already tested successfully
POST http://38.60.199.252:3000/v1/chat/completions
Authorization: Bearer <your_test_key>
Content-Type: application/json
{
"model": "meta/meta-llama-3-8b-instruct",
"stream": true,
"messages": [
{ "role": "user", "content": "Write a short hello sentence." }
],
"max_tokens": 64
}