Back to Models
M

ESM2 650M

ESM
by Meta

Generates embeddings of proteins from their amino acid sequences.

Free EndpointMar 10, 2025mit license128K API calls / 30d

Specifications

Context Length
8K
8,192 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→text

Capabilities

embeddingsbiology

Tags

nimbiologyprotein-embeddings

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

meta/esm2-650m
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta/esm2-650m",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'