Explore and interact with HuggingFace LLM APIs using Swagger UI
Extract relationships and entities from text
Experiment with and compare different tokenizers
Compare AI models by voting on responses
Embedding Leaderboard
Find collocations for a word in specified part of speech
Track, rank and evaluate open Arabic LLMs and chatbots
Test your attribute inference skills with comments
Playground for NuExtract-v1.5
Generate topics from text data with BERTopic
Explore Arabic NLP tools
A benchmark for open-source multi-dialect Arabic ASR models
Explore BERT model interactions
The HF LLM API is an interface designed to allow users to interact with and explore large language models (LLMs) provided by Hugging Face. It provides a seamless way to access and test various models through a user-friendly Swagger UI interface. This API is ideal for developers and researchers who want to experiment with different LLMs and evaluate their capabilities.
What is Swagger UI?
Swagger UI is an open-source tool that provides an interactive interface for testing and exploring APIs. It allows users to try out API endpoints directly in their browser without writing code.
Can I use any Hugging Face model with this API?
Yes, the HF LLM API is designed to work with a variety of Hugging Face models. You can select from the available models in the Swagger UI.
What kind of prompts can I send to the API?
You can send any text-based prompt that aligns with the capabilities of the selected model. This can range from simple questions to complex queries or content generation tasks.