FAQ - Developers

chevron-rightHow do I get my API keys?hashtag
chevron-rightWhere can I find code examples?hashtag
chevron-rightCan I use UnifAI with any LLM?hashtag
  • Yes, UnifAI works with any LLM that supports function calling (OpenAI API compatible). For LLMs that aren't OpenAI compatible, you can use services like OpenRouterarrow-up-right to access them through an OpenAI-compatible API.

chevron-rightDo I need both API keys?hashtag
  • No, you only need the API key for your use case:

    • Use the Agent API key if you're building applications that use tools

    • Use the Toolkit API key if you're creating and serving tools

chevron-rightHow does tool discovery work?hashtag
  • Tools are discovered dynamically at runtime based on the agent's needs. The agent can search for tools using keywords and descriptions, and UnifAI will return relevant tools that match the requirements.

chevron-rightHow do I contribute?hashtag
  • Contributions are welcome! Please submit a Pull Request or open an issue on our repository with your suggestions and improvements.

chevron-rightCan I publish my own tools?hashtag
chevron-rightWhere can I get help?hashtag

Last updated