API Keys

Manage your API keys for programmatic access to Tesslate models

Using Your API Keys

Your API keys work with any OpenAI-compatible client. Use them to:

  • Access uigen-x-small and uigen-x-large models
  • Build applications with our UI generation models
  • Integrate with existing OpenAI SDKs and tools

Quick Start:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://apin.tesslate.com/v1"
)

response = client.chat.completions.create(
    model="uigen-x-small",
    messages=[{"role": "user", "content": "Create a login form"}]
)

Your API Keys

Loading API keys...

Designer by Tesslate - AI-Powered UI Design on Infinite Canvas