Vous êtes sur la page 1sur 2

OpenAI

API Beta
SABER MÁS
INICIAR SESIÓN
Tecnología OpenAI, solo con una llamada HTTPS
Aplique nuestra API a cualquier tarea de idioma (búsqueda semántica, resumen,
análisis de sentimientos, generación de contenido, traducción y más) con solo unos
pocos ejemplos o especificando su tarea en inglés.
Únete a la lista de espera
BÚSQUEDA SEMÁNTICA
CHARLA
SERVICIO AL CLIENTE
GENERACION
HERRAMIENTAS DE PRODUCTIVIDAD
COMPRENSIÓN DE CONTENIDO
POLÍGLOTO
Partner LogoPartner Logo
Búsqueda semántica
La API permite buscar documentos según el significado de las consultas en lenguaje
natural en lugar de la coincidencia de palabras clave.
Casetext
MÍRALO EN ACCIÓN
Casetext automates litigation tasks to help attorneys efficiently provide high-
quality representation, offering a comprehensive legal research platform used by
over 5,500 law firms. The platform includes CARA A.I., technology that automates
critical legal research tasks, and Compose, a first-of-its-kind technology that
automates substantive elements of litigation. With OpenAI’s technology, Casetext
seeks to enhance their semantic search capabilities, which has the potential to
save lawyers hundreds of hours in research.
Algolia
Algolia wants to offer highly relevant, fast search to everyone with a website,
mobile app, or voice app. Combining OpenAI’s API with Algolia’s advanced search
technology allows Algolia’s customers to provide their customers with natural
language semantic search, so they can better understand questions and connect
searchers with results that are both relevant and fast.
OpenAI helps Algolia answer more complex queries than ever before, trimming down
the prediction time to around 100ms. This keeps Algolia from having to do a lot of
work to cache and serve answers to its customers.
With OpenAI, Algolia was able to answer complex natural language questions
accurately 4x as often as it was using BERT.
Search Plugin
SEE IT IN ACTION
The API identifies relevant content for natural language queries without using
keywords. Here the API has been integrated into a browser plugin that lets users
find answers on web page by typing in a question.
Partner LogoPartner LogoPartner LogoPartner LogoPartner LogoPartner LogoPartner
LogoPartner LogoPartner LogoPartner LogoPartner LogoPartner LogoPartner LogoPartner
LogoPartner LogoPartner LogoPartner LogoPartner LogoPartner LogoPartner LogoPartner
LogoPartner LogoPartner LogoPartner Logo
Demo
One simple integration gives you access to our constantly-improving AI technology.
Explore how you integrate with the API with these sample completions.
Text generation
import openai

prompt = """We’re releasing an API for accessing new AI models developed by OpenAI.
Unlike most AI systems which are designed for one use-case, the API today provides
a general-purpose “text in, text out” interface, allowing users to try it on
virtually any English language task. You can now request access in order to
integrate the API into your product, develop an entirely new application, or help
us explore the strengths and limits of this technology."""

response = openai.Completion.create(model="davinci", prompt=prompt, stop="\n",


temperature=0.9, max_tokens=100)

print(response)
See cached response
We’re releasing an API for accessing new AI models developed by OpenAI. Unlike most
AI systems which are designed for one use-case, the API today provides a general-
purpose “text in, text out” interface, allowing users to try it on virtually any
English language task. You can now request access in order to integrate the API
into your product, develop an entirely new application, or help us explore the
strengths and limits of this technology.
{
"choices": [
{
"finish_reason": "stop",
"index": 0,
"logprobs": null,
"text": " The road to making AI safe and useful is long and challenging,
but with the support of the developer community we expect to get there much faster
than working alone."
}
],
"created": 1591591436,
"id": "cmpl-QMXsObreAfysApcgi5Kw1uwp",
"model": "davinci:2020-05-03",
"object": "completion"
}

Simple, yet flexible


Our API is designed to be used by anyone, but meets the needs of our own cutting-
edge research.
Your data, your rules
You retain ownership of your data, and control whether we can use it for training
models.
Ready to go
Our infrastructure already serves millions of API calls per day.
Join the waitlist
POWERED BY

Vous aimerez peut-être aussi