Command R+ — optimized for retrieval-augmented generation with inline citations and tool use.
curl https://oneapikey.app/v1/v2/chat \
-H "Authorization: Bearer $ONEAPIKEY_API_KEY" \
-H "X-APIMarket-Product: command-r-plus" \
-H "Content-Type: application/json" \
--data '{"model":"cohere/command-r-plus","messages":[{"role":"user","content":"hi"}]}'