+ 01 / THE PLATFORM

Your ambition.
Our acceleration.

An inference API built for your applications. Perchy operates the models, infrastructure and serving stack; your application connects through authenticated requests.

A CLEAR SERVICE BOUNDARY

Inference, through an API.

Perchy provides managed AI inference through authenticated APIs. Customers do not receive SSH, root, operating-system or bare-metal access. The service does not provide model-training or fine-tuning functionality. Server administration remains with Perchy.

ONE MANAGED INFERENCE SERVICE

The right capacity
for your intelligence.

API access, dedicated inference capacity and application integration. Every option runs on Perchy-operated infrastructure.

MANAGED BY PERCHY. CONNECTED BY API.

An API for your applications

Send authenticated requests and receive model outputs. Perchy runs the models and inference stack, including server administration and maintenance.

  • Perchy-operated infrastructure
  • Authenticated API access
  • Agreed data processing and retention
For teams building AI features through a managed API.
Discuss this service
YOUR APPLICATION → PERCHY API
Your applicationPRODUCT / WORKFLOW / API
Authenticated API requests
PERCHY-OPERATED INFRASTRUCTURE
Perchy gateway
WORKER 01
WORKER 02
WORKER 03
MANAGED MODEL INFERENCE
Perchy administers the servers · customers connect through the API
THE WHOLE PATH, OPTIMISED

There’s more to speed
than a faster GPU.

Good performance is the sum of many deliberate decisions.

01

Session-aware routing

Keep conversations close to their context. Route to a suitable worker with available capacity, while preserving session affinity where possible.

02

Cache-aware performance

Reuse prefix and session context where supported. Tune cache policy to your request mix, model and memory budget.

03

Workload-tuned engines

Perchy selects model precision, parallelism and serving configuration around the workload, optimising the path from API request to output.

04

Controlled concurrency

Perchy configures capacity limits, queue policy and timeouts per model to keep busy workloads within the agreed inference capacity.

05

Meaningful measurement

Measure time to first token, throughput and tail latency. Test the scenarios your users actually experience.

06

Operational visibility

Perchy monitors model capacity, queue depth and worker health to understand performance before changing the serving configuration.

FAMILIAR INTERFACE. PERCHY-OPERATED INFRASTRUCTURE.

A new direction.
A familiar first line.

Connect compatible language workloads through an OpenAI-compatible API using service credentials. Keep your application logic close to what you already know.

  • Streaming and non-streaming responses
  • Model-specific configuration
  • Separate, scoped media integrations

Compatibility is validated for your model and application. Image and video processing use asynchronous job workflows.

YOUR NEXT CHAPTER.PY
from openai import OpenAI

client = OpenAI(
    base_url=PERCHY_API_BASE_URL,
    api_key=PERCHY_API_KEY,
)

response = client.chat.completions.create(
    model=PERCHY_MODEL_ID,
    messages=[{
        "role": "user",
        "content": "Let's build something extraordinary."
    }],
    stream=True,
)

Integration example. Use the API endpoint, key and model ID issued by Perchy for your agreed service.

ENGINEERING, MADE TANGIBLE

Less guesswork.
More evidence.

Selected internal engineering results.
Real configurations. Clearly scoped measurements.

PRODUCTION ACCEPTANCE RUN

Ideogram 4.0

13.68seconds

Generation stage

08 SEP 2026
OUTPUT
1024 × 1024
SAMPLING
12 steps
END-TO-END
19.54 seconds

Official NF4 Turbo12 configuration. One production acceptance sample, including a verified image retrieval. It is an observed run, not a latency percentile or service guarantee.

Download measurement notes
FROM POSSIBLE TO PRODUCTION

A deliberate path forward.

01

Understand

Your workload, usage pattern, data boundaries and goals.

02

Benchmark

A representative test with agreed quality, latency and cost measures.

03

Connect

An agreed service scope, authenticated API access and an integration plan.

04

Refine

Perchy tunes inference serving as your workload and business evolve.

THE NEXT MOVE IS YOURS

Find your
unfair advantage.

Let’s build your direction

One conversation.
A whole new trajectory.