Hello OpenAI Developers,
I’m currently integrating my Custom GPT (Interviewer) with my website using the OpenAI API, but I’m facing an issue:
Problem: I cannot find the Custom GPT Model ID anywhere in the “My GPTs” section or in the OpenAI Playground.
Goal: I need to use my Custom GPT ID in API calls to allow my website to send user queries to my Custom GPT instead of the default gpt-4.
Tried So Far:
- Checked the “My GPTs” section under my account.
- Edited my Custom GPT to look for a Model ID but found none.
- Reviewed API documentation to see if there’s a method to retrieve the Model ID.
- Examined API usage logs, but they only reference GPT-4, not my Custom GPT.
- Attempted to export my GPT settings but did not see an ID listed.
Question:
Where can I find the Custom GPT Model ID for use in API calls?
If this feature isn’t available yet, is there a workaround to make API calls to a specific Custom GPT?
Would appreciate any insights from the OpenAI team or fellow developers!
Thanks in advance!
Hariharan