> ## Documentation Index
> Fetch the complete documentation index at: https://docs.geekai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# 创建消息

Message API 是 Anthropic 为 Claude 系列模型提供的文本对话生成接口，支持文本和图像输入，输出文本内容。

调用 Message API 时直接通过 `https://geekai.co/api/v1/messages` 访问国内代理入口，`https://geekai.dev/api/v1/messages` 访问海外代理入口，然后将 Bearer Token 设置为[极客智坊 API 认证 Token](https://geekai.co/user/api_keys) 即可，所有请求响应参数完全兼容 [Claude Message API](https://docs.claude.com/en/api/messages)，按照官方 API 文档调用和处理响应结果即可。
