AI 모델의 버전별 출시일
AI 모델의 버전별 출시일
//-------------------------------------
< OpenAI >
gpt 3.5 turbo version release date , 0301, 0613, 1106, 0125,
https://platform.openai.com/docs/models/overview
https://platform.openai.com/docs/deprecations
https://learn.microsoft.com/en-us/azure/ai-services/openai/whats-new
- 출시 1년후 서비스 종료
//-------------------------------------
https://openai.com/news/product
* gpt-3.5-turbo-0301 : 2023-03-01 (v1.0)
* gpt-3.5-turbo-0613 : 2023-06-13
https://openai.com/index/function-calling-and-other-api-updates
- functions , function_call 기능 추가
* gpt-3.5-turbo-1106 : 2023-11-06
https://openai.com/index/new-models-and-developer-products-announced-at-devday
- Assistants API
https://platform.openai.com/docs/assistants/overview
- functions 기능 제거 -> 대신 tools 기능 사용
병렬 함수 호출 기능 추가
- GPTs
- response_format 파라미터 (결과를 json으로)
* gpt-3.5-turbo-0125 : 2024-01-25
https://openai.com/index/new-embedding-models-and-api-updates
비영어의 함수 호출시 인코딩 에러 수정
//-------------------------------------
ChatGPT plugins : 2023-03-23
https://openai.com/index/chatgpt-plugins
GPTs : 2023-11-06
GPT Store - 2024-01-10
//-----------------------------------------------------------------------------
openai
https://platform.openai.com/docs/changelog
chat completion request parameter
* response_format - 2023-11-06
https://platform.openai.com/docs/api-reference/chat/create#chat-create-response_format
gpt-3.5-turbo-1106 이상 가능
- 응답 형식을 json으로 설정
{ "type": "json_object" }
* tools (function) - 2023-11-06 이전
https://platform.openai.com/docs/api-reference/chat/create#chat-create-tools
- function_call, functions - 기능 삭제
* tool_choice (function) - 2024-04-29
https://platform.openai.com/docs/api-reference/chat/create#chat-create-tool_choice
예) "tool_choice": "auto"
auto : 자동 결정 (기본)
none : tool(function) 사용안함
required : tool(function) 사용
object : 예) "tool_choice": {"type": "function", "function": {"name": "my_function"}}
- 사용할 function 지정
//-----------------------------------------------------------------------------
< Google >
https://cloud.google.com/vertex-ai/generative-ai/docs/learn/model-versioning
- 출시 1년후 서비스 종료
- v1.0
gemini-1.0-pro-001 : 2024-02-15 (~2025-02-15)
gemini-1.0-pro-002 : 2024-04-09 (~2025-04-09)
- v1.5
gemini-1.5-pro-001 : 2024-05-02
gemini 1.5 flash : 2024-05-14 (pro의 경량화)
//-------------------------------------
< Anthropic >
https://docs.anthropic.com/claude/docs/models-overview
Claude 3 Opus claude-3-opus-20240229
Claude 3 Sonnet claude-3-sonnet-20240229
Claude 3 Haiku claude-3-haiku-20240307