Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Not being able to configure Generatiev AI with cohere 24.2

myluismJul 29 2025

Hi all. I´m using Apex 24.2 and are struggling with cohere configuration.

I have confirmed my api keys are correct:

curl https://api.cohere.ai/v1/chat \
-H "Authorization: Bearer api_key_value" \
-H "Content-Type: application/json" \
-d '{
"model": "command-r-plus",
"message": "Hola",
"stream": false
}'

{"response_id":"2f8ac724-5cee-45b0-8cf5-2b35577d725b","text":"¡Hola! ¿Cómo estás?","generation_id":"a04b2940-affc-46c2-ad6e-889b9cb29600","chat_history":[{"role":"USER","message":"Hola"},{"role":"CHATBOT","message":"¡Hola! ¿Cómo estás?"}],"finish_reason":"COMPLETE","meta":{"api_version":{"version":"1"},"billed_units":{"input_tokens":2,"output_tokens":10},"tokens":{"input_tokens":68,"output_tokens":10}}}[

From this I know my api_keys are OK and I can prompt cohere.

However when trying to configure Generative AI Service, it is not possible:

I´ve been struggling with this for hours. No luck.

What Am I missing?

Comments
Post Details
Added on Jul 29 2025
11 comments
247 views