Chat Completions
Create a model response for a conversation. This endpoint is OpenAI-compatible, including message roles, tool calling, and streaming.
Create a chat completion
Request body
Basic example
curl https://proxy.alfnrl.io/v1/chat/completions \
-H "Authorization: Bearer $ALPHANEURAL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3",
"messages": [
{ "role": "user", "content": "Write a haiku about routers." }
]
}'Multimodal example (text + image)
Common parameters
Tool calling
Tool calling example
Streaming
Response
AlphaNeural proxy extensions
Last updated
