OpenAI API Endpoint

From GM-RKB
(Redirected from OpenAI API)
Jump to navigation Jump to search

An OpenAI API Endpoint is an API endpoint offered by OpenAI.



References

2024

  • GPT-4
    • Here are four bullet points about the OpenAI API Endpoints, with references provided in long HTML form:
      • **Model Endpoints:** These endpoints allow developers to access various AI models for tasks such as text generation, code execution, and more, enabling a wide range of applications from conversational agents to data analysis tools. <a href="https://platform.openai.com/docs/models">More details</a>.
      • **Chat Completions Endpoint:** Specifically designed for conversational applications, this endpoint supports the development of chatbots by processing a history of messages and generating appropriate responses based on the conversation context. <a href="https://platform.openai.com/docs/api-reference/chat/create">More details</a>.
      • **Function Calling Capability:** The API supports transforming natural language instructions into executable API calls or database queries, enhancing the ability to automate tasks directly from conversational inputs. <a href="https://platform.openai.com/docs">More details</a>.
      • **Accessibility and Misuse Prevention:** OpenAI focuses on making powerful AI accessible while ensuring responsible use, with mechanisms to prevent misuse by limiting access to approved users and monitoring application deployment. <a href="https://openai.com/api">More details</a>.

2023

Endpoint Model name
/v1/chat/completions gpt-4, gpt-4-0314, gpt-4-32k, gpt-4-32k-0314, gpt-3.5-turbo, gpt-3.5-turbo-0301
/v1/completions text-davinci-003, text-davinci-002, text-curie-001, text-babbage-001, text-ada-001, davinci, curie, babbage, ada
/v1/edits text-davinci-edit-001, code-davinci-edit-001
/v1/audio/transcriptions whisper-1
/v1/audio/translations whisper-1
/v1/fine-tunes davinci, curie, babbage, ada
/v1/embeddings text-embedding-ada-002, text-search-ada-doc-001
/v1/moderations text-moderation-stable, text-moderation-latest