---
title: "text-embedding-ada-002 API — Embedding : tarifs et spécifications"
url: "https://runapi.ai/fr/models/embedding/text-embedding-ada-002.md"
canonical: "https://runapi.ai/fr/models/embedding/text-embedding-ada-002.md"
locale: "fr"
model: "Embedding"
provider: "OpenAI"
variant_id: "text-embedding-ada-002"
sdk_model_id: "text-embedding-ada-002"
modality: "text"
price_from_cents: 1
billing_unit: "1K tokens"
status: "active"
---

# Embedding text-embedding-ada-002 API

Utilisez text-embedding-ada-002 de la famille Embedding via RunAPI. Tarification à l&#39;appel, sans abonnement, et les générations échouées ne sont jamais facturées.

## Pricing

**$0.010** per 1K tokens

Les générations échouées ne sont pas facturées

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `text-embedding-ada-002` |
| Provider | OpenAI |
| Modality | text |
| Task type | synchronous |
| Billing unit | 1K tokens |
| API endpoint | `/v1/embeddings` |
| Status | active |

## Request example

```json
{
  "model": "text-embedding-ada-002",
  "input": [
    "Créez des embeddings pour ces articles de support et une requête client afin que je puisse classer les correspondances les plus proches."
  ],
  "encoding_format": "float"
}
```

## API endpoints

Base URL: `https://runapi.ai`

- `POST /v1/embeddings`

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "text-embedding-ada-002"`.

## FAQ

### Comment sélectionner %{variant} ?

Passez l&#39;ID de modèle affiché dans le quickstart.

### Les tarifs sont-ils à l&#39;usage ?

Oui. Les tarifs sont mesurés par appel ou par unité.


## Related

Other Embedding variants:

- [text-embedding-3-large](https://runapi.ai/fr/models/embedding/text-embedding-3-large.md) — `text-embedding-3-large` · $0.010
- [text-embedding-3-small](https://runapi.ai/fr/models/embedding/text-embedding-3-small.md) — `text-embedding-3-small` · $0.010
