Skip to content

Built with LLMxRay Badge

Show that your project, research, or coursework uses LLMxRay for model testing, benchmarking, or analysis.

Badges

Standard (for dark backgrounds):

Built with LLMxRay

Dark (for light backgrounds):

Built with LLMxRay

How to Use

Markdown

markdown
[![Built with LLMxRay](https://raw.githubusercontent.com/LogneBudo/llmxray/master/badges/built-with-llmxray.svg)](https://github.com/LogneBudo/llmxray)

Dark variant (for light-themed READMEs)

markdown
[![Built with LLMxRay](https://raw.githubusercontent.com/LogneBudo/llmxray/master/badges/built-with-llmxray-dark.svg)](https://github.com/LogneBudo/llmxray)

HTML

html
<a href="https://github.com/LogneBudo/llmxray">
  <img src="https://raw.githubusercontent.com/LogneBudo/llmxray/master/badges/built-with-llmxray.svg" alt="Built with LLMxRay" />
</a>

When to Use It

Use the badge when you've used LLMxRay for:

  • Model benchmarking or evaluation
  • Research on LLM behavior
  • Comparing model performance
  • Testing tool-calling capabilities
  • Building RAG pipelines
  • Educational demonstrations

Place it in your project's README, research paper appendix, or course materials.

Released under the Apache 2.0 License.