Hi HN! I want to share our latest project at NEXA AI. We developed AI agent foundation models designed to transform how developers create AI agent powered apps.<p>One major challenge we've observed with current human-computer interactions is that many simple, one-step tasks become unnecessarily complex, multi-step workflows due to limitations of current GUIs. AI agents can solve this, but existing AI agent models are slow and costly.<p>To tackle these issues, we built lightweight AI agent models based on our Octopus V2, small language models for function calling (You can learn more about our functional token approach in our paper: <a href="https://huggingface.co/papers/2404.01744" rel="nofollow">https://huggingface.co/papers/2404.01744</a>). These models support developers in building AI agents both on-device and in the cloud. Our function calling models are 4 times faster, 10 times cheaper, and more accurate than GPT-4o.<p>We’d love for you to try out our model APIs and see the difference for yourself. Your feedback and thoughts are incredibly valuable to us, and we’re here to answer any questions you might have.<p>Links:<p>Website: <a href="https://www.nexa4ai.com/octoverse" rel="nofollow">https://www.nexa4ai.com/octoverse</a><p>Playground: <a href="https://hub.nexa4ai.com" rel="nofollow">https://hub.nexa4ai.com</a><p>Documentation: <a href="https://docs.nexa4ai.com/" rel="nofollow">https://docs.nexa4ai.com/</a><p>Join Discord to discuss: <a href="https://discord.com/invite/thRu2HaK4D" rel="nofollow">https://discord.com/invite/thRu2HaK4D</a><p>Paper: <a href="https://huggingface.co/papers/2404.01744" rel="nofollow">https://huggingface.co/papers/2404.01744</a>
I see that I can change the implementation of those functions in a particular model you have. Is it possible to change the defined functions(APIs) to fit my use cases?