Skip to main content

Documentation Index

Fetch the complete documentation index at: https://spacesail.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The IBM WatsonX model provides access to IBM’s language models.

Parameters

ParameterTypeDefaultDescription
idstr"meta-llama/llama-3-1-70b-instruct"The id of the IBM WatsonX model to use
namestr"IBMWatsonx"The name of the model
providerstr"IBM"The provider of the model
api_keyOptional[str]NoneThe API key for IBM WatsonX (defaults to WATSONX_API_KEY env var)
base_urlstr"https://us-south.ml.cloud.ibm.com/ml/v1/text/chat"The base URL for the IBM WatsonX API
project_idOptional[str]NoneThe project ID for IBM WatsonX (defaults to WATSONX_PROJECT_ID env var)
IBM WatsonX extends the OpenAI-compatible interface and supports most parameters from OpenAI.