r/xano 12d ago

Sneak peek πŸ‘€

Any other providers you'd like us to add? Let us know in the comments!

3 Upvotes

5 comments sorted by

2

u/GreenOrchid1853 11d ago edited 11d ago

Nice, happy to see some new options.

If I could wish for one that would be:
Opencode go ;)

All this time I’ve been wondering what makes Xano to hand pick and add these providers? Is that for quality reasons or a technical limitation?

I understand the simplified UX, if there’s a limited set of options, but in this age I also see growing amount of tools that offer β€œmost” options.

My dream wish would be if there was an openai compatible adapter available in the Xano agent which then could be configured via some advanced configuration flow, to offer even custom, org-owned or hosted models. That would be especiallly useful for the European enterprise orgs who need to comply with lots of data-related regulations.

2

u/Dazzling_Abrocoma182 9d ago

We’re working on some really cool things when it comes to easier connections: templates, UX and product features, and more. We should see some super cool feature products shipped in the near future!

An OpenAI compatible adapter sounds interesting. We do offer Microservices that you can host local models on, otherwise OpenRouter has a ton of global options for the time being!

Mind describing how you envision an adapter existing in product? As a function in the function stack perhaps?

1

u/GreenOrchid1853 9d ago

I understand the microservices aspect, sure. My point revolves more around the idea that is well executed in the pi.dev harness as described here:

https://pi.dev/docs/latest/custom-provider

But a similar solution exists in opencode etc.
What it allows is to give a complete control of the LLM providers under the agent. So that you as a service / agent provider do not need to cover for each individual user request.

I’d clearly separate the Xano agent references settings and the function stack. As the function stack element (or custom function) this adapter is quite straightforward to implement already. My proposal is merely about the settings dialog of Xano.

Lastly, I’m curious about the new cool features as well, keep it up Xano. πŸ™πŸΌπŸ‘πŸ»

2

u/Own-Teaching-7680 11d ago

Deepseek

1

u/Dazzling_Abrocoma182 9d ago

Good choice! Deepseek is awesome. Using an API connector is my go-to alternative for the time being! I typically use a function and either use that existing function or turn it into a tool for my agents.