Text, Online Search, Image Recognition - chatgpt-o1 (high-quality reasoning model, recommended): Please loginChatGPT o1 is OpenAI’s inference model, and it is recommended for use.
Points fee standard: (Number of question tokens × 0.1485 points) + (Number of answer tokens × 0.594 points) + (Number of images × 273 points).
1 point is equivalent to USD$0.0003.
Formal message structure:
Role-play, [Who you are]
The following is the reference data
[Reference data]
That is the reference data
Please answer the question according to the following rules:
[Answer rules]
The question is as follows:
[User’s question]
API bash curl example:
curl -X POST "https://www.myai168.com/en/aieasypay/module/ai-168/chat" \
-H "Content-Type: multipart/form-data" \
-F "module=chatgpt-o1" \
-F "dev_key=Enter your developer key here" \
-F "input=Message content" \
-F "search_internet=true or false" \
-F "search_url=Specify the search URL, for example: www.myai168.com" \
-F "session_sn=Conversation sequence number returned by the system, fill in 0 for the first conversation" \
-F "upload_file[]=@test.png" \
-F "upload_file[]=@test.pdf"