This page walks you from download → placement → startup order → first launch for onex-voiceInteraction.
When you purchase onex-weaponmeta, inside the onex-weaponmeta-*.zip you will find following dependencies.
| Dependency | Required |
|---|---|
| onex-weaponmeta_assets | Yes |
| onex-weaponmeta_assets2 | Yes |
Extract both resource folders into your server's resources/[onex]/ directory. If the [onex] folder does not exist, create it manually. Do not rename either folder — the scripts reference their own names internally.
Add the following to your server.cfg, after your framework and its dependencies (e.g. qb-core, ox_core).
ensure [onex] # At very end add this line add_ace resource.onex-weaponmeta command allow add_filesystem_permission onex-weaponmeta write onex-weaponmeta_assets add_filesystem_permission onex-weaponmeta write onex-weaponmeta_assets2 add_ace resource.onex-weaponmeta command.add_ace allow
onex-weaponmeta includes an AI assistant powered by Groq. Just create a free account — no card required to get started.
server.cfgset weaponmeta_groq_key "YOUR_API_KEY"
Free tier — no card needed, resets every day.
| Limit | Free Tier |
|---|---|
| Requests / minute | 30 |
| Requests / day | 1,000 |
| Tokens / minute | 6,000 |
| Tokens / day | 500,000 |
Beyond the free tier — each AI message uses roughly 3,000 – 6,000 tokens on average. At Groq's paid rate of ~$0.59 per million input tokens and ~$0.79 per million output tokens, that works out to roughly $0.003 – $0.005 per message — a fraction of a cent. Even heavy usage costs very little. Add a card at groq.com/pricing only when you need uninterrupted usage beyond the daily free cap.
Join server, and after spawning click F6 to verify the script is working. Then you are good to go.
Last updated about 1 hour ago