New version available

Refresh to update

Could not apply changes

ADL 1.0 Preview

openai
codeplatform/adl-1.0-preview

Preview of the CodePlatform ADL model endpoint for application-specific language workflows. Intended for evaluation and integration testing; behavior and availability may change before the stable release.

Quick start

TypeScript
cURL
import OpenAI from 'openai'

const openai = new OpenAI({
  apiKey: process.env.CODEPLATFORM_API_KEY,
  baseURL: 'https://ai.codeplatform.net/v1',
})

const response = await openai.chat.completions.create({
  model: 'codeplatform/adl-1.0-preview',
  messages: [{
    role: 'user',
    content: 'Hello world',
  }],
})

API details

Send requests to the OpenAI-compatible /v1/chat/completions endpoint.

Capabilities

Pricing

Input tokens (per 1M)Free
Output tokens (per 1M)Free

Limits

Context length
Max output