faucet
Request access
Guides

Guides

Task-oriented walkthroughs for calling Faucet — authentication, a first request, streaming, chat, embeddings, images and transcription.

Guides explain how to do something end to end. Read Getting started first; the rest can be read in any order as you need them.

The shape of it

One HTTPS endpoint that speaks the OpenAI wire format across every provider and the native Anthropic Messages format for Anthropic models. You send a request with a Faucet key, name a model as provider/model, and Faucet routes it, streams the response back, and records what it cost.

Base URL   https://api.intfaucet.com/v1
Auth       Authorization: Bearer fct_live_…
Endpoints  /messages, /chat/completions, /embeddings, /images/generations,
           /images/edits, /audio/transcriptions, /models, /credits, /key

Every slug Faucet carries is in the Models reference.

On this page