sourc.dev
Home LLMs Tools SaaS APIs
Claude 3.5 Sonnet input $3.00/1M ↓ -50%
GPT-4o input $2.50/1M
Gemini 1.5 Pro input $1.25/1M
Mistral Large input $2.00/1M ↓ -33%
DeepSeek V3 input $0.27/1M
synced 2026-04-05
Claude 3.5 Sonnet input $3.00/1M ↓ -50%
GPT-4o input $2.50/1M
Gemini 1.5 Pro input $1.25/1M
Mistral Large input $2.00/1M ↓ -33%
DeepSeek V3 input $0.27/1M
synced 2026-04-05
#36 of 50

API endpoint

The URL your application talks to

What is an API endpoint

An API endpoint is a specific URL that accepts requests and returns responses from a service. For language model APIs, the endpoint typically accepts a JSON payload containing the model name, messages, and parameters — and returns a JSON response containing the generated text and usage metadata.

OpenAI's chat endpoint is `https://api.openai.com/v1/chat/completions`. Anthropic's is `https://api.anthropic.com/v1/messages`. Each provider has a different URL, authentication method, and request format.

Why it matters

If you are building an application that needs to work with multiple model providers, the endpoint differences matter. Tools like LiteLLM and OpenRouter exist specifically to normalise these differences — you call one endpoint and it routes to any provider. sourc.dev tracks API compatibility and endpoint structure for every provider entity.

Verified March 2026 · Source: OpenAI API docs, Anthropic API docs

Related terms
APIREST APISDK
← All terms
← Temperature Webhook →