POST
Create Chat Completion
/v1/chat/completionsCreates a model response from conversation history with streaming, tools, and usage accounting.
gpt-4ogpt-4.1gpt-5o3o4-mini
/v1/chat/completionsCreates a model response from conversation history with streaming, tools, and usage accounting.
curl https://api.routekey.ai/v1/chat/completions \
-H "Authorization: Bearer $ROUTE_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-4o","messages":[]}'