Using Noir with OpenAI
Integrate Noir with OpenAI to leverage language models like GPT-5.4 for advanced code analysis and endpoint detection.
Setup
- Get an API Key: Generate from OpenAI dashboard
- Choose a Model: Recommended:
gpt-5.4
Usage
Run Noir with OpenAI:
noir -b ./spec/functional_test/fixtures/hahwul \
--ai-provider=openai \
--ai-model=gpt-5.4 \
--ai-key=sk-...
OpenAI enables natural language endpoint descriptions, security vulnerability identification, and code quality suggestions.