yihong0618/bilingual_book_maker

Error "model does not exist" when running make_book.py with model xAI

Open

#464 建立於 2025年7月15日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Python (6,557 star) (978 fork)batch import
good first issue

描述

Error 404: Model grok-3-mini ( i have try xAI only but also same ) does not exist or access is denied when executing make_book.py.

Hello Yihong0618,

I am using the make_book.py script to generate an e-book using an AI model. However, when I run the following command:

python3 make_book.py --book_name /abook_name.epub --model xai --xai_key xai-IpShGFrak --language vi --prompt ./promt_s.json --model_list grok-3-mini

I am also running only but it not working too

python3 make_book.py --book_name /abook_name.epub --model xai --xai_key xai-IpShGFrak --language vi --prompt ./promt_s.json

I encountered the following error:

Error code: 404 - {'code': 'Some requested entity was not found', 'error': "The model grok-beta does not exist or your team bdc397fa-17fc-468e-9180-d0870ca1e10a does not have access to it. Please ensure you're using the correct API key. If you believe this is a mistake, please contact support and quote your team ID and the model name."}

Thank you!

貢獻者指南