cancel
Showing results for 
Search instead for 
Did you mean: 

GenAI HUB SDK missing Model

djacobs
Participant
0 Kudos

Hello everyone,

We are currently implementing various applications based on the Gen_AI_HUB.
With the latest update of the models in the Generative AI Hub, the following models from Google
have been added:

djacobs_0-1713270076784.png

These models can be created as a configuration and then implemented in SAP AI Launchapd .
After implementation, these are then also available in the Generative AI hub  and can be used as a prompt.

djacobs_1-1713270200068.png

However, the implementation is still missing in the generative-ai-hub-sdk (current version 1.2.2)
I have refactored the library and unfortunately only the following models are currently implemented in the SDK.

 

Deployment.prediction_urls.register({
    'gpt-35-turbo': OPEN_AI_CHAT_COMPLETION,
    'gpt-35-turbo-16k': OPEN_AI_CHAT_COMPLETION,
    'gpt-4': OPEN_AI_CHAT_COMPLETION,
    'gpt-4-32k': OPEN_AI_CHAT_COMPLETION,
    'text-embedding-ada-002': OPEN_AI_EMBEDDING,
    'tiiuae--falcon-40b-instruct': OPENSOURCE_COMPLETION
})

 

Before I implement my own SDK I wanted to ask if the new models will be implemented in the generative-ai-hub-sdk (by SAP) and if so if there is already a release date for the new version.

Greetings
Dom

 

 

Accepted Solutions (1)

Accepted Solutions (1)

Hi Dom,

Yes, the Google models will be supported in the next release of generative AI Hub SDK. We are currently finalizing the release and it should be ready within the next week.

Hope that helps.

Best regards,
Christian

djacobs
Participant
0 Kudos
Hello Christian, thanks for the quick response. I'll wait for the release of the new SDK version and thanks again for developing the SKD. Saves me a lot of work 😉 Greetings Dom

Answers (0)