Eden AI user interface (UI)는 AI 프로젝트를 처리하기 위해 설계되었습니다. Eden AI Portal을 사용하면 시장 최고의 엔진을 활용하여 노코드 AI를 수행할 수 있습니다.

Installation and Setup

Eden AI API에 접근하려면 API key가 필요하며, 계정 생성여기에서 발급받을 수 있습니다.

LLMs

사용 예제를 참조하세요.
from langchain_community.llms import EdenAI

Chat models

사용 예제를 참조하세요.
from langchain_community.chat_models.edenai import ChatEdenAI

Embedding models

사용 예제를 참조하세요.
from langchain_community.embeddings.edenai import EdenAiEmbeddings

Tools

Eden AI는 Agent에게 다음과 같은 다양한 작업을 수행할 수 있는 능력을 부여하는 도구 목록을 제공합니다:
  • speech to text
  • text to speech
  • text explicit content detection
  • image explicit content detection
  • object detection
  • OCR invoice parsing
  • OCR ID parsing
사용 예제를 참조하세요.
from langchain_community.tools.edenai import (
    EdenAiExplicitImageTool,
    EdenAiObjectDetectionTool,
    EdenAiParsingIDTool,
    EdenAiParsingInvoiceTool,
    EdenAiSpeechToTextTool,
    EdenAiTextModerationTool,
    EdenAiTextToSpeechTool,
)

Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.
I