The nebuly platform provides full support for the IBM watsonx SDK. In this section, we will show you how to easily monitor all the requests made to the IBM watsonx models. First of all, let’s perform a simple chat request using the IBM watsonx SDK, tracking the interaction time start and time end:Documentation Index
Fetch the complete documentation index at: https://docs.nebuly.com/llms.txt
Use this file to discover all available pages before exploring further.
- Python
The costs are available only for the following IBM Foundation Granite models:
- ibm/granite-13b-instruct-v2
- ibm/granite-8b-japanese
- ibm/granite-20b-multilingual
- ibm/granite-3-2b-instruct
- ibm/granite-3-8b-instruct
- ibm/granite-guardian-3-2b
- ibm/granite-guardian-3-8b
- ibm/granite-3b-code-instruct
- ibm/granite-8b-code-instruct
- ibm/granite-20b-code-instruct
- ibm/granite-34b-code-instruct
- Python
- Python
An id or username uniquely identifying the end-user. We recommend hashing their username or email address, in order to avoid sending us any identifying information.
A unique identifier for the conversation. It is used to group all the single interactions exchanged during the conversation.
If set to
True, a PII detection algorithm will be applied to the input and output messages to remove any personal information.