FUNCD LLM Proxy

Product guide

LLM API gateway with OpenAI and Anthropic formats

FUNCD LLM Proxy is a developer API gateway for text models. Use a platform API key to call published models through OpenAI Chat Completions or Anthropic Messages formats, and manage keys and usage in the console.

Explore FUNCD LLM Proxy API documentation

Choose a model before integrating

Open the public model catalog to check the model identifier, context window, and input and output prices per million tokens. Availability and prices come from the published catalog; check them before sending a request.

Connect an existing application

Create an account, create an API key in the console, and configure your application with the platform API endpoint and a published model identifier. Text chat requests use POST /v1/chat/completions; Anthropic-format text requests use POST /v1/messages. Keep API keys on your server.

Manage access and usage

Use separate API keys for separate applications so that you can manage access independently. Review usage and billing in the console. Protocol compatibility does not mean that every provider-specific feature is supported.

Integration references

Read the integration documentation for request parameters and examples. The public model catalog is the source for current model names and prices; this guide does not promise a fixed model roster or price.

Frequently asked questions

Does FUNCD support OpenAI-format requests?

Yes. The gateway supports the OpenAI Chat Completions text format at /v1/chat/completions. Select a model currently listed in the catalog.

Can I use Anthropic Messages?

The gateway also supports the Anthropic Messages text format at /v1/messages. Confirm the selected model and documented request parameters before integration.

Where can I check pricing?

The public model catalog lists input and output token prices in USD. Check the catalog for current prices and the console for your actual usage.

Do I need to sign in to use the API?

You need an account and a platform API key to make authenticated API calls. You can read the product guide and browse the public catalog before signing in.