-
Notifications
You must be signed in to change notification settings - Fork 23
Description
We are currently using DeepL for our translation needs, but I've been thinking about more cost-effective solutions that could potentially be free or significantly cheaper. I'd like to explore the possibility of using Large Language Models (LLMs) like Llama 3.2 90B vision model or other models with OpenAI-compatible API integration for our translation tasks.
Here's what I'm proposing:
Alternative LLM Models: Instead of relying on DeepL, we could use LLMs like Llama 3.2 90B or other models that support text-to-image translation. These models might offer similar or even better translation capabilities at a lower cost or even for free.
OpenAI-Compatible API Integration: Many LLMs are compatible with the OpenAI API, which means we can easily switch providers by changing the API endpoint, API key, and model name. This flexibility allows us to explore various models without significant changes to our existing infrastructure.
Free Alternatives: There are several hosts that offer free access to their LLM models through their APIs. By signing up with these hosts, we could potentially translate text for pictures at no cost, which would be a significant saving compared to our current DeepL expenses. Providers like Mistral AI, SambaNova, Grok, and many others offer free access to their models through their APIs.
Feasibility and Implementation: I'd like to investigate whether implementing this solution is feasible. We need to assess the quality of translations from these alternative models, the ease of integration, and the overall cost-effectiveness compared to DeepL.
Next Steps:
Research available LLM models with OpenAI-compatible API integration.
Identify hosts offering free access to these models, including providers like Mistral AI, SambaNova, Grok, and others.
Test the translation quality and performance of these models against our current solution.
Evaluate the potential cost savings and feasibility of implementation.
I believe this approach could revolutionize our translation process, making it more efficient and cost-effective. I'd love to hear your thoughts on this and whether you think it's worth exploring further.
Let's discuss the potential benefits and challenges of moving away from DeepL to LLM-based translation solutions.