Reka Flash 3 is a general-purpose, instruction-tuned large language model with 21 billion parameters, developed by Reka. It excels at general chat, coding tasks, instruction-following, and function ca
curl https://api.routershift.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "reka-flash-3",
"messages": [{"role": "user", "content": "Hello!"}]
}'Full API DocumentationTop 3 parameter configurations from community usage