Interfaze

logo

Beta

pricing

docs

blog

sign in

Get Started

Introduction

Examples

Vision

Concepts

Resources

Integrations

OpenAI SDK Integration

copy markdown

Interfaze supports the OpenAI Chat Completion API standard, so you can use it out of the box by easily adding Interfaze's base URL and API key to your code.

Installation

npm / yarn

...

Official Documentation

  • OpenAI API Reference
  • OpenAI Node.js SDK
  • OpenAI Python SDK

Note: Interfaze support the OpenAI Chat Completion API standard and not the Response API standard.

Basic Setup

OpenAI SDK

...

Examples

Text Generation

OpenAI SDK

...

Structured Output

Learn more about structured output.

OpenAI SDK

...

Image / File Input

OpenAI SDK

...

Streaming

Learn more about streaming.

OpenAI SDK

...

Function Calling

Learn more about function calling.

OpenAI SDK

...