#Custom Assistant
1 messages · Page 1 of 1 (latest)
Yes, you can use fine-tuned models with OpenAI's Assistants API. As of the April 2024 update, the Assistants API supports fine-tuned models. However, at the moment, only fine-tuned versions of gpt-3.5-turbo-0125 are supported.
Here is an extract from the OpenAI documentation (https://platform.openai.com/docs/assistants/whats-new) that confirms this:
- You can now use **fine-tuned models** (<https://platform.openai.com/docs/guides/fine-tuning>) in the Assistants API. At the moment, only fine-tuned versions of `gpt-3.5-turbo-0125` are supported.