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.
Product guide
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 documentationOpen 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.
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.
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.
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.
Yes. The gateway supports the OpenAI Chat Completions text format at /v1/chat/completions. Select a model currently listed in the catalog.
The gateway also supports the Anthropic Messages text format at /v1/messages. Confirm the selected model and documented request parameters before integration.
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.
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.