Shark AI

21 models

Agent-Native Documentation

Every model ships with machine-readable docs that coding agents can fetch and act on instantly. No scraping, no guessing — just paste a URL.

"Read https://shark.ai/llms-full.txt and help me integrate it."

Works with Cursor, Claude Code, Windsurf, Kiro, Cline, Aider, OpenCode, and any agent that can fetch URLs

Unified
Model Gateway

One catalog for text, image, video, audio, and embedding models.
Consistent endpoints, model-specific schemas, playgrounds, credits, and agent-readable docs.

from openai import OpenAI

client = OpenAI(base_url="https://shark.ai/api/v1", api_key="sk-...")
response = client.chat.completions.create(
    model="anthropic/claude-opus-4.7",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Explore

Everything you need to get started