Vercel AI SDK logo

Vercel AI SDK

by VercelFramework / SDKai-sdk.dev

The Vercel AI SDK is the default TypeScript toolkit for building AI features, and qynio publishes a provider for it. Install @qynio/ai-sdk-provider, set QYN_API_KEY, and every generateText, streamText and tool call routes through the gateway, so switching model means editing a string rather than rewriting a client. Wrap a model with opperSpan and every call in a session lands under one span in tracing.

Build with Vercel AI SDK on qynio

qynio publishes and maintains @qynio/ai-sdk-provider. Install it, set QYN_API_KEY, and pick any model in the catalogue.

Get your API key

In your code

import { qynio } from '@qynio/ai-sdk-provider';
import { generateText } from 'ai';
const { text } = await generateText({
model: qynio('openai/gpt-5.5'),
prompt: 'Hello!',
});

More apps on qynio

Build with Vercel AI SDK on any model

One key, 700+ models, a choice of region, and zero data retention. Switch the model behind your app without changing your workflow.

Get startedView Documentation