L3: the model non-supported error from 'jamba-1.5-large'

Hi Team,
I tried to run the file in the short course, Build Long-Context AI Apps with Jamba > L3, and got an error below. Could you kindly advise me? Thank you.

python code:
response = client.chat.completions.create(messages=messages,
model=‘jamba-1.5-large’,…)

Error:
UnprocessableEntity: Failed with http status code: 422 (UnprocessableEntity). Details: {“detail”:“The provided model is not supported. See Jamba for a list of supported models”}

I read the doc of Jamba, where mention jamba-large point to 1.6 version, and then tried 1.6 version. I got the error: AI21APIError: Failed with http status code: 403 (AI21APIError). Details: {“error”: {“message”: “using jamba-large-1.6 is invalid”}}

1 Like