New provider
8 min reading

NeuralSpace engines are available on Eden AI

Summarize this article with:

summary
  • We are pleased to announce that Neuralspace’s Translation, Language Detection, and NER APIs have been integrated into Eden AI’s platform and API.
  • NeuralSpace's customers are developers who want to use state-of-the-art NLP models for various tasks such as intent classification, entity recognition, or transcription but do not want to build a model from...
  • NeuralSpace engines are is now available on Eden AI, giving developers easy access through the platform's unified API alongside other AI features.
  • Sign up for a free Eden AI account, grab your API key, and follow the documentation.
  • Eden AI aggregates multiple providers for this feature.

We are pleased to announce that Neuralspace’s Translation, Language Detection, and NER APIs have been integrated into Eden AI’s platform and API. Their Speech and Sentiment Analysis APIs will soon be joining our platform.

NeuralSpace is a Natural Language Processing (NLP) company specializing in languages spoken across Asia, the Middle East and Africa. They offer a robust Natural Language Processing (NLP) software that focuses on local or low-resource languages. Their API provides access to multiple powerful NLP services that are accessible through a no-code interface.

Their primary goal is to democratize NLP and make sure any developer can create apps with advanced language processing in any language and not just English. The platform comes with various language processing apps that can help you classify long or short text into categories, identify speakers in a given audio file and transcribe speech into text. The NeuralSpace platform is designed as a no-code/low-code platform so you can focus on the business problems you are solving, while they take care of all your language processing needs.

We had the chance to talk with Felix Laumann, CEO of NeuralSpace, who agreed to answer some of our questions:

 

Can you introduce NeuralSpace ? When was NeuralSpace created? What does NeuralSpace provide to customers (APIs, Saas, languages, open source, etc.)? What's your recent news?

NeuralSpace is a Natural Language Processing (NLP) company specializing in local, or low-resource languages. NeuralSpace is developers' one-stop solution for any NLP services, does not require any machine learning expertise, and all that is needed is a handful of data to train your custom model with a click of a button. The SaaS platform is modular and each of its services, from natural language understanding (NLU) to Speech-to-Text and Transliteration, can be taken as a standalone product and even installed on a private cloud if required. NeuralSpace is accessible through a user-friendly no-code interface and each user's custom model can be accessed through REST APIs.

NeuralSpace was founded in 2019 and, after a long period of fundamental research, became live in February 2022, offering its services in 95 languages.

 

Who are your customers? For which areas are NeuralSpace services intended?

NeuralSpace's customers are developers who want to use state-of-the-art NLP models for various tasks such as intent classification, entity recognition, or transcription but do not want to build a model from scratch. Our users work in conversational AI companies, or in large enterprises where NLP-typical features are needed in many different projects.

 

Why did you decide to be integrated in Eden AI?

Eden AI provides a very simple interface for software developers to use a wide range of AI services. We are excited that users of Eden AI can work with other providers' Speech-to-Text and NeuralSpace's NLU, for example. We are huge fans of giving developers the choice to select the most accurate model for every step of their solution.

Those performant engines can be directly used on Eden AI.

To use NeuralSpace on Eden AI, you just need to access either the platform or the API:

Using NeuralSpace with Eden AI platform

# Named Entity Recognition (NER - also called entity identification or entity extraction) is an information extraction technique that automatically identifies named entities in a text and classifies them into predefined categories.

# pip install git+https://github.com/edenai/edenai-python.git

from edenai import Text

# Get your API key here: https://app.edenai.run/admin/account
text_apis = Text("Your_API_key")

result = text_apis.named_entity_recognition(
# Available providers and languages here: https://api.edenai.run/v1/redoc/#operation/Named%20Entity%20Recognition
text="Your text",
providers=["neuralspace"],
language="en-US")

print(result)

Don’t hesitate to check it out on the platform or with the API.

FAQ — NeuralSpace engines are

NeuralSpace engines are is an AI capability that enables developers to add intelligent automation to their applications, processing data faster and more accurately than rule-based approaches.
Create a free Eden AI account, generate your API key, and test the feature in the playground before integrating it with ready-to-use code examples.
Multiple providers are available on Eden AI. You can compare them by accuracy, speed, and cost from the dashboard and switch with a single parameter change.
Yes. Eden AI supports composable AI workflows, letting you chain OCR, NLP, vision, and generation into a single end-to-end pipeline.
Eden AI offers a free tier for testing and pay-as-you-go pricing for production workloads, with costs tracked centrally in your dashboard.

Similar articles

New provider
All
35% Off All Qwen Models on Eden AI
6/11/2026
·
Written byTaha Zemmouri
New provider
All
Special Offer: Save 25% on All Lilac Models on Eden AI
6/9/2026
·
Written byTaha Zemmouri
New provider
Generative AI
Qwen Is Now Available on Eden AI
6/2/2026
·
Written byTaha Zemmouri
let’s start

Start building with Eden AI

A single interface to integrate the best AI technologies into your products.