I also got the same error as @hello1 just now on Dec 13: Error code: 503 - {'error': {'code': None, 'message': 'Meta-Llama-3.3-70B-Instruct-8k is temporarily unavailable. Please try again later!', 'param': None, 'type': ''}}. I wanted to see if 3.3 would speed up my apps Stock vs. Stock and Parallel Unime.
In my code I’m passing Meta-Llama-3.3-70B-Instruct as the model, I’m not using the -8k suffix. That suffix is appearing in the error message, however. Maybe you guys should check the default on your side?
I tested now and got the following error message in my code - the Error code comes from the API:
2024.12.18 17:23:17.288 [WARNING] - [SambaNova] - Error while generating text: Error code: 503 - {‘error’: {‘code’: None, ‘message’: ‘Meta-Llama-3.3-70B-Instruct-64k is temporarily unavailable. Please try again later!’, ‘param’: None, ‘type’: ‘’}}
Hi, any ETA on this? I tried again today and still get: Error code: 429 - {'error': {'code': None, 'message': 'Meta-Llama-3.3-70B-Instruct-8k is temporarily unavailable. Please try again later!', 'param': None, 'type': ''}} httpx.HTTPStatusError: Client error '429 Too Many Requests' for url 'https://api.sambanova.ai/v1/chat/completions'