You can get free Keys,
https://platform.openai.com/account/api-keys
Get list of Models
https://platform.openai.com/docs/api-reference/chat/create
My Favourite Github Repo
https://github.com/orhanerday/open-ai
API endpoint | Model group | Model name |
---|---|---|
/v1/chat/completions | GPT-3.5 and GPT-4 | gpt-4, gpt-4-0613, gpt-4-32k, gpt-4-32k-0613, gpt-3.5-turbo, gpt-3.5-turbo-0613, gpt-3.5-turbo-16k, gpt-3.5-turbo-16k-0613 |
/v1/completions | GPT-3 | text-davinci-003, text-davinci-002, text-curie-001, text-babbage-001, text-ada-001 |
/v1/edits | Edits | text-davinci-edit-001, code-davinci-edit-001 |
/v1/audio/transcriptions | Whisper | whisper-1 |
/v1/audio/translations | Whisper | whisper-1 |
/v1/fine-tunes | GPT-3 | davinci, curie, babbage, ada |
/v1/embeddings | Embeddings | text-embedding-ada-002, text-search-ada-doc-001 |
/v1/moderations | Moderation | text-moderation-stable, text-moderation-latest |
My Favourite Github Repo
https://github.com/orhanerday/open-ai
https://www.freecodecamp.org/news/how-to-build-a-chatbot-with-openai-chatgpt-nodejs-and-react/