From f4cd805d9da821077f8df80312d8a563e8a7fa3d Mon Sep 17 00:00:00 2001 From: Ivan Office Date: Wed, 17 Jul 2024 21:50:07 +0800 Subject: [PATCH] update chatgpt --- app_chatgpt/__manifest__.py | 2 +- app_chatgpt/models/ai_robot.py | 11 +- app_chatgpt/models/z_list_model.json | 1301 ++------------------------ 3 files changed, 107 insertions(+), 1207 deletions(-) diff --git a/app_chatgpt/__manifest__.py b/app_chatgpt/__manifest__.py index 908c99bd..9cdd3609 100644 --- a/app_chatgpt/__manifest__.py +++ b/app_chatgpt/__manifest__.py @@ -10,7 +10,7 @@ { 'name': 'ChatGPT4, China Ali,AiGC Center.Ai服务中心,聚合全网Ai', - 'version': '16.24.05.24', + 'version': '16.24.07.17', 'author': 'odooai.cn', 'company': 'odooai.cn', 'maintainer': 'odooai.cn', diff --git a/app_chatgpt/models/ai_robot.py b/app_chatgpt/models/ai_robot.py index 066201e5..9f746198 100644 --- a/app_chatgpt/models/ai_robot.py +++ b/app_chatgpt/models/ai_robot.py @@ -24,16 +24,19 @@ class AiRobot(models.Model): # update ai_robot set ai_model=set_ai_model ai_model = fields.Char(string="AI Model", required=True, default='auto', help='Customize input') set_ai_model = fields.Selection(string="Quick Set Model", selection=[ - ('gpt-3.5-turbo-0125', 'GPT 3.5 Turbo(Default and Latest)'), - ('gpt-4o', 'GPT-4o'), - ('gpt-4-turbo', 'GPT-4 Turbo'), + ('gpt-3.5-turbo-0125', 'gpt-3.5-turbo-0125(Default and Latest)'), + ('gpt-3.5-turbo-0613', 'gpt-3.5-turbo-0613'), + ('gpt-3.5-turbo-0125', 'gpt-3.5-turbo-0125'), + ('gpt-3.5-turbo-16k-0613', 'gpt-3.5-turbo-16k-0613(Big text)'), ('gpt-4', 'Chatgpt 4'), ('gpt-4-32k', 'Chatgpt 4 32k'), + ('gpt-3.5-turbo', 'Chatgpt 3.5 Turbo'), + ('gpt-3.5-turbo-0301', 'Chatgpt 3.5 Turbo on 20230301'), ('text-davinci-003', 'Chatgpt 3 Davinci'), ('code-davinci-002', 'Chatgpt 2 Code Optimized'), ('text-davinci-002', 'Chatgpt 2 Davinci'), ('dall-e2', 'Dall-E Image'), - ], default='gpt-3.5-turbo-0125', + ], default='gpt-4o', help=""" GPT-4o: It is multimodal (accepting text or image inputs and outputting text), and it has the same high intelligence as GPT-4 Turbo but is much more efficient—it generates text 2x faster and is 50% cheaper. GPT-4: Can understand Image, generate natural language or code. diff --git a/app_chatgpt/models/z_list_model.json b/app_chatgpt/models/z_list_model.json index 9746a590..5edfa378 100644 --- a/app_chatgpt/models/z_list_model.json +++ b/app_chatgpt/models/z_list_model.json @@ -2,1269 +2,166 @@ "object": "list", "data": [ { - "id": "babbage", + "id": "dall-e-3", "object": "model", - "created": 1649358449, - "owned_by": "openai", - "permission": [ - { - "object": "model_permission", - "created": 1669085501, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "babbage", - "parent": null - }, - { - "id": "davinci", - "object": "model", - "created": 1649359874, - "owned_by": "openai", - "permission": [ - { - "object": "model_permission", - "created": 1669066355, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "davinci", - "parent": null - }, - { - "id": "text-davinci-edit-001", - "object": "model", - "created": 1649809179, - "owned_by": "openai", - "permission": [ - { - "object": "model_permission", - "created": 1679934178, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-davinci-edit-001", - "parent": null - }, - { - "id": "babbage-code-search-code", - "object": "model", - "created": 1651172509, - "owned_by": "openai-dev", - "permission": [ - { - "object": "model_permission", - "created": 1669085863, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "babbage-code-search-code", - "parent": null - }, - { - "id": "text-similarity-babbage-001", - "object": "model", - "created": 1651172505, - "owned_by": "openai-dev", - "permission": [ - { - "object": "model_permission", - "created": 1669081947, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-similarity-babbage-001", - "parent": null - }, - { - "id": "code-davinci-edit-001", - "object": "model", - "created": 1649880484, - "owned_by": "openai", - "permission": [ - { - "object": "model_permission", - "created": 1679934178, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "code-davinci-edit-001", - "parent": null - }, - { - "id": "ada", - "object": "model", - "created": 1649357491, - "owned_by": "openai", - "permission": [ - { - "object": "model_permission", - "created": 1675997661, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "ada", - "parent": null - }, - { - "id": "babbage-code-search-text", - "object": "model", - "created": 1651172509, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669085863, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "babbage-code-search-text", - "parent": null - }, - { - "id": "babbage-similarity", - "object": "model", - "created": 1651172505, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669081947, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "babbage-similarity", - "parent": null - }, - { - "id": "gpt-3.5-turbo-16k-0613", - "object": "model", - "created": 1685474247, - "owned_by": "openai", - "permission": [ - { - - "object": "model_permission", - "created": 1688692724, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "gpt-3.5-turbo-16k-0613", - "parent": null - }, - { - "id": "code-search-babbage-text-001", - "object": "model", - "created": 1651172507, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669085863, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "code-search-babbage-text-001", - "parent": null - }, - { - "id": "text-curie-001", - "object": "model", - "created": 1649364043, - "owned_by": "openai", - "permission": [ - { - - "object": "model_permission", - "created": 1679310997, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-curie-001", - "parent": null - }, - { - "id": "gpt-3.5-turbo-0301", - "object": "model", - "created": 1677649963, - "owned_by": "openai", - "permission": [ - { - - "object": "model_permission", - "created": 1689207811, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "gpt-3.5-turbo-0301", - "parent": null - }, - { - "id": "gpt-3.5-turbo-16k", - "object": "model", - "created": 1683758102, - "owned_by": "openai-internal", - "permission": [ - { - - "object": "model_permission", - "created": 1688692820, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "gpt-3.5-turbo-16k", - "parent": null - }, - { - "id": "code-search-babbage-code-001", - "object": "model", - "created": 1651172507, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669085864, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "code-search-babbage-code-001", - "parent": null - }, - { - "id": "text-ada-001", - "object": "model", - "created": 1649364042, - "owned_by": "openai", - "permission": [ - { - - "object": "model_permission", - "created": 1669088497, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-ada-001", - "parent": null - }, - { - "id": "text-davinci-003", - "object": "model", - "created": 1669599635, - "owned_by": "openai-internal", - "permission": [ - { - - "object": "model_permission", - "created": 1690558611, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-davinci-003", - "parent": null - }, - { - "id": "text-similarity-ada-001", - "object": "model", - "created": 1651172505, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669092759, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-similarity-ada-001", - "parent": null - }, - { - "id": "text-davinci-002", - "object": "model", - "created": 1649880484, - "owned_by": "openai", - "permission": [ - { - - "object": "model_permission", - "created": 1689984045, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-davinci-002", - "parent": null - }, - { - "id": "curie-instruct-beta", - "object": "model", - "created": 1649364042, - "owned_by": "openai", - "permission": [ - { - - "object": "model_permission", - "created": 1680267269, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "curie-instruct-beta", - "parent": null - }, - { - "id": "ada-code-search-code", - "object": "model", - "created": 1651172505, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669087421, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "ada-code-search-code", - "parent": null - }, - { - "id": "ada-similarity", - "object": "model", - "created": 1651172507, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669092759, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "ada-similarity", - "parent": null - }, - { - "id": "code-search-ada-text-001", - "object": "model", - "created": 1651172507, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669087421, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "code-search-ada-text-001", - "parent": null - }, - { - "id": "text-search-ada-query-001", - "object": "model", - "created": 1651172505, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669092640, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-search-ada-query-001", - "parent": null - }, - { - "id": "davinci-search-document", - "object": "model", - "created": 1651172509, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669066355, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "davinci-search-document", - "parent": null + "created": 1698785189, + "owned_by": "system" }, { "id": "whisper-1", "object": "model", "created": 1677532384, - "owned_by": "openai-internal", - "permission": [ - { - - "object": "model_permission", - "created": 1690394987, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "whisper-1", - "parent": null + "owned_by": "openai-internal" }, { - "id": "ada-code-search-text", + "id": "tts-1", "object": "model", - "created": 1651172510, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669087421, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "ada-code-search-text", - "parent": null + "created": 1681940951, + "owned_by": "openai-internal" }, { - "id": "text-search-ada-doc-001", + "id": "dall-e-2", "object": "model", - "created": 1651172507, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669092640, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-search-ada-doc-001", - "parent": null + "created": 1698798177, + "owned_by": "system" }, { - "id": "davinci-instruct-beta", + "id": "tts-1-hd-1106", "object": "model", - "created": 1649364042, - "owned_by": "openai", - "permission": [ - { - - "object": "model_permission", - "created": 1669066356, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "davinci-instruct-beta", - "parent": null + "created": 1699053533, + "owned_by": "system" }, { - "id": "text-davinci-001", + "id": "tts-1-hd", "object": "model", - "created": 1649364042, - "owned_by": "openai", - "permission": [ - { - - "object": "model_permission", - "created": 1690568633, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-davinci-001", - "parent": null + "created": 1699046015, + "owned_by": "system" }, { - "id": "text-similarity-curie-001", + "id": "gpt-4-turbo-2024-04-09", "object": "model", - "created": 1651172507, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669079883, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-similarity-curie-001", - "parent": null + "created": 1712601677, + "owned_by": "system" }, { - "id": "code-search-ada-code-001", + "id": "gpt-4-turbo", "object": "model", - "created": 1651172507, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669087421, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "code-search-ada-code-001", - "parent": null + "created": 1712361441, + "owned_by": "system" }, { - "id": "ada-search-query", + "id": "gpt-4-0613", "object": "model", - "created": 1651172505, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669092640, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "ada-search-query", - "parent": null + "created": 1686588896, + "owned_by": "openai" }, { - "id": "text-search-davinci-query-001", + "id": "gpt-4o-2024-05-13", "object": "model", - "created": 1651172505, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669066353, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-search-davinci-query-001", - "parent": null + "created": 1715368132, + "owned_by": "system" }, { - "id": "curie-search-query", + "id": "gpt-4-0125-preview", "object": "model", - "created": 1651172509, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1677273417, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "curie-search-query", - "parent": null + "created": 1706037612, + "owned_by": "system" }, { - "id": "davinci-search-query", + "id": "gpt-4", "object": "model", - "created": 1651172505, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669066353, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "davinci-search-query", - "parent": null + "created": 1687882411, + "owned_by": "openai" }, { - "id": "babbage-search-document", + "id": "text-embedding-3-small", "object": "model", - "created": 1651172510, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669084981, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "babbage-search-document", - "parent": null + "created": 1705948997, + "owned_by": "system" }, { - "id": "ada-search-document", + "id": "gpt-4-turbo-preview", "object": "model", - "created": 1651172507, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669092640, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "ada-search-document", - "parent": null + "created": 1706037777, + "owned_by": "system" }, { - "id": "text-search-curie-query-001", + "id": "text-embedding-3-large", "object": "model", - "created": 1651172509, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1677273417, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-search-curie-query-001", - "parent": null + "created": 1705953180, + "owned_by": "system" }, { - "id": "text-babbage-001", + "id": "babbage-002", "object": "model", - "created": 1649364043, - "owned_by": "openai", - "permission": [ - { - - "object": "model_permission", - "created": 1690326323, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-babbage-001", - "parent": null + "created": 1692634615, + "owned_by": "system" }, { - "id": "text-search-babbage-doc-001", + "id": "gpt-4-1106-preview", "object": "model", - "created": 1651172509, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669084981, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-search-babbage-doc-001", - "parent": null + "created": 1698957206, + "owned_by": "system" }, { - "id": "curie-search-document", + "id": "gpt-3.5-turbo-0125", "object": "model", - "created": 1651172508, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1677273417, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "curie-search-document", - "parent": null + "created": 1706048358, + "owned_by": "system" }, { - "id": "text-search-curie-doc-001", + "id": "tts-1-1106", "object": "model", - "created": 1651172509, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1677273417, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-search-curie-doc-001", - "parent": null - }, - { - "id": "babbage-search-query", - "object": "model", - "created": 1651172509, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669084981, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "babbage-search-query", - "parent": null - }, - { - "id": "text-search-davinci-doc-001", - "object": "model", - "created": 1651172505, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669066353, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-search-davinci-doc-001", - "parent": null - }, - { - "id": "text-search-babbage-query-001", - "object": "model", - "created": 1651172509, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669084981, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-search-babbage-query-001", - "parent": null - }, - { - "id": "curie-similarity", - "object": "model", - "created": 1651172510, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1675106290, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "curie-similarity", - "parent": null - }, - { - "id": "text-embedding-ada-002", - "object": "model", - "created": 1671217299, - "owned_by": "openai-internal", - "permission": [ - { - - "object": "model_permission", - "created": 1689805387, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-embedding-ada-002", - "parent": null - }, - { - "id": "curie", - "object": "model", - "created": 1649359874, - "owned_by": "openai", - "permission": [ - { - - "object": "model_permission", - "created": 1675106503, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "curie", - "parent": null - }, - { - "id": "text-similarity-davinci-001", - "object": "model", - "created": 1651172505, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669066356, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "text-similarity-davinci-001", - "parent": null - }, - { - "id": "gpt-3.5-turbo-0613", - "object": "model", - "created": 1686587434, - "owned_by": "openai", - "permission": [ - { - - "object": "model_permission", - "created": 1689885338, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "gpt-3.5-turbo-0613", - "parent": null - }, - { - "id": "davinci-similarity", - "object": "model", - "created": 1651172509, - "owned_by": "openai-dev", - "permission": [ - { - - "object": "model_permission", - "created": 1669066353, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": true, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "davinci-similarity", - "parent": null + "created": 1699053241, + "owned_by": "system" }, { "id": "gpt-3.5-turbo", "object": "model", "created": 1677610602, - "owned_by": "openai", - "permission": [ - { - - "object": "model_permission", - "created": 1689885359, - "allow_create_engine": false, - "allow_sampling": true, - "allow_logprobs": true, - "allow_search_indices": false, - "allow_view": true, - "allow_fine_tuning": false, - "organization": "*", - "group": null, - "is_blocking": false - } - ], - "root": "gpt-3.5-turbo", - "parent": null + "owned_by": "openai" + }, + { + "id": "gpt-3.5-turbo-instruct", + "object": "model", + "created": 1692901427, + "owned_by": "system" + }, + { + "id": "gpt-3.5-turbo-instruct-0914", + "object": "model", + "created": 1694122472, + "owned_by": "system" + }, + { + "id": "gpt-3.5-turbo-1106", + "object": "model", + "created": 1698959748, + "owned_by": "system" + }, + { + "id": "text-embedding-ada-002", + "object": "model", + "created": 1671217299, + "owned_by": "openai-internal" + }, + { + "id": "gpt-3.5-turbo-16k", + "object": "model", + "created": 1683758102, + "owned_by": "openai-internal" + }, + { + "id": "davinci-002", + "object": "model", + "created": 1692634301, + "owned_by": "system" + }, + { + "id": "gpt-4o", + "object": "model", + "created": 1715367049, + "owned_by": "system" } ] -} +} \ No newline at end of file