One example of a way to get LLM Access for free is Google AI Studio. Here is the steps to set it up:
- Go to Google AI Studio and sign in with your Google account.
- Click on "Create API Key" and "Create Project" and copy the generated API key (the names don't matter).
- Paste the API key into the
oxdraw --code-map ./ --gemini YOUR_API_KEYflag when running the code map generation command.
This process is fairly straightforward and doesn't require any billing information.
The other default option (which I used during development) is to serve local inference on this url http://localhost:8080/v1/responses
The response format should be compatible with OpenAI's responses API.
For an explanation of how the AI codemap generation works check out the codemap!