Text, Online Search, Image Recognition - chatgpt-o1-pro (extremely expensive reasoning model): Please loginChatGPT’s “o1 Pro” is an advanced reasoning large-scale language model technology launched by OpenAI. It is provided in the ChatGPT Pro subscription plan (US$200 per month), featuring more powerful computing resources, faster response times, and more precise reasoning capabilities.
Points Charging Standard: Number of question tokens × 1.485 points + Number of answer tokens × 5.94 points + Number of images × 273 points.
1 point equals USD$0.0003.
Official Message Structure:
Role-play, [Who are you]
Below is the reference material
[Reference Material]
Above is the reference material
Please answer the question according to the following rules:
[Answer Rules]
The question is as follows:
[User 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-pro" \
-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"